Skip to main content

Control JupyterLab from Python notebooks

Project description

ipylab

Github Actions Status JupyterLite Binder Conda Version pypi npm

Control JupyterLab from Python notebooks.

The goal is to provide access to most of the JupyterLab environment from Python notebooks. For example:

  • Adding widgets to the main area DockPanel, left, right or top area
  • Build more advanced interfaces leveraging SplitPanel, Toolbar and other Lumino widgets
  • Launch arbitrary commands (new terminal, change theme, open file and so on)
  • Open a workspace with a specific layout
  • Listen to JupyterLab signals (notebook opened, console closed) and trigger Python callbacks

Try it online

Try it in your browser with Binder:

Binder

Or with JupyterLite:

JupyterLite

Examples

Add Jupyter Widgets to the JupyterLab interface

widgets-panels

Execute Commands

command-registry

Custom Python Commands and Command Palette

custom-commands

Build small applications

ipytree-example

Compatibility with RetroLab

A subset of the features can be used in RetroLab:

retrolab-example

Installation

You can install using pip:

pip install ipylab

Or with mamba / conda:

mamba install -c conda-forge ipylab

Running the examples locally

To try out the examples locally, the recommended way is to create a new environment with the dependencies:

# create a new conda environment
conda create -n ipylab-examples -c conda-forge jupyterlab ipylab ipytree bqplot ipywidgets numpy
conda activate ipylab-examples

# start JupyterLab
jupyter lab

Under the hood

ipylab can be seen as a proxy from Python to JupyterLab over Jupyter Widgets:

ipylab-diagram

Development

# create a new conda environment
mamba create -n ipylab -c conda-forge jupyter-packaging nodejs python -y

# activate the environment
conda activate ipylab

# install the Python package
python -m pip install -e ".[dev]"

# link the extension files
jupyter labextension develop . --overwrite

# compile the extension
jlpm && jlpm run build

Related projects

There are a couple of projects that also enable interacting with the JupyterLab environment from Python notebooks:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipylab-0.7.1.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

ipylab-0.7.1-py3-none-any.whl (184.9 kB view details)

Uploaded Python 3

File details

Details for the file ipylab-0.7.1.tar.gz.

File metadata

  • Download URL: ipylab-0.7.1.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for ipylab-0.7.1.tar.gz
Algorithm Hash digest
SHA256 5d866c7bc0e74be83d8eecd7a42379ea7ac40c72f2cb4252986e5560ee737707
MD5 0545a1825fd85f6ddf4a343d36047547
BLAKE2b-256 8d7ef3c3bac55f19213038b207bf4537aebb3d441856f8520724a74bc1cc84f7

See more details on using hashes here.

File details

Details for the file ipylab-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: ipylab-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 184.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for ipylab-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2435abcb84c2dd5b1a3e5ef098603ef12200bb65671f1baf2078e83b94da95a8
MD5 f46e290a17a4c9a22635212f65cc3892
BLAKE2b-256 29e382e12ddd720bbee84d717903dc75302909f362f49bbe911428f40d21298f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page