Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
anant-k-singh opened this issue Nov 20, 2020 · 0 comments

Comments

@anant-k-singh
Copy link

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
@anant-k-singh 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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant