https://github.com/chstan/jupyterlab-autorun
Continually rerun Jupyter cells as you are editing them.
https://github.com/chstan/jupyterlab-autorun
Last synced: 5 months ago
JSON representation
Continually rerun Jupyter cells as you are editing them.
- Host: GitHub
- URL: https://github.com/chstan/jupyterlab-autorun
- Owner: chstan
- License: bsd-3-clause
- Created: 2020-02-28T23:24:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:36:52.000Z (over 3 years ago)
- Last Synced: 2025-10-11T02:24:09.235Z (8 months ago)
- Language: TypeScript
- Size: 7.65 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
1. Extract locals from cell being editted and include these values as independent output
2. Stacktrace folding
## Prerequisites
- JupyterLab
## Install
```bash
jupyter labextension install jupyterlab-autorun
```
## Development
### Contributing
If you would like to contribute, please feel free to be in contact or open a pull request.
### Dev Install
```bash
git clone https://github.com/chstan/jupyterlab-autorun.git
cd jupyterlab-autorun
jlpm build:dev
```