program-in-chinese / C8

PN2: https://github.com/program-in-chinese/overview/issues/101
https://github.com/pyzh/CPN/issues/4
1 stars 3 forks source link

REPL:支持导出历史命令行 #1

Open 4b5ent1 opened 5 years ago

4b5ent1 commented 5 years ago

为了解决调试代码和编写代码分离不统一的问题,比如在py里面经常测试完了还需要重新写一遍。

目前想到的最合适的方案是,通过本地web server,在浏览器里面执行命令行(有点类似ipython notebook)。权限由启动器来控制。

所以实际上可能会用到jupyter现成的东西