`python` 作为数据科学家必备的技能,常常用来进行数据挖掘、机器学习等工作。ides为了兼顾集成python为数据挖掘的核心工具,打算在repl模式扩展执行原生python语言的能力。 有两种方案考虑: 1. 开发 `pyides` 客户端,独立支持ides dsl和原始的python语言的运行 2. 在原先`ides-shell` 客户端里实现通过 `%python`命令进入python语言环境,`%` 命令退出python坏境,像这样: <img width="1479" alt="image" src="https://user-images.githubusercontent.com/20768390/168467237-ccb243ec-62ea-4c99-b710-663f5248f107.png">