Skip to content

Commit d7cc58a

Browse files
committed
Switch to JupyterLab
Jupyter Notebook provides a basic interface for opening notebooks, terminals, and text files, while JupyterLab offers a more interactive interface with features like notebooks, consoles, terminals, CSV editors, markdown editors, interactive maps, and improvements like the drag-and-drop cells feature not found in Jupyter Notebook. In essence, JupyterLab extends the capabilities of Jupyter Notebook.
1 parent edc759e commit d7cc58a

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)