Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

No module named 'mywb.sklearn_cookbook' #8

@jhconning

Description

@jhconning

The tmpnb online test_cookbooks example worked flawlessly. However I'm running into errors when I try to run same notebook from the cloned repository on my windows 10 machine.

The new search functionality from the jupyter file navigation is working from the Jupyter file browser (and is awesome).
However when I load and the test_cookbooks.ipynb notebook I run into trouble. The first cell

%load_ext urth.cms 

magic runs with no problem but the cell

In [3]:  import mywb.sklearn_cookbook as skcook
         import mywb.api_cookbook as apicook

leads to

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-3-45432c89e6a6> in <module>()
----> 1 import mywb.sklearn_cookbook as skcook
      2 import mywb.api_cookbook as apicook

ImportError: No module named 'mywb.sklearn_cookbook'

As mentioned, I'm running this on an exact clone of the repo. I see and can open the sklearn_cookbook notebook. It's just that the 'fake dir' for mywb does not seem to be working.

P.S. -- This project is fantastic. It will transform how I organize code and notebooks. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions