JupyterLab 3.0 is released!. The 3.0 release of JupyterLab brings

By Medium - 2021-01-05

Description

The 3.0 release of JupyterLab brings many new features to users and substantial improvements to the extension system. (Note that many third-party extensions are still in the process of updating to be…

Summary

  • Installation (Note that many third-party extensions are still in the process of updating to be compatible with JupyterLab 3.0 — please check the extensions you use and be patient, or even better, help them update!)
  • Using the Table of Content in JupyterLab 3.0 Support for multiple display languages JupyterLab now provides the ability to set the display language of the user interface.
  • Improvements to the Simple Interface mode The Simple Interface mode (previously known as the Single-Document Mode) has been significantly updated to have a more streamlined, document-oriented feel.
  • For example, install the new ipywidgets 7.6.0 with pip or conda to automatically enable ipywidgets in both the classic Jupyter Notebook and in JupyterLab 3.0 — no extra installation step or JupyterLab rebuild needed!

 

Topics

  1. UX (0.28)
  2. NLP (0.22)
  3. Coding (0.15)

Similar Articles

How to Build a Python GUI Application With wxPython

By realpython - 2020-12-14

In this step-by-step tutorial, you'll learn how to create a cross-platform graphical user interface (GUI) using Python and the wxPython toolkit. A graphical user interface is an application that has b ...

Implementing Neumorphism in user interfaces

By Medium - 2020-11-27

Became viral a few months ago, Neumorphism has emerged as a must-have interface design for all designers. The term Neumorphism refers to an approach that uses a combination of highlights and shadows…