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

Merge redundant steps in guide

parent ea9df540
Branches
Tags
No related merge requests found
...@@ -72,17 +72,15 @@ a100sh ...@@ -72,17 +72,15 @@ a100sh
pip install jupyter jupyterlab 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. **...or** start Jupyter notebooks with
6. Start Jupyter labs 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. > __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 ## 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.
Please register or to comment