5

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.

Yu Hao
  • 119,891
  • 44
  • 235
  • 294
Sousaplex
  • 149
  • 9

1 Answers1

2

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.

MisterMiyagi
  • 44,374
  • 10
  • 104
  • 119