Skip to content

Commit 9c9ba54

Browse files
DOC: add admonition to every JupyterLite kernel
1 parent 803ca13 commit 9c9ba54

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/source/conf.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,3 +293,14 @@
293293

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

0 commit comments

Comments
 (0)