Skip to main content

Jupyter widget that runs a cell in a fresh, isolated namespace (the %%exercise cell magic)

Project description

script-widget

A Jupyter cell magic that runs a cell in a fresh, isolated namespace and shows everything it produced -- stdout, stderr, rich display output, any exception -- in a shaded box below the cell, built on anywidget.

import script_widget  # registers the %%exercise cell magic
%%exercise
import matplotlib.pyplot as plt
plt.plot([1, 2, 3])

Nothing the cell defines or imports persists past that one run, and nothing the notebook has already defined is visible to it -- except through the cell's own import/from ... import statements. Because Python caches loaded modules in sys.modules, such an import is essentially free and hands back the exact same live object the notebook already has (the same plt, with the same open figures; the same model, with the same weights) -- nothing is reloaded or reinitialized, and no kernel restart happens.

Installation

# pixi
pixi workspace channel add munch-group
pixi add script-widget

# conda
conda install -c munch-group script-widget

# pip
pip install script-widget

Writing a %%exercise cell

  • Anything the cell needs -- a library, a model, a helper function -- must be imported by the cell itself. Plain notebook variables with no import path (e.g. a dataframe built inline two cells up) aren't visible.
  • A trailing bare expression is displayed, exactly like a normal cell (a + b, or a variable's name on its own); an assignment as the last line still runs, but produces no comparable output.

Documentation

Full docs live at munch-group.org/script-widget.

Development

This repo is managed with pixi:

pixi run install-dev   # editable install into the pixi environment
pixi run test          # run the pytest suite
pixi run docs          # execute the documentation notebooks
pixi run api           # build the quartodoc API reference

License

MIT

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

script_widget-1.0.1.tar.gz (466.6 kB view details)

Uploaded Source

Built Distribution

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

script_widget-1.0.1-py3-none-any.whl (25.7 kB view details)

Uploaded Python 3

File details

Details for the file script_widget-1.0.1.tar.gz.

File metadata

  • Download URL: script_widget-1.0.1.tar.gz
  • Upload date:
  • Size: 466.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for script_widget-1.0.1.tar.gz
Algorithm Hash digest
SHA256 146163a05bc88d6234822ae76f12bb6665f54aa4f65ab2a2ed1b37e22f0a7677
MD5 302bfaf3ebf1bf74cff5e0e6f51354c3
BLAKE2b-256 9a9f54a91dfa9d485238693814e8949f92157d7b06b983c13d8d39b3ab463c63

See more details on using hashes here.

File details

Details for the file script_widget-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: script_widget-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 25.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for script_widget-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 14c6144a3275e61940ebf1647130b0569e176a7cc66046d344b7ae6a93af36ce
MD5 73d33f806c1528397f182a59160d6ffb
BLAKE2b-256 2917280a5be8b3ed36117dc386dfa0312720432d6d73dbfddc97156d0f9a2861

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