Skip to content

Commit

Permalink
DOC: add admonition to every JupyterLite kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Mar 15, 2024
1 parent 803ca13 commit 9c9ba54
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,14 @@

global_enable_try_examples = True
try_examples_global_button_text = "Try it in your browser!"
try_examples_global_warning_text = (
"""These interactive examples with JupyterLite are experimental and
may not always work as expected. The execution of cells containing import
statements will result in high bandwidth usage and may take a long time to
complete.
If you are on the latest version of the documentation, please install the
latest version of PyWavelets to ensure the examples work as expected, via
the following command:
"""
)

0 comments on commit 9c9ba54

Please sign in to comment.