INSTALL
1 Install JupyterLab (or Jupyter Notebook)
conda install -c conda-forge jupyterlab
For classic Jupyter Notebook
conda install -c conda-forge notebook
2 Launch JupyterLab (or Jupyter Notebook) - type this when you want to relaunch the platform at a later date as well
jupyter lab
To launch classic Jupyter Notebook.
jupyter notebook
This will open a new tab in your default web browser, displaying the Jupyter interface.