We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e620ea commit 357d605Copy full SHA for 357d605
README.rst
@@ -1,4 +1,4 @@
1
-A simple IPython kernel for bash
+A Jupyter kernel for bash
2
3
This requires IPython 3.
4
@@ -11,10 +11,10 @@ To use it, run one of:
11
12
.. code:: shell
13
14
- ipython notebook
+ jupyter notebook
15
# In the notebook interface, select Bash from the 'New' menu
16
- ipython qtconsole --kernel bash
17
- ipython console --kernel bash
+ jupyter qtconsole --kernel bash
+ jupyter console --kernel bash
18
19
For details of how this works, see the Jupyter docs on `wrapper kernels
20
<http://jupyter-client.readthedocs.org/en/latest/wrapperkernels.html>`_, and
0 commit comments