Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Giant refactor to move all state into a Kernel struct #1145

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
3 changes: 3 additions & 0 deletions CondaPkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[deps]
jupyter_client = ""
jupyter_kernel_test = ""
2 changes: 0 additions & 2 deletions docs/src/library/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ IJulia.waitloop

```@docs
IJulia.IJuliaStdio
IJulia.capture_stdout
IJulia.capture_stderr
IJulia.watch_stream
```

Expand Down
Loading
Loading