iodide-project/iodide

Add ability for language plugins to auto-evaluate on chunk change?

Open

#2,175 opened on Aug 20, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (147 forks)batch import
help wanted

Repository metrics

Stars
 (1,483 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I've been tweaking a mermaid diagram in this notebook today:

https://definitely-staging.iodide.io/notebooks/60/

It's a bit annoying to have to constantly re-evaluate the cell as I make changes, is there any way we could allow language plugins to do the same thing as markdown cells -- that is, re-evaluate the content on every change?

@bcolloran @mdboom ?

Contributor guide