Skip to content
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 documentation on enabling and disabling labextensions #1921

Closed
ykazakov opened this issue Sep 16, 2024 · 2 comments · Fixed by #1927
Closed

Fix documentation on enabling and disabling labextensions #1921

ykazakov opened this issue Sep 16, 2024 · 2 comments · Fixed by #1927

Comments

@ykazakov
Copy link
Contributor

In version 0.9.3 the location of labextensions has changed from nbgrader to @jupyter/nbgrader. #1893

Hence enabling and disabling of labextensions should now be done with this prefix:

jupyter labextension disable @jupyter/nbgrader:formgrader
jupyter labextension disable @jupyter/nbgrader:assignment-list
jupyter labextension disable @jupyter/nbgrader:course-list
jupyter labextension disable @jupyter/nbgrader:create-assignment
jupyter labextension disable @jupyter/nbgrader:validate-assignment

...

jupyter labextension enable --level=user @jupyter/nbgrader
jupyter server extension enable --user --py nbgrader

...

jupyter labextension disable --level=sys_prefix @jupyter/nbgrader:assignment-list
jupyter server extension disable --sys-prefix nbgrader.server_extensions.assignment_list
@brichet
Copy link
Contributor

brichet commented Oct 1, 2024

Thanks @ykazakov for opening this, #1927 should fix it.

@brichet brichet linked a pull request Oct 4, 2024 that will close this issue
@brichet
Copy link
Contributor

brichet commented Oct 4, 2024

Fixed by #1927

@brichet brichet closed this as completed Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants