Changelog#

1.0.0#

(Full Changelog)

Bugs fixed#

Documentation improvements#

Contributors to this release#

(GitHub contributors page for this release)

@echarles

0.5.6#

(Full Changelog)

Enhancements made#

  • Add show_banner trait to control the banner display #243 (@echarles)

Other merged PRs#

Contributors to this release#

(GitHub contributors page for this release)

@befeleme | @echarles | @ericsnekbytes

0.5.5#

(Full Changelog)

Merged PRs#

  • Remove redirect from /notebooks to /files #235 (@mwouts)

Contributors to this release#

(GitHub contributors page for this release)

@echarles | @matthew-brett | @mwouts

0.5.4#

(Full Changelog)

Bugs fixed#

Maintenance and upkeep improvements#

Contributors to this release#

(GitHub contributors page for this release)

@echarles | @ericsnekbytes

0.5.3#

(Full Changelog)

Bugs fixed#

Maintenance and upkeep improvements#

Contributors to this release#

(GitHub contributors page for this release)

@echarles | @ericsnekbytes | @frenzymadness | @RRosio

0.5.2#

(Full Changelog)

Enhancements made#

Bugs fixed#

Maintenance and upkeep improvements#

Documentation improvements#

Other merged PRs#

  • Don’t require two different minimal versions of jupyter_server #208 (@hroncok)

Contributors to this release#

(GitHub contributors page for this release)

@echarles | @ellisonbg | @ericsnekbytes | @hroncok | @RRosio

0.5.1#

(Full Changelog)

Bugs fixed#

  • Add packages and package_data back in the setup_args #206 (@echarles)

  • Add static and templates as artifact for hatch build #205 (@echarles)

Contributors to this release#

(GitHub contributors page for this release)

@echarles

0.5.0#

(Full Changelog)

Enhancements made#

Bugs fixed#

Maintenance and upkeep improvements#

Documentation improvements#

Other merged PRs#

Contributors to this release#

(GitHub contributors page for this release)

@blink1073 | @echarles | @ericsnekbytes | @frenzymadness | @jtpio | @kevin-bates | @minrk | @RRosio

0.4.8#

(Full Changelog)

Enhancements made#

Bugs fixed#

Maintenance and upkeep improvements#

Documentation improvements#

  • Documentation for the extensions configurator #174 (@echarles)

  • Updating contributing docs for playwright tests #171 (@RRosio)

Other merged PRs#

  • Update docs to remove install command #173 (@dleen)

Contributors to this release#

(GitHub contributors page for this release)

@blink1073 | @dleen | @echarles | @ericsnekbytes | @RRosio

0.4.7#

(Full Changelog)

New features added#

Enhancements made#

  • Add a redirect from /nbclassic to /nbclassic/tree if both notebook>=7 if both notebook>=7 and nbclassic are installed #166 (@echarles)

Bugs fixed#

  • Allow NBClassic to work with NB7 and ServerApp.base_url #165 (@mcrutch)

Contributors to this release#

(GitHub contributors page for this release)

@echarles | @mcrutch

0.4.6#

(Full Changelog)

New features added#

  • Adds new file custom-preload that is loaded in a different order than custom.js before the main.js script is executed #155 (@lneves12)

Bugs fixed#

  • Use var instead of const to ensure js-test succeed #159 (@echarles)

Documentation improvements#

Contributors to this release#

(GitHub contributors page for this release)

@echarles | @lneves12 | @RRosio

0.4.5#

(Full Changelog)

Bugs fixed#

  • fix: display the correct about box if jupyter notebook command is used #156 (@echarles)

Contributors to this release#

(GitHub contributors page for this release)

@echarles | @lneves12

0.4.4#

(Full Changelog)

Enhancements made#

  • Stop looking in the old IPython directory for nbextensions #153 (@minrk)

  • Handlers under nbclassic if notebook 7 is found #141 (@echarles)

Bugs fixed#

  • Fix resource display when redirecting from /notebooks/* #148 (@echarles)

  • Rename duplicate entrypoints #138 (@echarles)

  • Point nbclassic at the classic jupyter_notebook_config path #137 (@Zsailer)

Maintenance and upkeep improvements#

Documentation improvements#

Other merged PRs#

  • UI: About box to display nbclassic instead of notebook #147 (@echarles)

Contributors to this release#

(GitHub contributors page for this release)

@echarles | @jtpio | @minrk | @RRosio | @Zsailer

0.4.3#

(Full Changelog)

Enhancements made#

  • Handle execution errors with empty traceback entries similar to Lab #126 (@kevin-bates)

Bugs fixed#

Maintenance and upkeep improvements#

Other merged PRs#

Contributors to this release#

(GitHub contributors page for this release)

@echarles | @kevin-bates | @minrk

0.4.2#

(Full Changelog)

Enhancements made#

  • Don’t shim notebook if notebook<7 is available #123 (@echarles)

Bugs fixed#

  • Relax assert for IPythonHandler in case of notebook<6 #122 (@echarles)

Other merged PRs#

Contributors to this release#

(GitHub contributors page for this release)

@antonio-rojas | @echarles

0.4.1#

This release has been skipped by the release process.

0.4.0#

(Full Changelog)

Enhancements made#

Bugs fixed#

  • [HOT FIX] Test Selenium CI #114 (@echarles)

  • Fix link_check CI Job #111 (@echarles)

  • Fix downstream CI Job #110 (@echarles)

  • Disable Test Minimum Version CI Job #109 (@echarles)

  • Fix Make SDist CI Job by installing babel as a build dependency #108 (@RRosio)

  • Exclude Services tests from Linux JS Tests Job and Separate Workflow for flaky Selenium Tests #105 (@RRosio)

  • CI fix for “Testing nbclassic” on macos 3.7, 3.8, 3.9, 3.10 #104 (@ericsnekbytes)

  • Fix part of the Linux JS Tests / Notebook and Base Test Failures in CI Job #103 (@RRosio)

Maintenance and upkeep improvements#

  • Add the notebook 6.4.x tests, docs and companion files (with git history) #94 (@echarles)

  • Add the notebook static assets (with git history) #93 (@echarles)

Other merged PRs#

Contributors to this release#

(GitHub contributors page for this release)

@blink1073 | @echarles | @ericsnekbytes | @RRosio | @Zsailer

0.3.7#

(Full Changelog)

Maintenance and upkeep improvements#

Contributors to this release#

(GitHub contributors page for this release)

@blink1073

0.3.6#

(Full Changelog)

Maintenance and upkeep improvements#

  • Depend on notebook_shim package for server-side shim layer #88 (@Zsailer)

Contributors to this release#

(GitHub contributors page for this release)

@jtpio | @Zsailer

0.3.5#

(Full Changelog)

Bugs fixed#

  • ensure extension name is passed to TerminalHandler #79 (@minrk)

Maintenance and upkeep improvements#

Contributors to this release#

(GitHub contributors page for this release)

@blink1073 | @minrk

0.3.4#

(Full Changelog)

Bugs fixed#

  • Monkeypatch IPythonHandler to find nbclassic’s jinja templates #77 (@Zsailer)

Maintenance and upkeep improvements#

  • Run JupyterLab browser tests as downstream tests #76 (@Zsailer)

Other merged PRs#

Contributors to this release#

(GitHub contributors page for this release)

@Zsailer

0.3.3#

(Full Changelog)

Maintenance and upkeep improvements#

  • Use Jupyter Packaging and other cleanup #68 (@Zsailer)

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#

(GitHub contributors page for this release)

@meeseeksmachine | @Zsailer

0.3.2#

(Full Changelog)

Merged PRs#

Contributors to this release#

(GitHub contributors page for this release)

@athornton | @saiwing-yeung | @welcome

0.3.1#

(Full Changelog)

Maintenance and upkeep improvements#

Contributors to this release#

(GitHub contributors page for this release)

@Zsailer

0.3.0#

(Full Changelog)

Enhancements made#

Bugs fixed#

  • BUG fix: correct redirection to {base_url}/edit/*. #55 (@cailiang9)

Maintenance and upkeep improvements#

  • patch server’s sorted_extensions to prioritize nbclassic #56 (@Zsailer)

Contributors to this release#

(GitHub contributors page for this release)

@cailiang9 | @welcome | @Zsailer

0.2.8#

(Full Changelog)

Merged PRs#

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

0.2.6#

(Full Changelog)

Merged PRs#

Contributors to this release#

(GitHub contributors page for this release)

@afshin

0.2.5#

(Full Changelog)

Merged PRs#

  • Update jupyter_server version, update to use prefixed fixtures #37 (@afshin)

Contributors to this release#

(GitHub contributors page for this release)

@afshin

0.2.4#

(Full Changelog)

Merged PRs#

Contributors to this release#

(GitHub contributors page for this release)

@bollwyvl | @jasongrout | @Zsailer

0.2.3#

(Full Changelog)

Merged PRs#

  • Moves terminal websocket handling back to Jupyter Server #33 (@jasongrout)

Contributors to this release#

(GitHub contributors page for this release)

@jasongrout

0.2.2#

(Full Changelog)

Merged PRs#

Contributors to this release#

(GitHub contributors page for this release)

@afshin

0.2.1#

(Full Changelog)

Merged PRs#

Contributors to this release#

(GitHub contributors page for this release)

@jtpio