File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 22set -eux
33
44mkdir -p ${NB_PYTHON_PREFIX} /share/jupyter/lab/settings
5- cp jupyterlab_config .json ${NB_PYTHON_PREFIX} /share/jupyter/lab/settings/overrides.json
5+ cp overrides .json ${NB_PYTHON_PREFIX} /share/jupyter/lab/settings/overrides.json
File renamed without changes.
Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ start = "jupyter lab"
2626test = " bash ./test.sh"
2727
2828[activation ]
29- scripts = [" setup_jupyterlab_config.sh" ]
29+ # Workaround overrides JupyterLab configuration (at the environment level) to
30+ # make double-clicking on a Jupytext Markdown file open that file as a
31+ # notebook. This is important for the development workflow for contributors.
32+ scripts = [" bash .binder/postBuild" ]
3033
3134[dependencies ]
3235python = " >=3.11"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments