cmd-ntrf / jupyter-lmod

Jupyter plugin that provides a tab for TACC Lmod (https://github.com/TACC/Lmod)
MIT License
28 stars 13 forks source link

Display warnings from Lmod in a pop-up #50

Closed cmd-ntrf closed 1 year ago

cmd-ntrf commented 1 year ago

When loading a module, Lmod can display a message / warning about that module. The message is outputted in stderr.

Currently, the stderr output of load, unload, reset, purge, save, use and unuse is printed on the console and never sent back to the caller.

At least load could return the stderr output, which could then be returned by lmodAPI the web client who could display a the warning message in the user interface.

cmd-ntrf commented 1 year ago

Done in #58