mapbox / mapboxgl-jupyter

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

Jupyter Bug: causing Travis Python 3.6 build failure #130

Closed akacarlyann closed 5 years ago

akacarlyann commented 5 years ago

prompt-toolkit requirement conflict is causing failure in Travis build for Python 3.6 due to recent update with Jupyter. More info: https://github.com/jupyter/jupyter/issues/370

Potential solution: specify specific versions of Jupyter and prompt-toolkit?

akacarlyann commented 5 years ago

Appears to be fixed with update of mapbox gl version.