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
Starting from https://gist.github.com/jtpio/4a6a34da66b32249e28df718ec30e4d7 I've added a jupyter_config.json file to my binder folder in order to run JupyterLab with the collaborative mode, but it is not recognized/found/applied. Only when I put it in the root directory it was applied.
It would be nice to have this file recognized in the binder directory as well, like requirements.txt, postBuild etc.
The text was updated successfully, but these errors were encountered:
Normally it's possible to have it in the binder folder but then you might a start file too. There is something similar in the JupyterLab repo but with jupyter_notebook_config.py: https://github.com/jupyterlab/jupyterlab/tree/master/binder
Starting from https://gist.github.com/jtpio/4a6a34da66b32249e28df718ec30e4d7 I've added a
jupyter_config.json
file to my binder folder in order to run JupyterLab with the collaborative mode, but it is not recognized/found/applied. Only when I put it in the root directory it was applied.It would be nice to have this file recognized in the binder directory as well, like
requirements.txt
,postBuild
etc.The text was updated successfully, but these errors were encountered: