Closed mwouts closed 4 years ago
It still doesn't seem to work, I'm still getting the same error: https://mybinder.org/v2/gh/mwouts/jupytext/master?urlpath=lab/tree/demo/get_started.ipynb
Hi @mgeier , I think this is because of the cache - as I don't have an explicit requirement for jupytext>=1.5.2
in binder/requirements.txt, MyBinder was still using the version 1.5.1 for some time.
On my side I now see it working at https://notebooks.gesis.org/binder/jupyter/user/mwouts-jupytext-jv21wl2s/lab . Is (the beginning of) your URL different? I mean, do you hit a different server with a different cache than mine?
Oh, interesting!
I don't even get an URL, because the build is not successful.
I think you shouldn't put jupytext
into the requirements.txt
at all, you should make a "dev" install in postBuild
. Then such problems cannot occur.
Good idea! I'll do that.
Thanks, now it works perfectly!
Excellent! And thank you for keeping an eye this, Matthias.
The MyBinder launch fails. Apparently it's trying to parse
jupytext.py
as a configuration file when converting theget_started.md
notebook :smile: