Skip to content

Commit 70c0785

Browse files
authored
Merge pull request #3 from sysprog21/switch-to-jupyterlab
Switch to JupyterLab
2 parents edc759e + d7cc58a commit 70c0785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616

1717
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
1818
RUN python3 get-pip.py
19-
RUN pip3 install notebook
19+
RUN pip3 install jupyter jupyterlab
2020

2121
RUN useradd -ms /bin/bash bootcamp
2222

@@ -69,4 +69,4 @@ USER bootcamp
6969
WORKDIR /chisel-bootcamp
7070

7171
EXPOSE 8888
72-
CMD jupyter notebook --no-browser --ip 0.0.0.0 --port 8888
72+
CMD jupyter lab --no-browser --ip 0.0.0.0 --port 8888

0 commit comments

Comments
 (0)