0.0.1 • Published 4 years ago

jupyterlab-autorun v0.0.1

Weekly downloads
5
License
BSD-3-Clause
Repository
github
Last release
4 years ago

jupyterlab-autorun

jupyterlab-autorun provides a way to continually reevaluate a cell while you are editing it, allowing for a better experience when writing new or difficult code. This is similar to the autoevaluation mechanisms available in some IDEs like LightTable and Swift, though it is more primitive.

This is a little nicer than reevaluating cells and editting them again, and is especially nice for tuning options on plots or parameters to quick analysis scripts.

Demo Video

Wishlist

  1. Extract locals from cell being editted and include these values as independent output
  2. Stacktrace folding

Prerequisites

  • JupyterLab

Install

TODO publish to a public source

Development

Contributing

If you would like to contribute, please feel free to be in contact or open a pull request.

Dev Install

git clone https://github.com/chstan/jupyterlab-autorun.git
cd jupyterlab-autorun
jlpm build:dev