small fixes for the manual

This commit is contained in:
Axel Kohlmeyer
2024-12-14 17:12:51 -05:00
parent c9d0ebadd9
commit afe0d94122
3 changed files with 3 additions and 5 deletions

View File

@ -14,7 +14,7 @@ The easiest way to install it is via ``pip``:
.. code-block:: bash
pip install jupyter
pip install --user jupyter
To launch an instance of Jupyter simply run the following command inside your
Python environment:
@ -23,9 +23,6 @@ Python environment:
jupyter notebook
.. _ipython: https://ipython.org/
.. _jupyter: https://jupyter.org/
Interactive Python Examples
---------------------------