Skip to content

Releases: jupyter/nbclassic

v0.4.7

20 Oct 07:13
Compare
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
Compare
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
Compare
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
Compare
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

v0.4.3

12 Jul 06:39
Compare
Choose a tag to compare

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

v0.4.2

06 Jul 18:51
Compare
Choose a tag to compare

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

v0.4.0

02 Jul 04:12
Compare
Choose a tag to compare

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

v0.3.7

16 Mar 11:36
Compare
Choose a tag to compare

0.3.7

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073

v0.3.6

02 Mar 23:50
Compare
Choose a tag to compare

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

v0.3.5

11 Jan 17:20
Compare
Choose a tag to compare

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