Skip to content

Commit

Permalink
Merge pull request #73 from NSLS-II/replace-python3
Browse files Browse the repository at this point in the history
Replace python3 kernel.
  • Loading branch information
danielballan authored Sep 14, 2023
2 parents 7574553 + bc5ed3b commit cb9629b
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 cb9629b

Please sign in to comment.