mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00

Add configurable timeout (see `ein:jupyter-server-run-timeout`) that will hopefully abort calls to `ein:jupyter-server-run` that hang; this is to help with issues like those reported in #176. Also update documentation, dependencies in preparation for 0.13.0 release.
24 lines
1.1 KiB
Text
24 lines
1.1 KiB
Text
.. _changelog_0_13_0:
|
|
|
|
|
|
v0.13.0
|
|
-------
|
|
|
|
* Update dependencies (see :ref:`requirements-label`)
|
|
* EIN should once again run on all recent versions of EMACsen.
|
|
* Support file types other than ipynb in the notebooklist view.
|
|
* Keep long-running notebooks connected via the command ``ein:notebooklist-enable-keepalive``.
|
|
* Add ``ein:notebook-save-to-command`` for saving copies of notebooks under a new name.
|
|
* Add ``ein:notebooklist-change-url-port`` to change the server the notebook is running under.
|
|
* EIN can login to Jupyterhub servers now, see ``ein:jupyterhub-connect``.
|
|
* Added commands ``ein:jupyter-server-start``, ``ein:jupyter-server-stop``, and
|
|
``ein:jupyter-server-login-and-open``.
|
|
* New interface for configuring code completion. See the new customizable
|
|
variable `ein:completion-backend`.
|
|
* Because of this `ein:use-auto-complete` is now deprecated, but EIN will still
|
|
try to do the right thing if it sees this variable is still defined.
|
|
* Fix for saving images in notebooks
|
|
* Basic support, via skewer-mode for executing dynamic javascript in the
|
|
notebook.
|
|
* Say hello to our new mascot.
|
|
|