Skip to content

Commit ee37101

Browse files
committed
complete section on troubleshooting the installation
1 parent 7b60c67 commit ee37101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ running other instances of Jupyter Notebook. You can try the following steps:
8282
1. Uninstall all instances of the notebook package. These include any installations you made using
8383
pip or conda
8484
2. Run ``python3 -m pip install -e .`` in the notebook repository to install the notebook from there
85-
3. Run ``npm run build`` to make sure the Javascript
85+
3. Run ``npm run build`` to make sure the Javascript and CSS are updated and compiled
8686
4. Launch with ``python3 -m notebook --port 8989``, and check that the browser is pointing to ``localhost:8989``
8787
(rather than the default 8888). You don't necessarily have to launch with port 8989, as long as you use
8888
a port that is neither the default nor in use, then it should be fine.

0 commit comments

Comments
 (0)