Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Jul 11, 2019
1 parent 43d0232 commit 48cbaa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The simplest way to install ipymidicontrols is via pip::

pip install ipymidicontrols

or via conda::
.. or via conda::
conda install ipymidicontrols
.. conda install ipymidicontrols
If you installed via pip, and notebook version < 5.3, you will also have to
Expand All @@ -27,9 +27,9 @@ with::

jupyter labextension install @jupyter-widgets/midicontrols

If you are installing using conda, these commands should be unnecessary, but If
you need to run them the commands should be the same (just make sure you choose the
`--sys-prefix` flag).
In JupyterLab, you will also need to install the ipywidgets extension::

jupyter labextension install @jupyter-widgets/jupyterlab-manager


.. links
Expand Down
2 changes: 1 addition & 1 deletion examples/Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook is to download [here](https://github.com/jupyter-widgets/midicontrols/blob/master/examples/Example.ipynb)."
"This notebook can be downloaded [here](https://github.com/jupyter-widgets/midicontrols/blob/master/examples/Example.ipynb)."
]
},
{
Expand Down

0 comments on commit 48cbaa0

Please sign in to comment.