Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 26, 2020
1 parent 9cc3762 commit 81318a6
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 58 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -18,8 +18,8 @@ jobs:
name: Install pandoc
command: |
sudo apt-get update
wget https://github.com/jgm/pandoc/releases/download/2.2.1/pandoc-2.2.1-1-amd64.deb
sudo dpkg -i pandoc-2.2.1-1-amd64.deb
wget https://github.com/jgm/pandoc/releases/download/2.10.1/pandoc-2.10.1-1-amd64.deb
sudo dpkg -i pandoc-2.10.1-1-amd64.deb
- run:
name: Install tex
Expand Down
2 changes: 1 addition & 1 deletion _doc/notebooks/donnees_anonymisees.ipynb
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Donn\u00e9es anonymis\u00e9es\n",
"\n",
"Ces donn\u00e9es ont \u00e9t\u00e9 g\u00e9n\u00e9r\u00e9s par une quarantaine de personnes et sont mises \u00e0 disposition une fois anonymis\u00e9es."
"Ces donn\u00e9es ont \u00e9t\u00e9 g\u00e9n\u00e9r\u00e9es par une quarantaine de personnes et sont mises \u00e0 disposition une fois anonymis\u00e9es."
]
},
{
Expand Down
161 changes: 108 additions & 53 deletions _doc/notebooks/example_logs.ipynb

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions appveyor.yml
Expand Up @@ -18,8 +18,6 @@ init:
install:
- "%PYTHON%\\python -m pip install --upgrade pip"
- "%PYTHON%\\Scripts\\pip install pymyinstall"
- "%PYTHON%\\Scripts\\pip install numpy scipy"
- "%PYTHON%\\Scripts\\pymy_install3 protobuf"
- "%PYTHON%\\Scripts\\pip install -r requirements_conda.txt"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt"
- "%PYTHON%\\Scripts\\pymy_install3 --task=tool --source=zip graphviz"
Expand Down

0 comments on commit 81318a6

Please sign in to comment.