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

GeorgeOfTheRF picture GeorgeOfTheRF · Feb 19, 2018 · Viewed 6.9k times · Source

Google Colaboratory currently by default provides Jupyter notebook like interface for code development. But I feel that code development on this interface without advanced IDE features is constraining.

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. How do I do this?

Answer

wifi110 picture wifi110 · May 16, 2018

I don't know if that's possible but you can use the PyCharm IDE supports this type of interface and features. Plus, it provides many more features. Please check out https://www.jetbrains.com/help/pycharm/using-ipython-notebook-with-product.html.