Skip to content

Releases: cmd-ntrf/jupyter-lmod

jupyter-lmod 4.0.3

05 May 15:15
8f8f1f6
Compare
Choose a tag to compare
  • Fix issue #63 for real this time

jupyter-lmod 4.0.2

04 May 14:00
1d34e51
Compare
Choose a tag to compare

jupyter-lmod 4.0.1

29 Mar 18:08
537f72e
Compare
Choose a tag to compare
  • fix github publishing workflow

jupyter-lmod 4.0.0

29 Mar 18:00
2664e67
Compare
Choose a tag to compare
  • Replaced setup.py by pyproject.toml
  • The jupyterlab extension is now installed by pip.
  • Fixed CSS scrolling issue

jupyter-lmod 3.1.0

23 Mar 19:06
4a00cf9
Compare
Choose a tag to compare
  • jupyterlab now displays lmod warning when loading modules that display warnings
  • jupyter-lmod handler now has its own copy of Lmod API object

jupyter-lmod 3.0.4

23 Mar 18:16
ed8cf17
Compare
Choose a tag to compare

jupyter-lmod 3.0.3 but properly tagged.

jupyter-lmod 3.0.3

23 Mar 17:37
5a532b7
Compare
Choose a tag to compare
  • Replaced various jupyterlab CSS classes by jupyter-lmod defined CSS classes
  • Added count result to available modules header
  • Sorted list of modules is now case-insensitive
  • module list order now reflects the order when calling module list

jupyter-lmod 3.0.1

27 Jan 19:10
24b50b4
Compare
Choose a tag to compare
  • Replace notebook package requirement by jupyter-core

jupyter-lmod 3.0.0

15 Feb 14:17
c21b846
Compare
Choose a tag to compare
  • jupyter-lmod now supposes it is the only extension handling the items in the Notebook kernel menu and the JupyterLab launcher. Read the instructions in the README to know how to disable jupyter-server-proxy notebook and jupyterlab extensions.
  • The enabled parameter of proxy-server has no longer any effect on the display.
  • To make an item permanently shown in the launcher, add it to the new jupyter notebook parameter c.Lmod.pins, which is a list of proxy servers that will always be displayed regardless of the loaded modules.
  • jupyter-lmod now uses jupyter-server to define its API handlers.

jupyter-lmod 2.0.5

14 Feb 17:17
b453506
Compare
Choose a tag to compare

Same as 2.0.4 but with the version correctly set in setup.py