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 2
2
set -eux
3
3
4
4
mkdir -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"
26
26
test = " bash ./test.sh"
27
27
28
28
[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" ]
30
33
31
34
[dependencies ]
32
35
python = " >=3.11"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments