/cluster/<username>
. infocube
or any cluster node run the following in your home dir (/cluster/<your_csl_username>
)--name
parameter can be anything you wish (in this case my_personal_environment
). Additionally,ipykernel
is REQUIRED at the end.my_personal_environment
with the environment name you previously chose.--name
and --display-name
parameters can be anything you wish.conda
to install any custom packages you wish. Be sure to click on your new Python Notebook/Console option (not the default option) if you wish to access your custom environment.<name>
parameter must match the --name
parameter passed to the python -m ipykernel ...
step, NOT --display-name! You may also ls
around in this directory to find your matching environment and then rm -r
the directory