Skip to content

Commit

Permalink
Stop Jupyter announcement messages
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Jun 30, 2024
1 parent 5573bfb commit 0bdb187
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
# jupyter nbextensions_configurator enable --user
# jupyter nbextension list

# Install and enable Jupyter lab extensions
# Install and set up Jupyter lab extensions
echo postBuild: Installing Jupyter Lab extensions...
pip install jupyterlab-markup # Mermaid in Jupyter Lab
pip install jupyterlab-cell-flash
jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
jupyter lab build

# Install grcov
Expand Down

0 comments on commit 0bdb187

Please sign in to comment.