Skip to content

Releases: jupyter/nbclassic

v0.5.4

30 Mar 14:47

Choose a tag to compare

0.5.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@echarles | @ericsnekbytes

v0.5.3

06 Mar 07:06

Choose a tag to compare

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

v0.5.2

18 Feb 09:13

Choose a tag to compare

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

v0.5.1

26 Jan 17:02

Choose a tag to compare

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

v0.5.0

25 Jan 07:29

Choose a tag to compare

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

v0.4.8

03 Nov 11:15

Choose a tag to compare

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

v0.4.7

20 Oct 07:13

Choose a tag to compare

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

v0.4.6

12 Oct 08:30

Choose a tag to compare

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

v0.4.5

07 Oct 20:02

Choose a tag to compare

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

v0.4.4

29 Sep 16:10

Choose a tag to compare

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