We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803ca13 commit 9c9ba54Copy full SHA for 9c9ba54
doc/source/conf.py
@@ -293,3 +293,14 @@
293
294
global_enable_try_examples = True
295
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