Skip to content

Impresso Presentation at MA‐ALIS

Maud Ehrmann edited this page Jan 23, 2026 · 4 revisions

MAS-ALIS Impresso Presentation - Lausanne, 23.01.2026

  • Please refer to the Google Document shared during the session on the slides for information.
  • ☎️ 🪲 For communication and bugs, join our Discord channels

🔧 Setup instructions

You can use both prod and dev instances with the accounts you received. Be careful, API tokens are dependent on instance (one for dev, one for prod).

  1. Get your Public API token: log in with your Impresso account and retrieve your token from: https://impresso-project.ch/datalab/token or https://dev.impresso-project.ch/datalab/token

  2. Connect to the Impresso Public API using a notebook of your choice.

In case you use the dev instance, 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')

📚 Suggested Notebooks

Model Demonstration via HuggingFace Spaces:

📝 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