Table of Contents |
---|
Introduction
The Interactive Notebooks Service is based on JupyterHub, enabling remote use of Jupyter Notebooks in a managed environment integrated with other services in EOSC and particularly in the EOSC EU Node.
...
import requests
api_url = "https://eu-1.notebooks.open-science-cloud-user-apps.eu/services/jwt"
r = requests.get(api_url + "/users",
headers={
"Authorization": "Bearer {}".format(open("/var/run/secrets/oidc/access_token").read())
}
)
r.raise_for_status()
users = r.json()
...
Getting Help
Certain frequently asked questions are documented in a separate page of FAQs. There . Also, frequently used terms are explained in a Glossary. Finally, there is also a common knowledge base for the EOSC EU Node, and user support.