mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Update to v0.16.1
This commit is contained in:
parent
9095d1fc83
commit
43107fc5c8
3 changed files with 8 additions and 6 deletions
|
@ -53,7 +53,7 @@ copyright = u'2019, John Miller'
|
|||
# The short X.Y version.
|
||||
version = '0.16'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.16.0'
|
||||
release = '0.16.1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -263,7 +263,7 @@ running server and automatically log you in.
|
|||
Note that the below work best with current (> v4.3.1) versions of jupyter.
|
||||
|
||||
.. el:function:: ein:jupyter-server-start
|
||||
.. el:function:: ein:run
|
||||
.. el:function:: ein:run
|
||||
.. el:function:: ein:jupyter-server-stop
|
||||
.. el:function:: ein:jupyter-server-login-and-open
|
||||
.. el:variable:: ein:jupyter-default-server-command
|
||||
|
@ -737,6 +737,8 @@ everything the log buffer. You can reset the patch and log level with
|
|||
Change Log
|
||||
==========
|
||||
|
||||
.. include:: Changelog/v0_16_1.rst
|
||||
|
||||
.. include:: Changelog/v0_16_0.rst
|
||||
|
||||
.. include:: Changelog/v0_15_0.txt
|
||||
|
@ -744,7 +746,7 @@ Change Log
|
|||
.. include:: Changelog/v0_14_1.txt
|
||||
|
||||
.. include:: Changelog/v0_14_0.txt
|
||||
|
||||
|
||||
.. include:: Changelog/v0_13_1.txt
|
||||
|
||||
.. include:: Changelog/v0_13_0.txt
|
||||
|
@ -824,12 +826,12 @@ v0.7.1
|
|||
|
||||
* Fix bug saving images in v4 notebook format.
|
||||
* Be more graceful handling errors during content saves.
|
||||
|
||||
|
||||
v0.7
|
||||
----
|
||||
|
||||
* Support logging in to password protected jupyter servers.
|
||||
|
||||
|
||||
v0.6
|
||||
----
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
(define-package "ein"
|
||||
"0.16.0"
|
||||
"0.16.1"
|
||||
"Emacs IPython Notebook"
|
||||
'((emacs "25")
|
||||
(websocket "1.7")
|
||||
|
|
Loading…
Add table
Reference in a new issue