diff --git a/HPC_Python_Guide.md b/HPC_Python_Guide.md index 08c5190915a7c77877b340b4dd519a978da37ef0..4bf951158f05a8f099caa74731b849addf763350 100644 --- a/HPC_Python_Guide.md +++ b/HPC_Python_Guide.md @@ -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