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

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -