\njupyter lab\n
\n\nThis single command initializes everything required and opens JupyterLab in your default browser. JupyterLab can be opened from http://localhost:8888/lab in case it doesn't open automatically \n\n##### TIP Since JupyterLab runs on Jupyter server, you wont be able to access all the files on your PC directly. The directory from where the JupyterLab is run from the terminal, is mounted as the root directory. Whenever you want to work on a project, create a new directory (i.e folder) for it and cd into it. Run jupyter lab
from there to isolate all your projects \n\n#### Saving your progress \n\nMake a note of the previous TIP, keep your projects isolated and organized neatly. Saving of a single file can be achieved with Ctrl+S or File>Save Saving of your complete project can be done by File>Save All"