I am using the OnDemand service on my University HPC website to run a remote Jupyter Notebook. I have access to all the standard modules (such as numpy). But I also need to import a non-standard module that IS installed on my remote machine (in a specific conda environment) but doesn't seem to be available on the OnDemand notebook (when I try to import it).
Am I able to import the module from the correct conda environment somehow, perhaps by specifying the path of the module on my machine or something like that?
Or maybe I need to install the module again whilst I am within the OnDemand notebook?