Python 类似于 RServe 的解释器服务器
Python interpreter server similar to RServe
在 R 中有一个 RServe 包,其中 运行 是二进制 R 服务器。
我可以远程连接到它,执行 R 命令并获得结构化输出。有用的东西。我想知道 Python 中是否有类似的东西可用。
我想在某个远程服务器上 运行 Python 解释器,连接到它,执行 Python 命令并返回结果。可能吗?
看看 Jupyter,尤其是 Jupyter notebook 服务器。根据您的问题,这似乎是您需要的资源。
虽然像这样的问题并不是 Whosebug 的真正目的,仅供参考。
查看 https://whosebug.com/help/on-topic 了解总体预期。
"Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it."
TabPy 提供类似的 REST 界面。
在 R 中有一个 RServe 包,其中 运行 是二进制 R 服务器。
我可以远程连接到它,执行 R 命令并获得结构化输出。有用的东西。我想知道 Python 中是否有类似的东西可用。
我想在某个远程服务器上 运行 Python 解释器,连接到它,执行 Python 命令并返回结果。可能吗?
看看 Jupyter,尤其是 Jupyter notebook 服务器。根据您的问题,这似乎是您需要的资源。
虽然像这样的问题并不是 Whosebug 的真正目的,仅供参考。
查看 https://whosebug.com/help/on-topic 了解总体预期。
"Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it."
TabPy 提供类似的 REST 界面。