Closed jarmitage closed 3 years ago
Before I could run:
jupyter labextension develop --overwrite .
I had to do:
pip install jupyter-packaging
Otherwise this errors: https://github.com/cabreraalex/widget-svelte-cookiecutter/blob/feb467b7e4a29e5a5bee6fffef919b9574fc246f/%7B%7Bcookiecutter.github_project_name%7D%7D/setup.py#L14-L20
Honestly even then I can't get that command to work ngl. I added it as a dependency for the dev environment for now. If someone knows the "canonical" way to build for Jupyter Lab that would be great
Before I could run:
I had to do:
Otherwise this errors: https://github.com/cabreraalex/widget-svelte-cookiecutter/blob/feb467b7e4a29e5a5bee6fffef919b9574fc246f/%7B%7Bcookiecutter.github_project_name%7D%7D/setup.py#L14-L20