iodide-project/iodide

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

Open

#2 103 ouverte le 30 juil. 2019

Voir sur GitHub
 (10 commentaires) (0 réactions) (0 assignés)JavaScript (147 forks)batch import
good first issuehelp wanted

Métriques du dépôt

Stars
 (1 483 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur