cabreraalex / widget-svelte-cookiecutter

A cookiecutter template for making IPyWidgets using Svelte
https://cabreraalex.medium.com/creating-reactive-jupyter-widgets-with-svelte-ef2fb580c05
BSD 3-Clause "New" or "Revised" License
54 stars 3 forks source link

Missing py dep jupyter_packaging #9

Closed jarmitage closed 3 years ago

jarmitage commented 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

cabreraalex commented 3 years ago

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