Jupyter
First thing you want to do after you install JupyterLab is configure starting directory. The tutorial already exists here.
In case that link is no longer available:
- Run this command: jupyter notebook --generate-config
- Edit the resulting file so that c.NotebookApp.notebook_dir = 'c:/mypath/blah/'
- Be sure to use forward slash
- Remove any # from beginning of the line
You can create a link for this execution file on your desktop or add it to start with your machine
Few notes:
- You have to do SHIFT+Enter to execute a line
- You have to hold CTRL+Right Mouse click to execute browser context actions (copy/paste/etc)
If you want a Jupyter for a large group on an auto-scaling cluster, try JupyterHub
There is also a JupyterHub for non-auto-scaling single server setup.