From 8e73912dd5cd20190b09c0a4aaa921544b055e28 Mon Sep 17 00:00:00 2001 From: linogaliana Date: Wed, 8 Dec 2021 12:32:17 +0000 Subject: [PATCH] coquille plotly :sob: --- content/course/modelisation/0_preprocessing.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/course/modelisation/0_preprocessing.Rmd b/content/course/modelisation/0_preprocessing.Rmd index c54e55e73..9e8697a13 100644 --- a/content/course/modelisation/0_preprocessing.Rmd +++ b/content/course/modelisation/0_preprocessing.Rmd @@ -166,7 +166,7 @@ En l'occurrence, on peut utiliser `plotly` pour tenir compte de la population: ```{python, include = TRUE, echo=TRUE} import plotly -import plotly.graph_objects as pgo +import plotly.graph_objects as go import pandas as pd import geopandas as gpd