Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do I need internet to use jupyter notebooks?

I am a beginner in the jupyter world. There are many occasions where I do not have access to internet, in such cases sometimes I get errors in jupyter... For example I was trying an import:

import matplotlib.pyplot as plt
import numpy as np
import pandas as pd

And I got this error:

enter image description here

Then, I connected to internet and the error did not appear.

I have my jupyter locally and it works without internet most of the time, but every now and then I get errors like that.

Problem is that internet is scarse and maybe I have to wait days until I can connect to the internet. Do I need internet to use jupyter notebooks or what am I missing?

like image 496
Chicago1988 Avatar asked Nov 25 '25 23:11

Chicago1988


1 Answers

The jupyter notebook runs on a local server on your computer, so there is no need of internet connection.

The error you're reporting seems not related to a connectivity issue, but possibly related to numpy.

like image 84
fabioconcina Avatar answered Nov 27 '25 12:11

fabioconcina



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!