evhub/coconut

VS Code extension - being able to execute "cells" using Cmd+Enter in .coco file

Open

#668 opened on 2022年8月14日

GitHub で見る
 (6 comments) (2 reactions) (0 assignees)Python (116 forks)batch import
good first issuetooling

Repository metrics

Stars
 (3,868 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

It is currently not possible to execute cell from .coco file in VS Code.

A cell is defined by:

# %%
"hello" |> print 
# %%

コントリビューターガイド