binder ImportError
See original GitHub issueWhen launching a binder and opening the notebooks in examples/ there are ImportError for:
-
matplotlib(choropleths, overlays, and spatial_joins) -
pysal(choropleths)
This seems to be due to matplotlib and pysal not being declared as dependencies in requirements.txt. I am aware they are not geopandas dependencies, but in order to run the binder interactively maybe a separate binder.yml must be built? I am not exactly sure how to solve this issue.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
ImportError in Binder timeseries example · Issue #17 · dask/old-dask ...
With the Python 2 interpreter, the Cumulative Sum, datetime resampling, and plotting section of the time-series-binder notebook raises the following ...
Read more >error with importing numpy in binder beta - Stack Overflow
I am trying to share my codes on Github using binder beta. The binder generate an environment however it generates Error on Importing...
Read more >jupyterhub/binder - Gitter
I created another Binder instance. The memory limit is 8GB there too. Sarah Gibson. @sgibson91.
Read more >Notebook not working on binder - open3d seems to break it
i am trying to load .stl files into voxelgrids on binder so other people ... I forked it and I'm trying stuff based...
Read more >Be Gone ImportError!! Go Away!!!! - Matthew Andres Moreno
Lately, I've taken to shoving these all into a folder called binder/ and hosting them via https://mybinder.org. I usually also want to use ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

In geopandas’ case, we already have such a file for the documentation: https://github.com/geopandas/geopandas/blob/master/doc/environment.yml, so maybe we could somehow re-use that
Yep, thanks for the report. We might also want to add a environment.yml file instead (for using conda).
Also, the latest sphinx gallery has the option to launch binder from their examples, so that is also something that we could check.