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:
- google cloud datalab : migrating cloud datalab deployer
- cloud source repositories : adding repository remote
please let me know if haven't answered question correctly.
Comments
Post a Comment