Search code examples
google-cloud-datalab

How to add 'private' python module to Google Datalab


I'm experimenting with the promising Google Cloud Datalab. In the past I've created some handy python classes and functions that I'd like to use in the GCD-notebooks but I don't know how to add my code.

Anybody any suggestions?


Solution

  • This is, on second thought, obvious:

    %%bash
    pip install git+http://myawsomepythonmodule.git