# Tutorials ###### tags: `tutorials` ### 1. Set up DSH Account 1. Use link sent from Turing Safehaven Administrator and log in with username: username@domain (jennifer.ding@dec2021.turingsafehaven.ac.uk) and create password 2. Set up 2 factor authentication 3. Follow link below to access safe haven ### 2. Access Safe Haven: CEFAS: https://cefas.dec2021.turingsafehaven.ac.uk Clinical Trials: https://uclctu.dec2021.turingsafehaven.ac.uk (Might have to use different browser if you use a Microsoft accounts elsewhere.) Use username and password as above. Should look like this: ![](https://i.imgur.com/Ht1I2eU.png) Choose Desktop: Ubuntu0 ## Find images ![](https://i.imgur.com/Z7mbW5X.png) ## Get Files From GitHub on to SafeHaven & Look @ Notebooks - log in on to safehaven and working on there do the following: - go to the project repo on github - fork the repo to personal account (optional) - open up the terminal on Safe haven - navigate to the Document folder (cd Documents) - clone the project repo + branch: `git clone --branch dsg2021 --single-branch https://github.com/alan-turing-institute/plankton-dsg-challenge.git` - Follow the pip install instructions on the README (conda will not work) - Open Jupyter Notebook App (search for Jupyter in Apps or run `jupyter notebook` on command line) - Change notebook kernel to `Python (scivis-plankton)`