From 5b2f8f6e6309879a9c8ea6483ecf97e220c6c202 Mon Sep 17 00:00:00 2001 From: Nicolas Laval Date: Tue, 19 Mar 2024 23:54:57 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index bf17629..e4bb7d6 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,15 @@ Any CSV option can be defined or overridden thanks to url parameters (values hav For instance, to write a CSV with a content delimited by `|` and quoted by `'`: `writeCSV(...?delimiter=%7C"e=%27)` + +## Launch with demo project + +`INIT_PROJECT_URL` docker environment variable enable to load a default project in your Trevas Jupyter instance. + +Have a look to [this project definition](https://github.com/Making-Sense-Info/Trevas-Jupyter-Training) for instance. + +Fill the `INIT_PROJECT_URL` environment variable with your script adress and run: + +```bash +docker run -p 8888:8888 -e INIT_PROJECT_URL="https://raw.githubusercontent.com/Making-Sense-Info/Trevas-Jupyter-Training/main/init-notebook.sh" inseefrlab/trevas-jupyter:latest +```