You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While updating https://github.com/spyder-ide/binder-environments for the 6.0.2 release I noticed the instances where failing when clicking the icons to launch Spyder or the web browser. Seems like updating from jupyter-desktop-server (archived since 2023) to jupyter-remote-desktop-proxy (currently maintained project) helps.
This will need changes over some binder config files:
environment.yml -> changing jupyter-desktop-server to jupyter-remote-desktop-proxy
apt.txt -> adding tigervnc related packages (tigervnc-standalone-server and tigervnc-xorg-extension)
The text was updated successfully, but these errors were encountered:
Problem Description
While updating https://github.com/spyder-ide/binder-environments for the 6.0.2 release I noticed the instances where failing when clicking the icons to launch Spyder or the web browser. Seems like updating from
jupyter-desktop-server
(archived since 2023) tojupyter-remote-desktop-proxy
(currently maintained project) helps.This will need changes over some binder config files:
environment.yml
-> changingjupyter-desktop-server
tojupyter-remote-desktop-proxy
apt.txt
-> adding tigervnc related packages (tigervnc-standalone-server
andtigervnc-xorg-extension
)The text was updated successfully, but these errors were encountered: