You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I am running jupyter notebook from anaconda
Python v3.9
OS: Windows 10
The text was updated successfully, but these errors were encountered:
anant-k-singh
changed the title
[Question]: How to import my custom widget in jupyter notebook
[Question]: How to import my custom widget in jupyter notebook locally
Nov 20, 2020
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:
The text was updated successfully, but these errors were encountered: