Skip to content
Snippets Groups Projects
Commit 86862ac9 authored by patmjen's avatar patmjen
Browse files

Merge redundant steps in guide

parent ea9df540
No related branches found
No related tags found
No related merge requests found
......@@ -72,17 +72,15 @@ a100sh
pip install jupyter jupyterlab
```
5. Start Jupyter notebooks with
5. Start Jupyter lab with
```
jupyter notebook
jupyter lab
```
This should open a browser with the Jupyter notebooks interface.
6. Start Jupyter labs with
**...or** start Jupyter notebooks with
```
jupyter lab
jupyter notebook
```
This should open a browser with the Jupyter lab interface.
This should open a browser with the Jupyter notebook or jupyter lab interface.
> __Troubleshooting:__ Sometimes Jupyter lab has some issues and you need to revert to Jupyter notebooks.
## V. Jupyter notebooks on the cluster in your own browser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment