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 (116 fork)batch import
good first issuetooling

仓库指标

Star
 (3,868 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

A cell is defined by:

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

贡献者指南