Skip to content

Commit

Permalink
disable announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Jun 13, 2024
1 parent 085c5c1 commit d9bdc86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ ENV PATH=/home/jupyter/notebook-env/bin:$PATH

WORKDIR /home/jupyter/notebook

# https://stackoverflow.com/a/75552789
CMD /home/jupyter/notebook-env/bin/jupyter \
labextension disable "@jupyterlab/apputils-extension:announcements"

CMD /home/jupyter/notebook-env/bin/jupyter \
${JUPYTER_SUBCOMMAND:-notebook} \
--ip 0.0.0.0 \
Expand Down

0 comments on commit d9bdc86

Please sign in to comment.