Skip to content

Commit e09db19

Browse files
committed
configure jupyterlab to use fish for the terminal by default
1 parent 9c8642a commit e09db19

File tree

3 files changed

+1856
-2
lines changed

3 files changed

+1856
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ RUN pip3 install --break-system-packages \
1717

1818
COPY scripts /scripts
1919
#COPY settings/themes.jupyterlab-settings /etc/jupyter/lab/user-settings/@jupyterlab/apputils-extension/themes.jupyterlab-settings
20-
COPY settings /settings
20+
COPY settings/*jupyterlab-* /settings/
21+
COPY settings/jupyter_server_config.py /etc/jupyter/
2122
ENV SHELL=/usr/bin/fish

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
docker pull dclong/python-nodejs
3+
docker pull dclong/python-nodejs:next
44
docker build -t dclong/jupyterlab:next .

0 commit comments

Comments
 (0)