Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rstudio Server equivalent for Python [closed]

I am currently running RStudio Server on an AWS EC2 ubuntu instance and am enjoying editing my files directly on the server via the web interface.

I was wondering if there are any other IDE's that have this ability (to run on a server and have their GUI accessible via web browser), specifically for Python / Ruby.

like image 678
Sousaplex Avatar asked Oct 30 '22 18:10

Sousaplex


1 Answers

For python, the iPython Notebook is a very close match to RStudio. It uses a client/server architecture by design.

You can easily use it with the Anaconda distribution.

like image 140
MisterMiyagi Avatar answered Nov 02 '22 23:11

MisterMiyagi