mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
README [skip ci]
This commit is contained in:
parent
8c8de683f4
commit
f5185a19b4
2 changed files with 5 additions and 37 deletions
|
@ -7,8 +7,8 @@
|
||||||
.. COMMENTARY (see Makefile)
|
.. COMMENTARY (see Makefile)
|
||||||
|
|
||||||
.. |build-status|
|
.. |build-status|
|
||||||
image:: https://secure.travis-ci.org/millejoh/emacs-ipython-notebook.png?branch=master
|
image:: https://secure.travis-ci.org/dickmao/emacs-ipython-notebook.png?branch=master
|
||||||
:target: http://travis-ci.org/millejoh/emacs-ipython-notebook
|
:target: http://travis-ci.org/dickmao/emacs-ipython-notebook
|
||||||
:alt: Build Status
|
:alt: Build Status
|
||||||
.. |melpa-dev|
|
.. |melpa-dev|
|
||||||
image:: http://melpa.milkbox.net/packages/ein-badge.svg
|
image:: http://melpa.milkbox.net/packages/ein-badge.svg
|
||||||
|
@ -105,15 +105,8 @@ The ``:session`` is the notebook url, e.g., ``http://localhost:8888/my.ipynb``,
|
||||||
.. _polymode: https://github.com/polymode/polymode
|
.. _polymode: https://github.com/polymode/polymode
|
||||||
.. _ob-ipython: https://github.com/gregsexton/ob-ipython
|
.. _ob-ipython: https://github.com/gregsexton/ob-ipython
|
||||||
.. _scimax: https://github.com/jkitchin/scimax
|
.. _scimax: https://github.com/jkitchin/scimax
|
||||||
.. _ob-ein details: http://millejoh.github.io/emacs-ipython-notebook/#org-mode-integration
|
|
||||||
.. _jupyter kernel: https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
|
.. _jupyter kernel: https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
|
||||||
|
|
||||||
Connected Buffers
|
|
||||||
=================
|
|
||||||
Use ``M-x ein:connect-to-notebook`` to submit code from an arbitrary buffer to a running jupyter kernel. See `connected buffer details`_.
|
|
||||||
|
|
||||||
.. _connected buffer details: http://millejoh.github.io/emacs-ipython-notebook/#connected-buffer
|
|
||||||
|
|
||||||
Keymap (C-h m)
|
Keymap (C-h m)
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@ -121,15 +114,6 @@ Keymap (C-h m)
|
||||||
|
|
||||||
.. KEYS NOTEBOOK (see Makefile)
|
.. KEYS NOTEBOOK (see Makefile)
|
||||||
|
|
||||||
Links
|
|
||||||
=====
|
|
||||||
* `Complete documentation <http://millejoh.github.io/emacs-ipython-notebook/>`_
|
|
||||||
|
|
||||||
* `Wiki <https://github.com/millejoh/emacs-ipython-notebook/wiki>`_
|
|
||||||
|
|
||||||
+ `Screenshots <https://github.com/millejoh/emacs-ipython-notebook/wiki/Screenshots>`_
|
|
||||||
+ `Tips <https://github.com/millejoh/emacs-ipython-notebook/wiki/Tips>`_
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
Emacs IPython Notebook is licensed under GPL v3.
|
Emacs IPython Notebook is licensed under GPL v3.
|
||||||
|
|
22
README.rst
22
README.rst
|
@ -14,8 +14,8 @@ EIN was originally written by `[tkf]`_. A jupyter Babel_ backend was first
|
||||||
introduced by `[gregsexton]`_.
|
introduced by `[gregsexton]`_.
|
||||||
|
|
||||||
.. |build-status|
|
.. |build-status|
|
||||||
image:: https://secure.travis-ci.org/millejoh/emacs-ipython-notebook.png?branch=master
|
image:: https://secure.travis-ci.org/dickmao/emacs-ipython-notebook.png?branch=master
|
||||||
:target: http://travis-ci.org/millejoh/emacs-ipython-notebook
|
:target: http://travis-ci.org/dickmao/emacs-ipython-notebook
|
||||||
:alt: Build Status
|
:alt: Build Status
|
||||||
.. |melpa-dev|
|
.. |melpa-dev|
|
||||||
image:: http://melpa.milkbox.net/packages/ein-badge.svg
|
image:: http://melpa.milkbox.net/packages/ein-badge.svg
|
||||||
|
@ -53,7 +53,7 @@ Alternatively, ob-ein_.
|
||||||
Reporting bugs
|
Reporting bugs
|
||||||
--------------
|
--------------
|
||||||
EIN is tested on GNU Emacs versions
|
EIN is tested on GNU Emacs versions
|
||||||
25.1
|
25
|
||||||
and later. We presently do not recommend the `spacemacs layer`_.
|
and later. We presently do not recommend the `spacemacs layer`_.
|
||||||
|
|
||||||
**Please file issues using** ``M-x ein:dev-bug-report-template``.
|
**Please file issues using** ``M-x ein:dev-bug-report-template``.
|
||||||
|
@ -112,15 +112,8 @@ The ``:session`` is the notebook url, e.g., ``http://localhost:8888/my.ipynb``,
|
||||||
.. _polymode: https://github.com/polymode/polymode
|
.. _polymode: https://github.com/polymode/polymode
|
||||||
.. _ob-ipython: https://github.com/gregsexton/ob-ipython
|
.. _ob-ipython: https://github.com/gregsexton/ob-ipython
|
||||||
.. _scimax: https://github.com/jkitchin/scimax
|
.. _scimax: https://github.com/jkitchin/scimax
|
||||||
.. _ob-ein details: http://millejoh.github.io/emacs-ipython-notebook/#org-mode-integration
|
|
||||||
.. _jupyter kernel: https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
|
.. _jupyter kernel: https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
|
||||||
|
|
||||||
Connected Buffers
|
|
||||||
=================
|
|
||||||
Use ``M-x ein:connect-to-notebook`` to submit code from an arbitrary buffer to a running jupyter kernel. See `connected buffer details`_.
|
|
||||||
|
|
||||||
.. _connected buffer details: http://millejoh.github.io/emacs-ipython-notebook/#connected-buffer
|
|
||||||
|
|
||||||
Keymap (C-h m)
|
Keymap (C-h m)
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@ -208,15 +201,6 @@ Keymap (C-h m)
|
||||||
C-c M-{ ein:notebook-worksheet-move-prev
|
C-c M-{ ein:notebook-worksheet-move-prev
|
||||||
C-c M-} ein:notebook-worksheet-move-next
|
C-c M-} ein:notebook-worksheet-move-next
|
||||||
|
|
||||||
Links
|
|
||||||
=====
|
|
||||||
* `Complete documentation <http://millejoh.github.io/emacs-ipython-notebook/>`_
|
|
||||||
|
|
||||||
* `Wiki <https://github.com/millejoh/emacs-ipython-notebook/wiki>`_
|
|
||||||
|
|
||||||
+ `Screenshots <https://github.com/millejoh/emacs-ipython-notebook/wiki/Screenshots>`_
|
|
||||||
+ `Tips <https://github.com/millejoh/emacs-ipython-notebook/wiki/Tips>`_
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
Emacs IPython Notebook is licensed under GPL v3.
|
Emacs IPython Notebook is licensed under GPL v3.
|
||||||
|
|
Loading…
Add table
Reference in a new issue