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

Add back jupyter nbextension commands as an alias to jupyter labextension? #7199

Open
jtpio opened this issue Dec 26, 2023 · 0 comments
Open

Comments

@jtpio
Copy link
Member

jtpio commented Dec 26, 2023

Problem

For some users it might be odd to type the jupyter labextension commands if they only use Jupyter Notebook 7 and not JupyterLab.

Proposed Solution

Maybe it could make sense to add some of the jupyter nbextension commands back to Notebook 7, which would just be an alias for jupyter labextension? For example:

  • jupyter nbextension list -> jupyter labextension list
  • jupyter nbextension enable -> jupyter labextension enable
  • jupyter nbextension disable -> jupyter labextension disable

There might also be some pros for keeping the jupyter labextension command, to explicitly indicate Notebook 7 extensions are JupyterLab extensions.

Although the extensions would still be located under PREFIX/share/labextensions.

Additional context

No strong opinions to add it back. Opening the issue to see if users and / or maintainers would think this could be useful.

@jtpio jtpio added enhancement status:Needs Triage Applied to issues that need triage labels Dec 26, 2023
@RRosio RRosio removed the status:Needs Triage Applied to issues that need triage label Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants