Skip to content

Commit 71cb011

Browse files
committed
Apply JupyterLab overrides on binder.
1 parent 2bb26e6 commit 71cb011

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.binder/postBuild

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
set -eux
3+
4+
mkdir -p ${NB_PYTHON_PREFIX}/share/jupyter/lab/settings
5+
cp jupyterlab_config.json ${NB_PYTHON_PREFIX}/share/jupyter/lab/settings/overrides.json

0 commit comments

Comments
 (0)