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
Feature idea (to be discussed how useful/feasible this is):
user is (for example) using python client in a jupyter environment and has authenticated connection
user does something like connection.open_webeditor()
new browser window opens (or some kind of link is printed) with authenticated webeditor, so user does not have to go through authentication on webeditor again
The text was updated successfully, but these errors were encountered:
Which editor to open? editor.openeo.cloud or editor.openeo.org ;-)
That could be done with an argument e.g. connection.open_webeditor("editor.openeo.org"), a client config file entry or ultimately even a discovery/detection mechanism (e.g. something along the lines of prepending "editor." to the back-end hostname)
Feature idea (to be discussed how useful/feasible this is):
connection.open_webeditor()
The text was updated successfully, but these errors were encountered: