iodide-project/iodide

console menu/scrollback should include all chunk types available in a notebook

Open

#2.103 geöffnet am 30. Juli 2019

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (1.483 Stars) (147 Forks)batch import
good first issuehelp wanted

Beschreibung

it's currently possible to scroll back through your console history to a fetch chunk etc, but the code will not be runnable from the console since only py and js are available. presumably fetch and other evaluable chunk types should be available too.

Contributor Guide