...
No Format |
---|
ssh snumber@@gc-prd-hpclogin1.rcs.griffith.edu.au module load anaconda3/2020.11 source /usr/local/bin/s3proxy.sh conda create --name myenv jupyter <package-2> <package-3> source activate myenv #To see the packages in your Conda environment, run this command conda list conda deactivate exit |
Using Widgets
No Format |
---|
source /usr/local/bin/s3proxy.sh #To gain internet access on the login node module load anaconda3/2021.11 conda create --name widg-env --channel conda-forge matplotlib jupyterlab ipywidgets ipympl source activate widg-env #To see the packages in your Conda environment, run this command conda list conda deactivate exit |
Usage
Do Not Run Jupyter on the Login Nodes
...