Skip to content
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

Colab setup #54

Open
luigi-bar opened this issue Dec 21, 2021 · 1 comment
Open

Colab setup #54

luigi-bar opened this issue Dec 21, 2021 · 1 comment

Comments

@luigi-bar
Copy link

Hi,
newbie here - I have tried to use ipynb in google colab with no success... Here is my code:

!pip install ipynb --upgrade

from ipynb.fs.defs.testingnb import *

and in the same folder I have a testingnb.ipynb file. I get the error:

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)

<ipython-input-7-8088143b2d48> in <module>()
----> 1 import ipynb.fs.defs.testingnb

ModuleNotFoundError: No module named 'ipynb.fs.defs.testingnb'

Am i missing some setup step? thanks!
Luigi

@TahaSaeidi
Copy link

Same problem for me, how can we use ipynb in google colab?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants