You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is still happening. Can't believe I still have to work around 2 years later!
What do you mean? The main example repo that you can use as a template for making a repo is launching just fine at present and upon the session opening the appmode is working for the calculator example.
Bug description
Appmode won't work because it needs to create hidden files and that isn't working now. See here.
Expected behaviour
Launching from https://github.com/binder-examples/appmode should open a session and when I click on
appmode
buttonActual behaviour
There's an error right now so there is a '400 Bad Request' page when you try to open in appmode.
Here is the issues post about the error at the appmode repo.
How to fix
The workaround is described here.
To my fork of binder-examples appmode, I added a file named
jupyter_notebook_config.py
withc.ContentsManager.allow_hidden = True
as the content and it fixed it.My version of
jupyter_notebook_config.py
: jupyter_notebook_config.pyHow to show it is fixed
Go to my fork of the repo here and click on
launch binder
. It will open in appmode as it should.It would also be nice to update the badge while at it.
The text was updated successfully, but these errors were encountered: