Access Python Spyder in Browser like Rstudio or Jupyter notebook (NOT SSH)

Question:

We have a Linux server with Jupyterhub installed and can be accessed by users over browser, similarly we are able to access Rstudio.
Is it possible to install Spyder on the Linux server and provide access via web browser. Multiple users will be accessing it simultaneously. We are not looking for remote desktop or SSH solution.
Thanks

Asked By: usct01

||

Answers:

(Spyder maintainer here) Spyder can’t work inside a web browser because it’s a pure desktop application, sorry.

Answered By: Carlos Cordoba

How about broadening your search space to include VS Code Server as an alternative? It closely resembles the classic Windows (GUI) version, but it has client-server architecture, so your code resides and runs on the server, but the user interface is rendered locally in the browser, so no graphical desktop needs to be installed on the server.

Answered By: mirekphd
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.