jupyter-lmod
jupyter-lmod copied to clipboard
How to load User-specific/shared/custom modules using jupyter-lmod
Hi,
Please help me to load User-specific/shared/custom modules using jupyter-lmod My scenario is like below
[zain@master ~]$ module avail
------------------------------------------------------------------------ /opt/privatemodules ---------------------------------------------
gcc8.3.0 intelpython3.7.7 mpich3.3 openmpi4.0.0 python3.7.6
--------------------------------------------------------------- /usr/local/lmod/lmod/modulefiles/Core ---------------------------------
lmod settarg use.own
Use "module spider" to find all possible modules and extensions.
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
[zain@master ~]$
and i am loading this using module use /opt/privatemodules command from command line.
[zain@master ~]$ echo $MODULEPATH
/opt/privatemodules:/usr/local/modulefiles/Linux:/usr/local/modulefiles/Core:/usr/local/lmod/lmod/modulefiles/Core
[zain@master ~]$
i am able to view only default modules on my Jupyterhub.
Regards, Zain