1. Access Jupyter

 https://jupyter.camh.ca/

log in with your SCC account credentials

2. Submit your job to SCC

Click Terminal, in the console run

sbatch your_scripts

3. create kernel for jupyter

module load lang/Python/3.6

ipython kernel install --user  --display-name='python36' --name='python36'


log out and then log in again, choose the new created kernel name