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
{{ message }}
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
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.
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
magic runs with no problem but the cell
leads to
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.