Update README and CHANGELOG

This commit is contained in:
Nathaniel Nicandro 2019-05-20 17:50:23 -05:00 committed by Nathaniel Nicandro
parent e05ef4f8d5
commit b5ea944d05
2 changed files with 13 additions and 0 deletions

View file

@ -1,5 +1,11 @@
* master
- Allow =:session= to be a remote file name for =org-mode= source blocks. When
=:session= is a remote file name that doesn't end in =.json=, e.g.
=/ssh:ec2:jl=, a new kernel is started on the remote host using the
=jupyter kernel= command on that host. The local file name part serves to
distinguish different sessions on the remote host.
- Add the new commands ~jupyter-repl-history-previous-matching~ and
~jupyter-repl-history-next-matching~, bound to ~C-c M-r~ and ~C-c M-s~ in the
REPL.

View file

@ -561,6 +561,13 @@ Host ec2
#+END_SRC
to your =~/.ssh/config= file.
*** Starting a remote kernel
If =:session= is a remote file name that doesn't end in =.json=, e.g.
=/ssh:ec2:jl=, then a kernel on the remote host =/ssh:ec2:= is started using
the =jupyter kernel= command on the host. The local part of the session name
serves to distinguish different remote sessions on the same host.
*** TODO Standard output, displayed data, and code block results
One significant difference between Jupyter code blocks and regular =org-mode=