Table of contents
  1. Jupyter Lab App
    1. Cross-platform
    2. Built-in Python environment
  2. Links

Jupyter Lab App

JupyterLab App is the cross-platform standalone application distribution of JupyterLab.

It is a self-contained desktop application which bundles a Python environment with several popular Python libraries ready to use in scientific computing and data science workflows.

Cross-platform

JupyterLab App works on macOS and Windows operating systems.

One-click installers are available for each platform.

Built-in Python environment

JupyterLab App is based on Electron and it runs the front-end of JupyterLab inside an embedded browser.

The backend of the JupyterLab along with Python libraries are provided via a bundled conda Python environment. Libraries included in the environment are numpy, scipy, pandas, ipywidgets and matplotlib.

Links