slidev-addon-python-runner icon indicating copy to clipboard operation
slidev-addon-python-runner copied to clipboard

抽象成组件的需求

Open edtechools opened this issue 10 months ago • 2 comments

考虑提供组件使用的方式吗?有在组件内使用的需求

edtechools avatar Mar 18 '25 06:03 edtechools

编辑器和输出的UI组件是Slidev里的。本仓库只负责执行代码

kermanx avatar Mar 18 '25 06:03 kermanx

Nice ! Does you add-on allows for sharing variables across slides ?

here is an illustration of a basic version of my use case:


Slide 1:

a = 1 b = 2

Slide 2:

print(str(a+b))


3


A more complex version would include displaying interactive data viz.

rfgmp avatar Aug 21 '25 10:08 rfgmp