3

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?

bowlby
  • 649
  • 1
  • 8
  • 18

1 Answers1

4

This is, on second thought, obvious:

%%bash
pip install git+http://myawsomepythonmodule.git
bowlby
  • 649
  • 1
  • 8
  • 18