Skip to main content

Classic Jupyter notebook cell execution status

Project description

nb_cell_execution_status

Indicators relating to cell execution status

Binder

Use colour to display cell execution status of notebook code cells:

  • white: not executed
  • light cyan: awaiting execution
  • green: successfully executed
  • pink: failed

Visual cell execution status indicators are based on the cell exeustion status indicators found in the lc_multi_outputs python package (via NII-cloud-operation/Jupyter-multi_outputs).

Audible feedback for successful and unsuccessful cell completion can also be enabled from the notebook extension configurator menu:

There is also an optional heartbeat pulse (default period 5s; configurable) that can be used to indicate the continuing run status of long running cells.

The jupyter-a11y extension also includes audible accessibility support eg for navigation, kernel activity hum etc.

Install

Install via:

pip install nb_cell_execution_status pip install --upgrade git+https://github.com/innovationOUtside/nb_cell_execution_status.git

The extension should be automatically installed and enabled.

If you need to do things manually:

jupyter nbextension uninstall cell_execution_status
jupyter nbextension install cell_execution_status --user
jupyter nbextension enable cell_execution_status/index

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

nb_cell_execution_status-0.0.6.tar.gz (50.7 kB view hashes)

Uploaded Source

Built Distribution

nb_cell_execution_status-0.0.6-py3-none-any.whl (97.0 kB view hashes)

Uploaded Python 3

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