- Python
- Marimo – A modern alternative to Jupyter for interactive notebooks
// pip install marimo
The examples use MistralAi models by default. You're welcome to switch to any model provider of your choice.
All the example notebooks and code are located in the Notebook/ directory.
Poetry is the dependency manager used in this project. Follow the official installation guide to set it up on your system.
//pip install poetry
poetry installCopy the file .env.example as .env and put your key in the MISTRAL_AI_KEY field
Use Marimo to edit and run the notebooks:
marimo edit Notebook/agente.py
poetry run marimo edit Notebook/agente.py