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
Follow-up to #119
Starting from JupyterLab 3.0 extensions can now be installed via pip, which is the way described in these examples.
pip
New files have been added to each example, such as setup.py, MANIFEST.in and pyproject.toml:
setup.py
MANIFEST.in
pyproject.toml
https://github.com/jupyterlab/extension-examples/tree/ab5aefa454408b5cc6155c89eed8cc4db641c564/basics/hello-world
One way to check they are all in sync would be to run the upgrade script as mentioned in #119 (comment)
Similar to this step:
extension-examples/.github/workflows/main.yml
Lines 45 to 50 in e7054af
The text was updated successfully, but these errors were encountered:
Add check on CI to compare more files
c0bf94d
Fixes #120
e95b9fa
fcollonval
Successfully merging a pull request may close this issue.
Follow-up to #119
Starting from JupyterLab 3.0 extensions can now be installed via
pip
, which is the way described in these examples.New files have been added to each example, such as
setup.py
,MANIFEST.in
andpyproject.toml
:https://github.com/jupyterlab/extension-examples/tree/ab5aefa454408b5cc6155c89eed8cc4db641c564/basics/hello-world
One way to check they are all in sync would be to run the upgrade script as mentioned in #119 (comment)
Similar to this step:
extension-examples/.github/workflows/main.yml
Lines 45 to 50 in e7054af
The text was updated successfully, but these errors were encountered: