Skip to content

Commit 85365ca

Browse files
committed
ajout badges onyxia
1 parent 611be4d commit 85365ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/01_data/02_pandas.Rmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,12 @@ np.random.seed(123)
6565
```
6666

6767
Au cours de cette démonstration des principales fonctionalités de `pandas`, et
68-
lors du TP __LIEN VERS LE TP__,
68+
lors du TP
69+
[![Onyxia](https://img.shields.io/badge/launch-onyxia-brightgreen)](https://spyrales.sspcloud.fr/my-lab/catalogue/inseefrlab-datascience/jupyter/deploiement)
70+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/linogaliana/python-datascientist/master)
71+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://colab.research.google.com/github/linogaliana/python-datascientist/blob/pandas_intro/static/notebooks/numpy.ipynb)
72+
73+
,
6974
je recommande de régulièrement se référer aux ressources suivantes:
7075

7176
* L'[aide officielle de pandas](https://pandas.pydata.org/docs/user_guide/index.html).

content/getting-started/01_installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ lancer en local en utilisant `Anaconda`) ont émergé. Parmi celles-ci :
9090
* **Google collaboratory**
9191
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://colab.research.google.com/github/linogaliana/python-datascientist/blob/pandas_intro/static/notebooks/numpy.ipynb)
9292
;
93+
* __onyxia__ [![Onyxia](https://img.shields.io/badge/launch-onyxia-brightgreen)](https://spyrales.sspcloud.fr/my-lab/catalogue/inseefrlab-datascience/jupyter/deploiement) plateforme développée par l'Insee qui fournit des environnements bac à sable basés sur des technologie de conteneurisation
9394

9495

9596
Il est aussi possible d'exécuter des codes sur les services d'intégration continue de

0 commit comments

Comments
 (0)