mapbox / mapboxgl-jupyter

Use Mapbox GL JS to visualize data in a Python Jupyter notebook
MIT License
663 stars 137 forks source link

Scale not part of Chroma import #101

Closed groovedrm closed 6 years ago

groovedrm commented 6 years ago

@ryanbaumann Perhaps a problem with my installation, but am having issues with the import of "Scale" from Chroma. Poking through the Chroma package, it appears Scale is no longer part of the Chroma code. Has anyone else run across this same issue, or am I just suffering from an installation issue?

akacarlyann commented 6 years ago

@groovedrm It may be some setup messiness. There are so many different color packages with chroma in the name! Can you confirm that the library is chroma-py? Thanks! The source code is at: https://github.com/jakubsvehla/chroma-py/tree/master/chroma

groovedrm commented 6 years ago

@akacarlyann That was it -- wrong Chroma library, thank you for the quick assist!