Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package example notebooks in JupyterLite #3491

Merged
merged 26 commits into from
Jul 11, 2022
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
44332e9
Initial jupyterlite implementation
jasongrout Jun 17, 2022
c6dc3c5
Attempt to ignore some cells with nbsphinx extra arguments.
jasongrout Jun 21, 2022
64144ae
Delete experimental nbsphinx config
jasongrout Jun 22, 2022
06a97ad
Update doc CI to use mamba
jasongrout Jun 22, 2022
81c345b
Disable other kernels, add more examples.
jasongrout Jun 22, 2022
1b9f141
Update notebooks to have jupyterlite piplite imports
jasongrout Jul 7, 2022
e07e811
Commit jupyterlite_config.json
jasongrout Jul 7, 2022
7909b99
Fix example errors and warnings
jasongrout Jul 7, 2022
fce1923
Delete xeus-python, upgrade ipyleaflet and jupyterlite in docs jupyte…
jasongrout Jul 7, 2022
99fe528
Fix leaflet examples
jasongrout Jul 7, 2022
0915a37
Update docs to ipywidgets 8
jasongrout Jul 7, 2022
d3b71f8
Fix Stacked when selected_index is None
jasongrout Jul 7, 2022
b20ad59
Update documentation build instructions to align with how readthedocs…
jasongrout Jul 7, 2022
a69b7aa
Update docs requirements
jasongrout Jul 7, 2022
387bc9e
Add notes on which files won't work in jupyterlite
jasongrout Jul 7, 2022
d6c1a72
Delete a few examples from jupyterlite that won't work in jupyterlite…
jasongrout Jul 7, 2022
678973b
Ignore notebooks for jupyterlite using the config file.
jasongrout Jul 7, 2022
d1c6121
Add animated gif
jasongrout Jul 8, 2022
5789525
use dynamic wheels/labextension
bollwyvl Jul 10, 2022
8fac8c2
merge upstream
bollwyvl Jul 10, 2022
6c02f8c
add lab, node for docs tests
bollwyvl Jul 10, 2022
ffe23b9
sync node versions
bollwyvl Jul 10, 2022
79dbdfc
more rtd config
bollwyvl Jul 10, 2022
69b4ab1
add build
bollwyvl Jul 10, 2022
0c10aa8
resore ipywidget dev install
bollwyvl Jul 10, 2022
5a40069
Add JupyterLab Github extension so people can open up repos from GitHub.
jasongrout Jul 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge upstream
bollwyvl committed Jul 10, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 8fac8c2356d6bbbf2a12b53075163e825ec8dfdd
14 changes: 12 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -35,6 +35,16 @@ Notebook <./lite/retro/tree>`_ interfaces (provided by JupyterLite).

.. retrolite:: examples/Widget List.ipynb

Learning widgets
----------------

This documentation contains a thorough description of the core Jupyter widgets
package and several examples.

There is a `video tutorial <https://youtu.be/QAtKtVcm11I>`_ that takes a more step-by-step approach. The
Jupyter notebooks for that tutorial are `also available <https://github.com/jupyter-widgets/tutorial>`_.

.. todo: Add screenshot

Core Jupyter Widgets
--------------------
@@ -74,7 +84,7 @@ The Jupyter Widgets framework has several components:

See the `Jupyter Widgets wiki
page <https://github.com/jupyter/jupyter/wiki/Jupyter-Widgets>`_ for more
information from the community about kernels and frontends that support Jupyter Widgets, as well as
information from the community about kernels and frontends that support Jupyter Widgets, as well as
some custom widget packages built on top of the Jupyter Widgets framework.

.. toctree::
@@ -117,4 +127,4 @@ some custom widget packages built on top of the Jupyter Widgets framework.

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :ref:`search`
You are viewing a condensed version of this merge commit. You can view the full changes here.