File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ running other instances of Jupyter Notebook. You can try the following steps:
82
82
1. Uninstall all instances of the notebook package. These include any installations you made using
83
83
pip or conda
84
84
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
86
86
4. Launch with ``python3 -m notebook --port 8989 ``, and check that the browser is pointing to ``localhost:8989 ``
87
87
(rather than the default 8888). You don't necessarily have to launch with port 8989, as long as you use
88
88
a port that is neither the default nor in use, then it should be fine.
You can’t perform that action at this time.
0 commit comments