jupyterlab-autorun
v0.0.1
Published
A JupyterLab extension enabling automatically rerunning cells during editing
Downloads
2
Maintainers
Readme
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.
Wishlist
- Extract locals from cell being editted and include these values as independent output
- 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