Skip to content

Clean LabExtensionApp#55

Open
Darshan808 wants to merge 4 commits intojupyterlab:mainfrom
Darshan808:clean-labextension-app
Open

Clean LabExtensionApp#55
Darshan808 wants to merge 4 commits intojupyterlab:mainfrom
Darshan808:clean-labextension-app

Conversation

@Darshan808
Copy link
Member

Fixes #42

Description

  • Removed the commented-out commands that are not intended to be implemented here. These commands will remain in JupyterLab and continue to run via the jupyter labextension command as they currently do.
    (Should any of them instead be implemented in this package ?)

  • Updated command names to align with the builder conventions and added relevant examples.

  • Regarding version restoration: Is it necessary here? If yes I think we could use the package version.

@krassowski krassowski added the maintenance Change related to maintenance of the repository label Mar 2, 2026
Copy link
Member

@krassowski krassowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny suggestion on simplifying subcommand descriptions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Change related to maintenance of the repository

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Refactor LabExtensionApp

2 participants