Skip to main content

Fearless interactivity for Jupyter notebooks.

Project description

-----------------------------------------------------

➤ nbsafety

Checked with mypy License: BSD3 Binder

About

nbsafety adds a layer of protection to computational notebooks by solving the stale dependency problem, a problem which exists due to the fact that notebooks segment execution into "cells" with implicit dependencies amongst themselves. Here's an example in action:

nbsafety accomplishes its magic using a combination of a runtime tracer (to build the implicit dependency graph) and a static checker (to provide warnings before running a cell), both of which are deeply aware of Python's data model. In particular, nbsafety requires minimal to no changes in user behavior, opting to get out of the way unless absolutely necessary and letting you use notebooks the way you prefer.

:warning: Disclaimer :warning:

This project should be considered pre- or early alpha and may have bugs and stability issues. It is not impossible that nbsafety could crash on good code. We will remove this banner when the project is in a stabler state. Fortunately, it not a matter of 'if', but 'when'. Until then, please file issues for any bugs encountered!

Install

To install, grab the package and install the Jupyter kernel spec. We also have an optional JupyterLab extension available with an improved interface:

pip install nbsafety
python -m nbsafety.install
jupyter labextension install jupyterlab-nbsafety  # optional but highly recommended if using JupyterLab

The optional JupyterLab extension shows cells with unsafe executions (due to uses of variables with stale dependencies) as having red collapsers, and recommends cells to run (in order to refresh variables with stale dependencies) by displaying them with green collapsers.

Running

Because nbsafety is implemented as a custom Jupyter kernel, it works for both Jupyter notebooks and JupyterLab (but JupyterLab with the additional labextension is recommended). To run an nbsafety kernel, select "Python 3 (nbsafety)" from the list of notebook types in Jupyter's "New" dropdown dialogue. For JupyterLab, similarly select "Python 3 (nbsafety)" from the list of available kernels in the Launcher tab.

Jupyter Notebook Entrypoint: Jupyter Lab Entrypoint:

Uninstall

In addition to pip uninstall nbsafety, it is also necessary to deregister the kernel from Jupyter for a full uninstall (as well as the extension from JupyterLab, if using JupyterLab):

jupyter kernelspec uninstall nbsafety
jupyter labextension uninstall jupyterlab-nbsafety

License

Code in this project licensed under the BSD-3-Clause License.

-----------------------------------------------------

➤ Contributors

Stephen Macke Ray Gong
Stephen Macke Ray Gong

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

nbsafety-0.0.42.tar.gz (73.2 kB view details)

Uploaded Source

Built Distribution

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

nbsafety-0.0.42-py2.py3-none-any.whl (52.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file nbsafety-0.0.42.tar.gz.

File metadata

  • Download URL: nbsafety-0.0.42.tar.gz
  • Upload date:
  • Size: 73.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for nbsafety-0.0.42.tar.gz
Algorithm Hash digest
SHA256 2e1113b636c29f79cb95086ca9b1c31979a7792c6f50aefde3f43adc3a9f2ed1
MD5 c0bf55d5a3aff06cda649a5aeff7c486
BLAKE2b-256 ca6be8db81b8f66362fd60b9b5bb412dde4e7996bf92de6f95112d4f6d772542

See more details on using hashes here.

File details

Details for the file nbsafety-0.0.42-py2.py3-none-any.whl.

File metadata

  • Download URL: nbsafety-0.0.42-py2.py3-none-any.whl
  • Upload date:
  • Size: 52.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for nbsafety-0.0.42-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 10716c46dfe9be91bde39075ac80d08161696b5f42ac7a3b4a6accaeaf611175
MD5 93b3cae71c7c9dd15c71c482eeb5ac93
BLAKE2b-256 5128cdc8bc4c8e0e753e14aaf947f5a4030ebc8f0200ded735449f4bc98932e9

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