iodide-project/iodide

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

Open

#2.103 aberto em 30 de jul. de 2019

Ver no GitHub
 (10 comments) (0 reactions) (0 assignees)JavaScript (147 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (1.483 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador