Skip to content

Commit

Permalink
Replace python3 kernel.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Sep 14, 2023
1 parent 4963a97 commit bc5ed3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
# Replace the default Python 3 kernel, which would use the Jupyter server
# environment, with one that points into /nsls2/conda/ which is expected
# to be mounted in when the container is run.
mv /srv/conda/envs/notebook/share/jupyter/kernels/python3 /srv/conda/envs/notebook/share/jupyter/kernels/external_python3
mv ./binder/kernel.json /srv/conda/envs/notebook/share/jupyter/kernels/external_python3/kernel.json
cp ./binder/kernel.json /srv/conda/envs/notebook/share/jupyter/kernels/python3/kernel.json

0 comments on commit bc5ed3b

Please sign in to comment.