Analyse avec fichier .csv local incidence-PAY-3

parent 2459c6e2
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
This diff is collapsed.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Nuevo documento de prueba"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Se muestra una fórmula matemática"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"hideCode": true
},
"outputs": [
{
"data": {
"text/plain": [
"2"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"2*1"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"hideOutput": true
},
"outputs": [
{
"data": {
"text/plain": [
"11"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"3+7+9-8"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"celltoolbar": "Hide code",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
This diff is collapsed.
This diff is collapsed.
......@@ -2,7 +2,9 @@
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"hideCode": true
},
"source": [
"# EXEMPLE D'UN DOCUMENT MARKDOWN"
]
......@@ -16,7 +18,9 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"hideOutput": true
},
"source": [
"1. **Texte en gras**\n",
"2. _Texte en italique_\n",
......@@ -42,7 +46,11 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"hideCode": false,
"hideOutput": false,
"hidePrompt": false
},
"source": [
"## Un tableau\n",
"\n",
......@@ -68,6 +76,7 @@
}
],
"metadata": {
"celltoolbar": "Hide code",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment