Repository containing the LOCIE material for SIMUREX 2018.
An interactive binder session can be used (can be long to launch, and need a proper internet connection).
The following materials are available :
-
Nicolas Cellier:
-
Simon Rouchier
-
Jeanne Goffart
-
Antoine Caucheteux
This last one uses the R language that is shipped via the conda environment provided (the environment.yml file). Otherwise you can install the R language as well as an ide by yourself (see https://www.r-project.org/)
In order to obtain an up-to-date an working environment, download and install Anaconda for your platform, then, in command line (Anaconda -> Anaconda Prompt in the windows menu), run
conda env create -f environment.yml
source activate simurex
jupyter notebook
# or
spyderin this directory root. This will install all the needed packages in a isolated environment named simurex, then launch a jupyter notebook or spyder.
You will be able to choose this environment when using spyder, vscode or pycharm if you prefer using these ide.
Otherwise, feel free to install manually the packages for each workshop as indicated in their README.