Creating custom envs on conda for Jupyter Notebook
You might limited by the packages inside the default environment, so you can create new envs and add your own packages like so:
Inside /arc/project/<allocation>/jupyter/jupyter-datascience.sif is an image that defines an environment (essentially another OS/docker image) that contains the necessary files to Jupyter Notebook.
WARNING: All R packages must be installed using conda-forge. Fortunately, almost every package can be installed this way. Do not try installing using install.packages(). You will break things.
Activate the conda environment we created in a previous step with:
Then use conda and pip as normal.
Once you are satisfied with the packages you installed, package your environment into a kernel image like so: