developmentseed / label-maker

Data Preparation for Satellite Machine Learning
http://devseed.com/label-maker/
MIT License
461 stars 110 forks source link

Running label-maker on google colab #179

Closed shubham-scisar closed 4 years ago

shubham-scisar commented 4 years ago

I have installed label-maker on google colab using pip install label-maker. But running a cell with label-maker gives command not found. Please guide how I can run it on google colab.

drewbo commented 4 years ago

interactive environments require command line tools to be prefaced with !. This should run.

!pip install label-maker
!label-maker

In general, label-maker will be more difficult to run on Google Colab because it also requires tippecanoe as a peer-dependency.