Skip to content

Commit f7e22bd

Browse files
committed
Giant refactor to move all state into a Kernel struct
1 parent 4390ef4 commit f7e22bd

22 files changed

+966
-350
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)