Created
July 8, 2016 02:00
-
-
Save dsignr/6b75587c8f6126249295c492fececa58 to your computer and use it in GitHub Desktop.
A short snippet to help you install packages on a google datalab install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# How to install packages: | |
# %%bash | |
# pip install <package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment