python - Is jupyter replicating my data to a cloud server -
this pretty simple question. if download jupyter part of anaconda. how data being secured. when run jupyter go straight html page, page displays local folders on servers connected to.
if make notebook, notebook stored on cloud server. go, , how can keep of filee ("notebooks) local?
jupyter uses no cloud services, , should make no external requests when running locally. best way think of local install of jupyter notebook desktop application happens use web browser ui. talks local filesystem, , relays data browser on http on localhost.
Comments
Post a Comment