Search code examples
google-cloud-storagegoogle-cloud-platformgoogle-cloud-datalab

Where are Datalab iPython notebook files stored on AppEngine?


Where on Google cloud are Datalab iPython notebook files stored? I'd like to be able to access that directory so I can set up a git repository on GitHub if at all possible. Thank you!


Solution

  • If you used the deprecated Cloud Datalab Deployer, you can find your committed Datalab iPython notebooks at the following location in the cloud:

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

    If you are running Datalab locally, the notebooks will be in your $HOME directory on Linux/OSX or C:/Users/<username>/Documents/ on windows.

    In terms of the actual Datalab docker container, you can also find your notebooks in the /content/ folder inside the container.

    You may find the following links helpful in migrating from Cloud Source Repositories to GitHub:

    Please let me know if I haven't answered your question correctly.