Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 322 Bytes

Running jupyter lab on HPC.md

File metadata and controls

21 lines (11 loc) · 322 Bytes

Install all dependencies on Conda environment

conda create --name jupyter jupyterlab

conda activate jupyter

conda install jupyter

Start jupyter lab

qsub -I -A bmc_pl_bior_covid -l procs=8,mem=16g

jupyter lab --no-browser --port=8888 --NotebookApp.allow0.0^Cin='*' --NotebookApp.ip='0.0.0