Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a browser based IDE for Python like RStudio server for R?

I am familiar with the RStudio server and it is a great tool for R statistical development in remote linux environment.

Just being curious if there is a similar server side IDE for Python development (web browser based)?

like image 230
j1897 Avatar asked Oct 16 '16 11:10

j1897


People also ask

Is there an IDE like RStudio for Python?

Features Spyder contains features like a text editor with syntax highlighting, code completion and variable exploring, which you can edit its values using a Graphical User Interface (GUI). “If you are switching from Matlab or Rstudio to Python; Spyder is the way to go, It very intuitive for scientific computing.”

Is there an RStudio for Python?

The RStudio IDE(opens in a new tab) is a free and open-source IDE for Python, as well as R. You can write scripts, import modules, and interactively use Python within the RStudio IDE.

Is RStudio server free?

RStudio is dedicated to sustainable investment in free and open-source software for data science.

What is R workbench?

RStudio Workbench enables the collaboration, centralized management, metrics, security, and commercial support that professional data science teams need to operate at scale. Some of the functionality that RStudio Workbench provides is: The ability to develop in RStudio and Jupyter. Load balancing.


1 Answers

Jupyterlab is due to release it's beta release in 31 Dec. 2017, it should be the most similar to RStudio server and probably the most advanced browser based IDE for Python

EDIT: According to their Github page, it is now out of beta and ready for users.

EDIT 2: According to their Github page, it is already stable for general use.

like image 83
bluesummers Avatar answered Nov 09 '22 23:11

bluesummers