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

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 18:15

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