|
1 |
| -* master |
| 1 | +* v1.0 |
| 2 | + |
| 3 | +- The results of executing named Jupyter source blocks can now be |
| 4 | + referenced by other source blocks. In other words, referencing a |
| 5 | + Jupyter block in the context of noweb expansion, using =org-sbe=, or |
| 6 | + as the value of a source block variable works now. |
| 7 | + |
| 8 | +- Added the customizable variable =jupyter-org-auto-connect= which |
| 9 | + determines if a session should automatically be connected to upon |
| 10 | + the first insertion into a source block's region. |
| 11 | + |
| 12 | +- The Jupyter executable used by underlying calls to =jupyter-command= |
| 13 | + may now be set using the variable =jupyter-executable=. |
| 14 | + |
| 15 | +- Virtual environments are supported. If the =VIRTUAL_ENV= environment |
| 16 | + variable is set, then the available kernels to launch will be those |
| 17 | + under the virtual environment assuming your =exec-path= is set |
| 18 | + correctly to contain the Jupyter executable under the virtual |
| 19 | + environment. See for |
| 20 | + example https://github.com/jorgenschaefer/pyvenv. |
| 21 | + |
| 22 | +- Added =org-babel-jupyter-language-aliases= which allows you to change |
| 23 | + the name of the Org source block for a particular kernel language. |
| 24 | + Usually the name of the source block is jupyter-LANG where LANG is |
| 25 | + the name of the kernel language. This variable allows you to |
| 26 | + specify something else for LANG. |
| 27 | + |
| 28 | +- Added the =jupyter-use-zmq= variable which determines whether or |
| 29 | + not =zmq= based connections are available for use. If this variable |
| 30 | + is =nil= then only server based connections can be used and in some |
| 31 | + instances a default notebook server is started to manage those |
| 32 | + connections, e.g. when calling =jupyter-run-repl=. |
| 33 | + |
| 34 | +* v0.8.3 |
| 35 | + |
| 36 | +- Additional bug fixes. |
2 | 37 |
|
3 | 38 | - Fixed a regression that appears when executing an =org-mode= source
|
4 | 39 | block of a previously created session. A new connection to the
|
|
0 commit comments