We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should add jlpm within this package rather than jupyterlab.
jlpm
For now, jlpm define there: https://github.com/jupyterlab/jupyterlab/blob/main/jupyterlab/jlpmapp.py with the entrypoint defined there: https://github.com/jupyterlab/jupyterlab/blob/e048f27548969c0e4403417ac04bc186f119128f/pyproject.toml#L60
The text was updated successfully, but these errors were encountered:
Include jlpm within this package (Issue #15) (#20)
f8445bd
* watch working * watch test working * Update jupyter_builder/extension_commands/watch.py Co-authored-by: Frédéric Collonval <fcollonval@gmail.com> * Update jupyter_builder/federated_extensions.py Co-authored-by: Frédéric Collonval <fcollonval@gmail.com> * sleep time increased in test * Automatic application of license header * Delete jupyter_builder/yarn.js * ran precommit * added jlpm * Automatic application of license header * yarn exclude * exclude * Update .licenserc.yaml Co-authored-by: Frédéric Collonval <fcollonval@gmail.com> * Update .pre-commit-config.yaml Co-authored-by: Frédéric Collonval <fcollonval@gmail.com> * remove folder * linter --------- Co-authored-by: Frédéric Collonval <fcollonval@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Successfully merging a pull request may close this issue.
We should add
jlpm
within this package rather than jupyterlab.For now, jlpm define there: https://github.com/jupyterlab/jupyterlab/blob/main/jupyterlab/jlpmapp.py
with the entrypoint defined there: https://github.com/jupyterlab/jupyterlab/blob/e048f27548969c0e4403417ac04bc186f119128f/pyproject.toml#L60
The text was updated successfully, but these errors were encountered: