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

Jupyter plugin that provides a tab for TACC Lmod (https://github.com/TACC/Lmod)

Results 21 jupyter-lmod issues
Sort by recently updated
recently updated
newest added

Hello @cmd-ntrf, so I did some refactoring of code base to change the variable names to generic module instead of lmod. Here are the important points: - I have moved...

enhancement

This PR adds basic tests for the package. Currently, we implemented the tests for `module` package and we are also testing `handlers`. All fixtures are defined in `conftest.py` and we...

enhancement

From my tests, the extension can be generalized to both lmod and tmod modules. The only difference is that lmod expects an env var `LMOD_CMD` and tmod expects `MODULES_CMD`. I...

enhancement

See discussion in #56 and branch natsort.

enhancement

Instead of buttons next to "loaded modules", collections should be its own section, but it should be folded by default. We could probably use CSS from the extension manager to...

enhancement

While doing my best to keep with JupyterLab, it appears it has not been enough in the last year. This brings the question if anyone would be interested in officially...

help wanted
question

I wanted to try this out and added it to our spack build, but it's failing, maybe because it doesn't support jupyterlab 4, or maybe some other dependency is missing?...

Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). Commits d87f3b6 [dist] 6.2.3 eeb76d3 [security] Fix...

dependencies

Currently clicking the _Load/Unload_ button does not cause any change on the UI. So while modules load/unload it might seem that nothing was triggered by the click. This PR makes...