jupyter-widgets / widget-cookiecutter

A cookiecutter template for creating a custom Jupyter widget project.
BSD 3-Clause "New" or "Revised" License
258 stars 72 forks source link

[Question]: How to import my custom widget in jupyter notebook locally #74

Open anant-k-singh opened 3 years ago

anant-k-singh commented 3 years ago

I have create a custom widget with this widget-cookiecutter template, and it is successfully built and installed.

I also get the details of my custom widget package when I do pip show <my-widget>

But, when I import it in my jupyter notebook, it gives the following error: ModuleNotFoundError: No module named '<my-widget>'

How do I consume my custom widget's build on my local jupyter notebook?

Extra details: