holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
567 stars 34 forks source link

ModuleNotFoundError when “import from pydiscourse” #268

Open garoviks opened 2 years ago

garoviks commented 2 years ago

Thanks for including pydiscourse in your standard package list. However when I try using it I got this error, any ideas please? Using iPad…

PNG image
holzschu commented 2 years ago

I don't remember including pydiscourse. Does it appear with "!pip list --user"?

For the error message, it is easier to understand what is happening with the full message, including the name of the missing package (but really, everything).

garoviks commented 2 years ago

You are right, it works after restarting the kernel:

PNG image 2
garoviks commented 2 years ago

It calls the site and returns results:

PNG image 3

Thanks for your kind help! Your framework will be very useful Cheers