-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'notebooks' #28
Comments
Hi, jetlee2018! |
Or you can just add
in the beginning of your notebook. |
To me it's really better using "os" package:
Remember that "yourdirectory" must be level folder, not file. |
Interesting, but I do not understand. Where do I obtain the utils.py file to put in the folder called "notebooks" thanks |
I am running this on windows(not in docker). I got the following error:
when it runs "from notebooks.utils import display".
I tried to run "pip install notebooks", and I got:
ERROR: Could not find a version that satisfies the requirement notebooks (from versions: none)
ERROR: No matching distribution found for notebooks
searching google doesn't help. Please help here. Thanks!
The text was updated successfully, but these errors were encountered: