-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix blank tab names and labextension button label #1756
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tuncbkose
changed the title
Fix blank tab names
Fix blank tab names and labextension button label
Mar 22, 2023
Thanks @tuncbkose, the failing test is not related. |
brichet
added a commit
to brichet/nbgrader
that referenced
this pull request
Jun 15, 2023
brichet
added a commit
to brichet/nbgrader
that referenced
this pull request
Jun 15, 2023
brichet
added a commit
to brichet/nbgrader
that referenced
this pull request
Jun 15, 2023
brichet
added a commit
to brichet/nbgrader
that referenced
this pull request
Jun 15, 2023
brichet
added a commit
to brichet/nbgrader
that referenced
this pull request
Jun 16, 2023
brichet
added a commit
to brichet/nbgrader
that referenced
this pull request
Jun 16, 2023
jtpio
pushed a commit
that referenced
this pull request
Jul 18, 2023
* 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 #1756 * Remove nbextensions and related code * Update dependencies to lab 4 released and notebook 7b.4 * Add the playwright report as artifact
AlirezaT99
pushed a commit
to AaltoSciComp/nbgrader
that referenced
this pull request
Aug 6, 2024
* Fix blank tab names * Fix button label
AlirezaT99
pushed a commit
to AaltoSciComp/nbgrader
that referenced
this pull request
Aug 6, 2024
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1722 and changes "fetch" to "Fetch" in lab assignment-list, to be more consistent with the rest of the buttons.