Skip to content

Reselecting the kernel now loads the new modules

Aurel Istrate requested to merge develop into main

Created by: camarocico

When using the jupyterldmod extension to load an extra module from the cluster, the default Python 3.11.3 kernel would not see the new modules (they were purged and only Jupyter-bundle was reloaded). Now the kernel does see the extra modules, once it has be re-selected (restarting it only doesn't seem to work).

Merge request reports