问题
I'd like to install zipline, the python module for financial backtesting, onto a Google Cloud Datalab instance. What's the best way to do this?
(I tried to move the VM to user managed and SSH in, but it wouldn't let SSH in).
(Also tried %%bash pip install zipline, which almost worked save for version conflicts, but not sure if this is a good idea)
回答1:
Currently the %bash pip install option is the only one supported. We should have better customization capability coming quite soon.
来源:https://stackoverflow.com/questions/35869632/how-do-i-customize-google-cloud-datalab-with-extra-python-modules