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

Fix problem with link definition in classic interface #28

Closed cmd-ntrf closed 3 years ago

cmd-ntrf commented 3 years ago

The tag had no closing tag, but only a slash at the end. This is no longer compatible with jquery 3.5.0 which was introduced as the new jquery version for jupyter notebook >= 6.1.0.

https://jquery.com/upgrade-guide/3.5/#description-of-the-change

Fix issue #27