jupyterlab-link-share icon indicating copy to clipboard operation
jupyterlab-link-share copied to clipboard

binder/jupyter_config.json not used

Open deeplook opened this issue 4 years ago • 1 comments

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.

deeplook avatar Oct 29 '21 11:10 deeplook

Thanks @deeplook for opening this.

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

jtpio avatar Oct 29 '21 15:10 jtpio