jupyter-lmod
jupyter-lmod copied to clipboard
Jupyter plugin that provides a tab for TACC Lmod (https://github.com/TACC/Lmod)
I am trying to load a module I created that registers Jupyter kernel from external conda environment. Here is the modulefile: ``` help([[Conda environment with Python Data Science packages ]])...
Hi, Please help us to resolve the issue, eventhough jupyter-serverextension is OK, i am getting this issue. ``` [root@master jupyterhub]# jupyter-labextension list JupyterLab v2.2.0 Known labextensions: app dir: /share/apps/platform/ai/python_versions/python3/3_6_8/share/jupyter/lab @jupyter-widgets/jupyterlab-manager...
It can not be automatic as users type a letter. An option could be to run `module --terse spider` to get a list of modules and keep it to compare...
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...
Hi Team, How to Modify/Remove created collections on jupyter-lmod. Regards, Zain
lmod.load from within jupyter does not behave the same as the jupyter-lmod load [aka export modules]
The jupyter-lmod interface has a button which shows the following: > Export modules >Add this in a notebook to load the same modules : > ```import lmod > await lmod.purge(force=True)...
If the unloaded module was a dependency of a module still loaded, lmod display a message like this one: ``` ------------------------------------------------------------------------------------------------------------------------------------------- The following dependent module(s) are not currently loaded: python...
When we originally designed the extension, we used CSS classes from different JupyterLab extensions to define the appearance of our widgets. To avoid being at the mercy of these extensions...