8000 DOC Add JupyterLite button in example gallery (#25887) · scikit-learn/scikit-learn@c504f7a · GitHub
[go: up one dir, main page]

Skip to content

Commit c504f7a

Browse files
authored
DOC Add JupyterLite button in example gallery (#25887)
1 parent 9cb1111 commit c504f7a

File tree

5 files changed

+185
-64
lines changed

5 files changed

+185
-64
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,6 @@ sklearn/metrics/_pairwise_distances_reduction/_middle_term_computer.pxd
9999
sklearn/metrics/_pairwise_distances_reduction/_middle_term_computer.pyx
100100
sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors.pxd
101101
sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors.pyx
102+
103+
# Default JupyterLite content
104+
jupyterlite_contents

build_tools/circle/doc_environment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ dependencies:
2929
- pooch
3030
- sphinxext-opengraph
3131
- pip
32+
- pip:
33+
- jupyterlite-sphinx
34+
- jupyterlite-pyodide-kernel

0 commit comments

Comments
 (0)
0