jupyter-lmod icon indicating copy to clipboard operation
jupyter-lmod copied to clipboard

How to load User-specific/shared/custom modules using jupyter-lmod

Open zainul1114 opened this issue 3 years ago • 0 comments

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. image

Regards, Zain

zainul1114 avatar Mar 14 '21 16:03 zainul1114