Skip to content

Commit ec5f5ce

Browse files
committed
Giant refactor to move all state into a Kernel struct
1 parent 614f656 commit ec5f5ce

23 files changed

+1080
-400
lines changed

CondaPkg.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[deps]
2+
jupyter_client = ""
3+
jupyter_kernel_test = ""

docs/src/library/internals.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ IJulia.waitloop
5959

6060
```@docs
6161
IJulia.IJuliaStdio
62-
IJulia.capture_stdout
63-
IJulia.capture_stderr
6462
IJulia.watch_stream
6563
```
6664

0 commit comments

Comments
 (0)