Skip to content

Commit

Permalink
Merge pull request #134 from Making-Sense-Info/main
Browse files Browse the repository at this point in the history
0.6.1
  • Loading branch information
NicoLaval authored Mar 19, 2024
2 parents c0169b3 + 5b2f8f6 commit c90fd48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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&quote=%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
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Jupyter notebook providing VTL support through Trevas engine</description>
<artifactId>trevas-jupyter</artifactId>
<groupId>fr.insee</groupId>
<version>0.6.0</version>
<version>0.6.1</version>

<licenses>
<license>
Expand Down

0 comments on commit c90fd48

Please sign in to comment.