Skip to content

Commit

Permalink
Add notes on which files won't work in jupyterlite
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Jul 7, 2022
1 parent a69b7aa commit 387bc9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
jupyterlite_dir = "."
jupyterlite_contents = "examples"

# Except
# - Variable inspector.ipynb
# - Building a custom widget - turn into an md file?
# - the label widget widgets.HBox([widgets.Label(value="The $m$ in $E=mc^2$:"), widgets.FloatSlider()]) has bad spacing

# intersphinx_mapping = {
# 'ipython': ('http://ipython.org/ipython-doc/dev/', None),
# 'nbconvert': ('https://nbconvert.readthedocs.io/en/latest/', None),
Expand Down

0 comments on commit 387bc9e

Please sign in to comment.