This note is a dump of information on using jupyter notebook on [Unity cluster](https://unity.rc.umass.edu/) at UMass. - Using interactive session 1. Create a [new session](https://ood.unity.rc.umass.edu/pun/sys/dashboard/batch_connect/sys/jupyterlab/session_contexts/new) 1. #Type/question Can we save the creation config as a template? 1. There will be a script at the back end that submits the sbatch job but the question is how do you access it? * **Through VSCode remote setup** * Try1: The usual might have issue because you need to be able to ssh (jump) to compute node from the head node. This is not possible on Unity as far as I know. 1. Got to 'Jobs' tab on the OOD * **Accessing jupyter through url** * **[VSCode Server](https://code.visualstudio.com/docs/remote/vscode-server)** * This works!!!! * Works just like developing on a normal machine! - Links: - [Jupyter Notebooks on the web](https://code.visualstudio.com/docs/datascience/notebooks-web#_remote-tunneling-with-vs-code-server) - [Visual Studio Code Server](https://code.visualstudio.com/docs/remote/vscode-server#_getting-started) - [Remote Tunnels](https://code.visualstudio.com/docs/remote/tunnels#_remote-tunnels-extension) # Problems 1. There doesn't seem to be a way to save config for launching a jupyterlab. 2. The job composer has now way to create srun jobs. # Tags #Type/workflow