Skip to content

Commit d9bdc86

Browse files
committed
disable announcements
1 parent 085c5c1 commit d9bdc86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ ENV PATH=/home/jupyter/notebook-env/bin:$PATH
3131

3232
WORKDIR /home/jupyter/notebook
3333

34+
# https://stackoverflow.com/a/75552789
35+
CMD /home/jupyter/notebook-env/bin/jupyter \
36+
labextension disable "@jupyterlab/apputils-extension:announcements"
37+
3438
CMD /home/jupyter/notebook-env/bin/jupyter \
3539
${JUPYTER_SUBCOMMAND:-notebook} \
3640
--ip 0.0.0.0 \

0 commit comments

Comments
 (0)