Releases: jupyter/nbclassic
Releases · jupyter/nbclassic
v0.3.4
0.3.4
Bugs fixed
Maintenance and upkeep improvements
Other merged PRs
Contributors to this release
v0.3.3
0.3.3
Maintenance and upkeep improvements
Other merged PRs
- add missing lines to manifest #72 (@Zsailer)
- add changelog comments for jupyter-releaser #70 (@Zsailer)
- add setup.py back to enable jupyter_releaser #69 (@Zsailer)
- Add workflow to test JupyterLab #67 (@Zsailer)
- Expose classic notebook's static assets from their original endpoints #63 (@Zsailer)
Contributors to this release
0.3.2
Merged PRs
- ExtensionManager's link_extension changed call signature #64 (@athornton)
- Fix link to the Jupyter Notebook repo in README #62 (@saiwing-yeung)
Contributors to this release
0.3.1
Maintenance and upkeep improvements
Contributors to this release
0.3.0
Enhancements made
- Support creating terminal with a given name. #52 (@cailiang9)
Bugs fixed
- BUG fix: correct redirection to {base_url}/edit/*. #55 (@cailiang9)
Maintenance and upkeep improvements
Contributors to this release
0.2.8
0.2.8
Merged PRs
- Remove forced sorting of extensions #49 (@minrk)
- Add Changelog #48 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @minrk | @welcome
0.2.7
Merged PRs
- Fix deprecation warning when importing jupyter_server.transutils._ #47 (@martinRenou)
- Add a redirect handler to open non-notebook files from the cli #45 (@jtpio)
- Add default_url trait to NotebookApp #42 (@afshin)
- Fix GitHub Actions badge #40 (@jtpio)
- Run jupyter nbclassic -h on CI #29 (@jtpio)
Contributors to this release
(GitHub contributors page for this release)
@afshin | @blink1073 | @jtpio | @martinRenou | @welcome | @Zsailer