Install conda package from Google Datalab
问题 I'm looking to use the ospc taxcalc package in a Google Datalab notebook. This package must be installed via conda. Datalab doesn't have conda by default, so this method (from https://stackoverflow.com/a/33176085/1840471) fails: %%bash conda install -c ospc taxcalc Installing via pip also doesn't work: %%bash pip install conda conda install -c ospc taxcalc ERROR: The install method you used for conda--probably either pip install conda or easy_install conda --is not compatible with using conda