Skip to main content

OmicVerse-inspired DataFrame and AnnData previews for JupyterLab

Project description

omicverse-notebook

JupyterLab plugin that brings the omicverse-web DataFrame and AnnData preview ideas into a standalone package.

It provides:

  • Rich output renderers for pandas.DataFrame, pandas.Series, and anndata.AnnData
  • A JupyterLab command that opens an OmicVerse Notebook panel for inspecting kernel variables by name
  • Automatic formatter activation for the active notebook or console kernel when the JupyterLab frontend extension is loaded
  • Color-coded DataFrame columns, sticky headers, compact shape cards, and AnnData slot summaries

Scope

This package intentionally focuses on the display layer:

  • kernel-side Python helpers turn variables into JSON preview payloads
  • JupyterLab frontend plugins render those payloads and provide a lightweight inspector UI

It does not depend on the omicverse-web Flask APIs.

Install

Development install:

cd omicverse-notebook
pip install -e .

For an end-user install, build a wheel first so the prebuilt labextension is bundled:

cd omicverse-notebook
jlpm install
jlpm build:prod
pip install .

Enable rich output

If the frontend extension is loaded correctly, it will try to enable formatters automatically for the active notebook or console kernel.

Manual fallback:

%load_ext omicverse_notebook

Or:

from omicverse_notebook import enable_formatters
enable_formatters()

After that, displaying a DataFrame or AnnData object in a notebook cell will use the OmicVerse renderers.

Inspector usage

Open Command Palette and run:

OmicVerse Notebook: Open

If rich output still does not appear in an already-running kernel, run:

OmicVerse Notebook: Enable Kernel Formatters

Then inspect variables like:

df
adata
adata.obs
adata.layers["counts"]
adata.obsm["X_umap"]

Notes

  • The inspector executes a small helper snippet in the current kernel and expects the Python package to be installed in that kernel environment.
  • AnnData is optional on install, but AnnData previews only activate if anndata is available in the kernel.

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

omicverse_notebook-0.1.4.tar.gz (783.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

omicverse_notebook-0.1.4-py3-none-any.whl (794.9 kB view details)

Uploaded Python 3

File details

Details for the file omicverse_notebook-0.1.4.tar.gz.

File metadata

  • Download URL: omicverse_notebook-0.1.4.tar.gz
  • Upload date:
  • Size: 783.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.10

File hashes

Hashes for omicverse_notebook-0.1.4.tar.gz
Algorithm Hash digest
SHA256 f1acf970a2cd4efe7318604a51fcc8b7f4402613d969c6b9c1d471ad31c3871a
MD5 29dd6adbedb5c04fb4ca0a53c73d2560
BLAKE2b-256 e0a85b2b723e1f3ae72bcae24d5b80cabed306d37716ef8348293807c2d3b117

See more details on using hashes here.

File details

Details for the file omicverse_notebook-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for omicverse_notebook-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1f4b8e3df0e9e2f465da7b605d0ecedcb9b9f8b0191bd730b0c25e7f1ac6f3f9
MD5 cf61418d38294305e76b11736efea805
BLAKE2b-256 10e3ce76a0f307bb94e218781e0fbf41167161dd151ca04dfed916f9addb8e08

See more details on using hashes here.

Supported by

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