Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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. 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?

like image 473
GeorgeOfTheRF Avatar asked Feb 19 '18 06:02

GeorgeOfTheRF


People also ask

How do I use Google Colaboratory in Python?

The Google Colaboratory (“Colab”) is a notebook (like a Jupyter Notebook) where you can run Python code in your Google Drive. You can write text, write code, run that code, and see the output – all in line in the same notebook.

Is Google colab a Python IDE?

Introduction. Google Colaboratory, popularly known as Colab, is a web IDE for python that was released by Google in 2017. Colab is an excellent tool for data scientists to execute Machine Learning and Deep Learning projects with cloud storage capabilities.

Can I use Google colab instead of Jupyter Notebook?

Both Jupyter Notebook and Google Colab may be the right choice in particular circumstances. Google Colab is an excellent choice for the entry-level developer or the non-programmer who wants to get started fast without having to install anything.


1 Answers

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.

like image 180
wifi110 Avatar answered Oct 17 '22 23:10

wifi110