mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Improve usage section in README
This commit is contained in:
parent
22e9190bfa
commit
c7bf96e689
1 changed files with 6 additions and 4 deletions
10
README.rst
10
README.rst
|
@ -37,13 +37,15 @@ Usage
|
|||
=====
|
||||
|
||||
1. Install module.
|
||||
Put Emacs lisp files start with ``ein`` in your load path.
|
||||
Put Emacs lisp ``ein*.el`` files in your load path.
|
||||
|
||||
2. Require module::
|
||||
|
||||
(require 'ein)
|
||||
|
||||
3. Hit ``M-x ein:notebooklist-open`` to open notebook list.
|
||||
3. Start `IPython notebook server`_.
|
||||
|
||||
Of course, you need to start IPython notebook server before calling
|
||||
this command.
|
||||
4. Hit ``M-x ein:notebooklist-open`` to open notebook list.
|
||||
|
||||
.. _`IPython notebook server`:
|
||||
http://ipython.org/ipython-doc/stable/interactive/htmlnotebook.html
|
||||
|
|
Loading…
Add table
Reference in a new issue