Open jni opened 4 years ago
I see this as well. It looks like Binder builds the environment from the elegant-scipy/notebooks
repo - a quick look shows that the requirements.txt
and environment.yml
are still consistent with elegant-scipy/elegant-scipy
before #350 .
I think updating requirements.txt
and environment.yml
in elegant-scipy/notebooks
to be consistent with elegant-scipy/elegant-scipy
would do the trick - though then the notebooks themselves would likely have to be updated (e.g. handling the networkx API change a la #348)
@rossbar Thanks for chiming in! Yes you are absolutely right. I'm intending to fix this in the coming days, but if you want to submit a PR there, it would be most appreciated of course! The notebooks are created by running notedown without --run
.
The binder notebooks appear to have some library version issues. Running Cell 9 in Chapter 4 gives the following traceback, which I think is related to Dask's implementation of NEP18: