Skip to main content

Control JupyterLab from Python Notebooks

Project description

ipylab

Github Actions Status 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

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

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.5.2.tar.gz (414.3 kB view details)

Uploaded Source

Built Distribution

ipylab-0.5.2-py3-none-any.whl (822.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ipylab-0.5.2.tar.gz
  • Upload date:
  • Size: 414.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for ipylab-0.5.2.tar.gz
Algorithm Hash digest
SHA256 11433e172bc8984dbef9c80a0f27ece10e0e560adcff47af95979b6571e64fb6
MD5 9750bdc55a024b96d823297c70a981a5
BLAKE2b-256 38c0f3e582c40d3bf0015202c6a0bbf2505a9f5b2f62ea551699344dfff677fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ipylab-0.5.2-py3-none-any.whl
  • Upload date:
  • Size: 822.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for ipylab-0.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 69c8a2f6c8080def5f4a6ca499b9458504610f2dc7b6df3e6e6012054c524141
MD5 a7f13ef3d4a00f11dc56e0dfc04c0d2e
BLAKE2b-256 97950026b38011ef9d64aec4df16347166edbbf3bb0af70f8d8023551474b581

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