mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Update README
This commit is contained in:
parent
91da143fb1
commit
05c7f73e8f
1 changed files with 5 additions and 6 deletions
11
README.org
11
README.org
|
@ -347,13 +347,12 @@ Or you could have interactivity between =org-mode= and a =Jupyter= kernel:
|
|||
|
||||
* Known problems
|
||||
|
||||
- IOLoop subprocess will sometimes eat up 100% CPU, maybe because of the zmq
|
||||
emacs exit hook?
|
||||
- When the parent Emacs crashes, the subprocess used to communicate with a
|
||||
kernel may still be left alive. (only tested on OS X)
|
||||
- Reading messages from the IOLoop is a bottleneck. If many messages are coming
|
||||
in, it seems its hard to get messages sent.
|
||||
|
||||
* TODO Wish list
|
||||
|
||||
- Integration with =org-mode=, should be fairly simple by sending requests to a
|
||||
=jupyter-repl-client= and capturing results/errors with callbacks.
|
||||
- Notebook interface
|
||||
- Integration with Jupyter widgets
|
||||
- One solution would be to show a browser and inject the necessary javascript
|
||||
using ~skewer-mode~. Look
|
||||
|
|
Loading…
Add table
Reference in a new issue