You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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'


  • No labels