Skip to content

CHR Impresso Workshop

Caio Mello edited this page Jan 14, 2026 · 1 revision

CHR Impresso Workshop - Luxembourg, 09.12.2025

🗓️ Workshop Agenda

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

🔧 Setup instructions

Please refer to the development platform of Impresso: https://dev.impresso-project.ch

  1. 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
  2. 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')

📚 Workshop Notebooks

📝 General Documentation

Impresso-py and Public API Examples and Notebooks

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

Experiments with Embeddings

Clone this wiki locally