Skip to content

Commit 4444257

Browse files
committed
Lazy load the JupyterLite example on the docs front page.
1 parent 9c56b1d commit 4444257

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ dependencies:
2626
- sympy
2727
- pip:
2828
- jupyterlite==0.1.0b11
29-
- jupyterlite-sphinx>=0.6.0
29+
- jupyterlite-sphinx>=0.7.0

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ scikit-image
1515
scikit-learn
1616
sympy
1717
jupyterlite==0.1.0b11
18-
jupyterlite-sphinx>=0.6.0
18+
jupyterlite-sphinx>=0.7.0

docs/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ tab with the `JupyterLab <lite/lab/?path=Widget%20List.ipynb>`_ or `Jupyter
3434
Notebook <./lite/retro/tree>`_ interfaces (provided by JupyterLite).
3535

3636
.. retrolite:: examples/Widget List.ipynb
37+
:width: 100%
38+
:height: 600px
39+
:prompt: Try ipywidgets!
3740

3841
Learning widgets
3942
----------------

0 commit comments

Comments
 (0)