Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Releases: jupyterlab/retrolab

0.2.1

26 May 19:42
Compare
Choose a tag to compare

0.2.1 (2021-05-26)

Full Changelog

Changes

0.3.0a0

20 May 21:36
Compare
Choose a tag to compare
0.3.0a0 Pre-release
Pre-release

0.3.0a0 (2021-05-20)

Full Changelog

Changes

  • Update to the 3.1.0-alpha.x upstream packages #127 (@jtpio)

Real Time Collaboration

Updating to the latest JupyterLab packages makes it possible to enable real time collaboration in RetroLab as well! 🎉

rtc-binder

0.2.0

19 May 18:15
Compare
Choose a tag to compare

0.2.0 (2021-05-19)

Full Changelog

Changes

Renaming JupyterLab Classic to RetroLab

JupyterLab Classic has been renamed to RetroLab 🎉

Get it with:

pip install retrolab

Or with mamba / conda (coming soon):

mamba install -c conda-forge retrolab

To start it from the command line:

jupyter retro

Apart from that, RetroLab is pretty much the same a JupyterLab Classic.

Note for developers

If you are building a JupyterLab extension and were already supporting JupyterLab Classic, you might want to consider the following updates:

  • Switch from using the @jupyterlab-classic to @retrolab packages on npm
  • The signature of shell.currentWidget has changed (null checks) #124
  • The main App class has been renamed to RetroApp: #122

0.2.0rc2

19 May 16:42
Compare
Choose a tag to compare
0.2.0rc2 Pre-release
Pre-release

0.2.0rc2 (2021-05-19)

Full Changelog

Changes

  • Change signature of shell.currentWidget #124 (@jtpio)

0.2.0rc1

19 May 15:48
Compare
Choose a tag to compare
0.2.0rc1 Pre-release
Pre-release

0.2.0rc1 (2021-05-19)

Full Changelog

Changes

0.2.0rc0

19 May 13:46
Compare
Choose a tag to compare
0.2.0rc0 Pre-release
Pre-release

0.1.10 (2021-05-19)

Full Changelog

Changes

Renaming the project to RetroLab

This is the first release of the project under the new retrolab name. Currently in release candidate to make sure everything goes smoothly.

0.1.10

19 Apr 14:45
Compare
Choose a tag to compare

0.1.10 (2021-04-19)

Full Changelog

Changes

0.1.9

13 Apr 13:32
Compare
Choose a tag to compare

0.1.9 (2021-04-13)

Full Changelog

Changes

  • Move the "New Terminal" button to its own plugin #114 (@jtpio)

0.1.8

12 Apr 18:27
Compare
Choose a tag to compare

0.1.8 (2021-04-12)

Full Changelog

Changes

  • Add small integrity script to ensure resolutions #111 (@jtpio)
  • Fixed the App instantiation options #109 (@jtpio)
  • Remove currentChanged signal TODOs #108 (@jtpio)
  • Add action to comment with a Binder link on PRs #107 (@jtpio)
  • Switch to an explicit list of resolutions for packages #106 (@jtpio)

0.1.7

11 Mar 17:25
Compare
Choose a tag to compare

0.1.7 (2021-03-11)

Full Changelog

Changes

  • Update main Binder to remove rc conda channels #105 (@jtpio)
  • Open a notebook via the command line #98 (@jtpio)