Skip to content

Quentin62/TPGIS

Repository files navigation

TP GIS

GIS4, Modélisation avancée

Python ressources

Run Jupyter notebook online

Binder

  1. NIPALS : Binder
  2. MICE : Binder
  3. Régression : Binder
  4. Effets aléatoires : Binder
  5. Régressions discrètes : Binder

Run locally

Python

Install dependencies using pip3

In a terminal, run

sudo apt install python3-pip
pip3 install -r requirements.txt

Run jupyter

Go to https://jupyter.org/ for more information.

In a terminal, run

jupyter lab

Convert a jupyter notebook to a pdf

Use nbconvert package.

pip3 install nbconvert

It requires pandoc and latex

sudo apt-get install pandoc
sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-plain-generic

In your notebook, run all cells and save the notebook in pdf. In a terminal, run:

jupyter nbconvert --to pdf my_notebook.ipynb

R

Install

In an R console:

install.packages(c("mvtnorm", "FactoMineR", "mice", "VIM", "lattice"))

Running and converting R markdown:

install.packages(c("knitr", "rmarkdown"))

About

Polytech'Lille TP GIS4 modélisation avancée 2019-20??

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published