mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 23:41:38 -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
|
* Known problems
|
||||||
|
|
||||||
- IOLoop subprocess will sometimes eat up 100% CPU, maybe because of the zmq
|
- Reading messages from the IOLoop is a bottleneck. If many messages are coming
|
||||||
emacs exit hook?
|
in, it seems its hard to get messages sent.
|
||||||
- When the parent Emacs crashes, the subprocess used to communicate with a
|
|
||||||
kernel may still be left alive. (only tested on OS X)
|
|
||||||
|
|
||||||
* TODO Wish list
|
* 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
|
- 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