-
Notifications
You must be signed in to change notification settings - Fork 4
CHR Impresso Workshop
-
☎️ 🪲 For communication and bugs, join our Discord channels
09:30-10:30: Introduction to Impresso Web App & Datalab
10:30-11:00: Presentation of the Research case and splitting in groups
11:00-11:30: Coffee break
11:30-12:45: Working through the Research case
12:45-13:00: Group presentation of the research case results
Please refer to the development platform of Impresso: https://dev.impresso-project.ch
- Get your development Public API token: log in with your development Impresso account and retrieve your token from: https://dev.impresso-project.ch/datalab/token
- Connect to the development Public API: ensure that your notebooks point to the development version of the Impresso Public API:
from impresso import connect
impresso = connect('https://dev.impresso-project.ch/public-api/v1')- Impresso Py
- Impresso Public API (development version)
- Impresso Hugging Face
Impresso-py is the ideal client for interacting with the Impresso Public API, offering a powerful and flexible interface to access and analyse historical data. However, it can be challenging to approach at first.
To help you get started, we’ve prepared a series of interactive notebooks that demonstrate how to work with different parts of the Impresso Public API using the Impresso-py Python library