Skip to content

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

@anant-k-singh

Description

@anant-k-singh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions