简体   繁体   English

如何在Python IDE中使用Google Colaboratory服务器作为python解释器?

[英]How to use Google Colaboratory server as python interpreter in Python IDE?

Google Colaboratory currently by default provides Jupyter notebook like interface for code development. Google Colaboratory目前默认为Jupyter笔记本提供了类似代码开发的界面。 But I feel that code development on this interface without advanced IDE features is constraining. 但我觉得在没有高级IDE功能的情况下在此接口上进行代码开发受到限制。

If I can use Google Colaboratory as a remote python console server for code development in IDE like Spyder or Pycharm it will be great. 如果我可以使用Google Colaboratory作为远程python控制台服务器来在像Spyder或Pycharm这样的IDE中进行代码开发,那将会非常棒。 How do I do this? 我该怎么做呢?

I don't know if that's possible but you can use the PyCharm IDE supports this type of interface and features. 我不知道是否可以,但你可以使用PyCharm IDE支持这种类型的界面和功能。 Plus, it provides many more features. 此外,它还提供了更多功能。 Please check out https://www.jetbrains.com/help/pycharm/using-ipython-notebook-with-product.html . 请查看https://www.jetbrains.com/help/pycharm/using-ipython-notebook-with-product.html

Google Collaboratory cannot be used as a remote python console. Google Collaboratory不能用作远程python控制台。 Check out this FAQ which states clearly that it is just a Jupyter notebook environment. 查看此常见问题解答 ,其中明确指出它只是一个Jupyter笔记本环境。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM