evhub/coconut

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

Open

#668 创建于 2022年8月14日

在 GitHub 查看
 (6 评论) (2 反应) (0 负责人)Python (3,868 star) (116 fork)batch import
good first issuetooling

描述

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

A cell is defined by:

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

贡献者指南