Skip to content

Commit 357d605

Browse files
committed
Update README
1 parent 1e620ea commit 357d605

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
A simple IPython kernel for bash
1+
A Jupyter kernel for bash
22

33
This requires IPython 3.
44

@@ -11,10 +11,10 @@ To use it, run one of:
1111

1212
.. code:: shell
1313
14-
ipython notebook
14+
jupyter notebook
1515
# In the notebook interface, select Bash from the 'New' menu
16-
ipython qtconsole --kernel bash
17-
ipython console --kernel bash
16+
jupyter qtconsole --kernel bash
17+
jupyter console --kernel bash
1818
1919
For details of how this works, see the Jupyter docs on `wrapper kernels
2020
<http://jupyter-client.readthedocs.org/en/latest/wrapperkernels.html>`_, and

0 commit comments

Comments
 (0)