Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a similar server side IDE for Python (like Spyder) similar to running R-studio server?

I am currently running r-studio via my server at work which is amazing having all the cores at my disposal when running really intensive algos... not to mention I can code anywhere via a web browser. My question is, is there something similar for say Spyder and developing in Python? I code 50/50, R/Python and would love to set up a similar workflow. Thoughts?

like image 485
Category_Theory Avatar asked Oct 03 '22 01:10

Category_Theory


1 Answers

If you are using Rstudio-server, unfortunately similar tool like that is not available. The closest to rstudio is Ipython notebook: http://ipython.org/ipython-doc/stable/interactive/notebook.html

like image 190
Joyfulgrind Avatar answered Oct 07 '22 18:10

Joyfulgrind