Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Releases: jupyter/nb2kg

NB2KG 0.7.0 release

20 Jun 15:03
Compare
Choose a tag to compare
  • Allow KG_HEADERS to specify Authorization without being overwritten (#30)
  • Decode text frame as UTF-8 (#33)
  • Added keepalive ping on websocket (#29)
  • Increase connect and request timeout values (#35)
  • Ensure request timeout > launch timeout (#38)

NB2KG 0.6.0 release

12 Mar 15:47
Compare
Choose a tag to compare

Adds support for Tornado 6 (#25)

NB2KG 0.5.0 release

26 Feb 15:23
Compare
Choose a tag to compare
  • Inconsistent behavior between WebSocketChannelsHandler and others (See #22)
  • Add support for retrieving kernelspec resources (See #23)

NB2KG 0.4.0 Release

05 Feb 18:52
Compare
Choose a tag to compare
  • Add KERNEL_WORKING_DIR to json body when issuing kernel creation requests (see #21).

NB2KG 0.3.0 Release

05 Sep 23:34
Compare
Choose a tag to compare
  • Include LICENSE.md file in wheels (#10)
  • Clean up websocket handling (#15)

NB2KG 0.2.0 release

26 Mar 18:02
b300198
Compare
Choose a tag to compare
  • Ensure that shutdown_all takes potential ssl values into account (#5)
  • Don't pass username/password through to HTTP client when not set. (#7)
  • Fix running kernels display (#9)

NB2KG 0.1.0 release

05 Jan 22:00
Compare
Choose a tag to compare

This marks the initial "official" release of NB2KG since its move from demo to incubator status.