Is there a similar server-side IDE for Python (e.g. Spyder) similar to the R-studio server?

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

+4
source share
1 answer

If you use Rstudio-server , unfortunately a similar tool like this is not available. Closest to rstudio is Ipython notebook : http://ipython.org/ipython-doc/stable/interactive/notebook.html

+4
source

Source: https://habr.com/ru/post/1500574/


All Articles