You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compatibility with Notebook7 and jupyterLab4 (jupyter#1684)
* Update dependencies to jupyterlab>=4, fix menu entries and fix mathjax error
* Includes assignment-list, course-list and formgrader extensions as main panel tab
* Remove required dependency to LabShell
* Make it work with Notebook7 and JupyterLab4
* update dependencies
* Refactore create_assignment_extension to depend on CellModel instead of Cell widget, and to simplify the listeners
* Update the tests according to the updates of JupyterLab
* Reintegrate the cellPrompt in create assignment cell widget
* Activate by default the new created tab in Notebook (assignment list, course list and formgrader)
* add test for extensions in notebook
* Fix docs tests and insert nbextensions test in UI-tests
* Update dependencies to jupyterlab-4.0.0a32 and notebook-7.0.0a10
* Downgrade dependency to Notebook as it breaks installation
* bump to Notebook-7.0.0a10
* update dependencies
* Refactor the extensions for a better managment of the menu and palettecommand in Notebook
* Update to Jlab 4.0.0a34 and Notebook 7.0.0a13
* Open the existing Formgrader tab if already loaded from courses list tab
* fix UI tests
* Removal of python 3.7 support and integration of python 3.11 in tests
* Update actions and node version in tests
* Update to jupyterlab 4.0.0a37 and notebook 7.0.0a17
* Fix before-build-npm
* Includes jupyter#1756
* Remove nbextensions and related code
* Update dependencies to lab 4 released and notebook 7b.4
* Add the playwright report as artifact
0 commit comments