mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Update README and CHANGELOG
This commit is contained in:
parent
e05ef4f8d5
commit
b5ea944d05
2 changed files with 13 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
* master
|
* 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
|
- 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
|
~jupyter-repl-history-next-matching~, bound to ~C-c M-r~ and ~C-c M-s~ in the
|
||||||
REPL.
|
REPL.
|
||||||
|
|
|
@ -561,6 +561,13 @@ Host ec2
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
to your =~/.ssh/config= file.
|
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
|
*** TODO Standard output, displayed data, and code block results
|
||||||
|
|
||||||
One significant difference between Jupyter code blocks and regular =org-mode=
|
One significant difference between Jupyter code blocks and regular =org-mode=
|
||||||
|
|
Loading…
Add table
Reference in a new issue