google cloud storage - Where are Datalab iPython notebook files stored on AppEngine? -


where on google cloud datalab ipython notebook files stored? i'd able access directory can set git repository on github if @ possible. thank you!

if used deprecated cloud datalab deployer, can find committed datalab ipython notebooks @ following location in cloud:

https://source.developers.google.com/p/[project_id]/ 

if running datalab locally, notebooks in $home directory on linux/osx or c:/users/<username>/documents/ on windows.

in terms of actual datalab docker container, can find notebooks in /content/ folder inside container.

you may find following links helpful in migrating cloud source repositories github:

please let me know if haven't answered question correctly.


Comments