Changelog#
0.9.3#
Bugs fixed#
Contributors to this release#
0.9.2#
Enhancements made#
Contributors to this release#
0.9.1#
Bugs fixed#
Remove Apps config auto-computation #104 (@martinRenou)
Contributors to this release#
0.9.0#
Enhancements made#
Add Voici directive #100 (@martinRenou)
Default lite directory to the docs directory #99 (@martinRenou)
Use xeus-python in docs #98 (@martinRenou)
Maintenance and upkeep improvements#
Documentation improvements#
Contributors to this release#
0.8.0#
⚠️ jupyterlite-sphinx
now depends on jupyterlite-core
⚠️
jupyterlite-sphinx
now depends on the jupyterlite-core
package instead of jupyterlite
.
The jupyterlite-core
package provides the core functionality for building JupyterLite websites, the CLI and extension points. Currently it only includes a JavaScript kernel that runs in Web Worker. If you would like to include a Python kernel in your deployment you will have to add it to your dependencies, for example with:
python -m pip install jupyterlite-pyodide-kernel
Or next to the jupyterlite-sphinx
dependency:
jupyterlite-sphinx
jupyterlite-pyodide-kernel
Maintenance and upkeep improvements#
Contributors to this release#
0.7.3#
Documentation improvements#
Other merged PRs#
Contributors to this release#
(GitHub contributors page for this release)
@12rambau | @jtpio | @lesteve | @martinRenou
0.7.2#
Merged PRs#
Finish reverting config names. #74 (@jasongrout)
Restore jupyterlite_contents being optionally a string #73 (@jasongrout-db)
Contributors to this release#
0.7.1#
Merged PRs#
Make the jupyterlite_contents glob recursive. #72 (@jasongrout)
Contributors to this release#
0.7.0#
Merged PRs#
“Try It Live!” button #67 (@martinRenou)
Make .ipynb source binding an opt-out #66 (@martinRenou)
Contributors to this release#
(GitHub contributors page for this release)
@12rambau | @amueller | @jtpio | @martinRenou
0.6.0#
Maintenance and upkeep improvements#
Other merged PRs#
Revert renaming the config properties #62 (@martinRenou)
Contributors to this release#
0.5.0#
Enhancements made#
More consistent naming #58 (@martinRenou)
Other merged PRs#
Update Pypi description to be the same as the readme #59 (@jasongrout)
Add jupyterlite_contents config #24 (@martinRenou)
Contributors to this release#
0.4.9#
Merged PRs#
Add jupyterlite_dir config option #16 (@martinRenou)
Contributors to this release#
0.4.8#
Enhancements made#
Run jupyter lite with subprocess.run to not suppress stdout #55 (@jasongrout)
Adopt the path convention of other directives like literalinclude #54 (@jasongrout)
Bugs fixed#
Fix federated extensions URLs #56 (@martinRenou)
Allow whitespace in filenames #52 (@jasongrout)
Other merged PRs#
Clarify how to preview locally, view a notebook in fullscreen, and link config docs #45 (@joelostblom)
Contributors to this release#
0.4.7#
Merged PRs#
Improve iframe URL #43 (@martinRenou)
Contributors to this release#
0.4.6#
Merged PRs#
Replite code: Remove empty lines but not indentation #42 (@martinRenou)
Contributors to this release#
0.4.5#
Merged PRs#
Cleanup query strings with urllib #41 (@martinRenou)
Contributors to this release#
0.4.4#
Merged PRs#
Revert link fix #35 (@martinRenou)
Contributors to this release#
0.4.3#
Merged PRs#
Fix lite links #32 (@martinRenou)
Contributors to this release#
0.4.2#
Merged PRs#
Replite: Fix multiline support #30 (@martinRenou)
Bail early if there was an error #29 (@martinRenou)
Contributors to this release#
0.4.1#
Merged PRs#
Make sure we don’t add the ipynb source prefix twice #28 (@martinRenou)
Add LICENSE and update author #26 (@martinRenou)
Fix sphinx pinning #25 (@martinRenou)
Add Jupyterlite logo to the docs #22 (@martinRenou)
Improve documentation frontpage #20 (@martinRenou)
Contributors to this release#
0.4.0#
Merged PRs#
Add jupyterlite directive and rework docs #19 (@martinRenou)
Retrolite directive: Show tree if no Notebook specified #18 (@martinRenou)
Remove docs build from the CI #15 (@martinRenou)
Fix notebook search #14 (@martinRenou)
Updating docs #10 (@martinRenou)
Add link to the ipycanvas docs in the README #9 (@martinRenou)
Update README #8 (@martinRenou)
Add basic CI #7 (@martinRenou)
Fix missing options_spec in Retrolite directive #6 (@martinRenou)