exercise 2

parent 493240c4
...@@ -2,7 +2,11 @@ ...@@ -2,7 +2,11 @@
"cells": [ "cells": [
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"hideCode": false,
"hideOutput": false,
"hidePrompt": true
},
"source": [ "source": [
"# Titre du document" "# Titre du document"
] ]
...@@ -82,15 +86,18 @@ ...@@ -82,15 +86,18 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 9, "execution_count": 14,
"metadata": {}, "metadata": {
"hideCode": true,
"hidePrompt": false
},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"[ 96.37120961 91.39340048 114.17539396 ... 93.05328986 100.74054968\n", "[113.98835449 112.47339296 98.14566071 ... 105.93171823 99.02984884\n",
" 118.40466679]\n" " 109.76366172]\n"
] ]
} }
], ],
...@@ -102,7 +109,9 @@ ...@@ -102,7 +109,9 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 10, "execution_count": 10,
"metadata": {}, "metadata": {
"hidePrompt": true
},
"outputs": [], "outputs": [],
"source": [ "source": [
"import matplotlib.pyplot as plt" "import matplotlib.pyplot as plt"
...@@ -111,7 +120,9 @@ ...@@ -111,7 +120,9 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 12, "execution_count": 12,
"metadata": {}, "metadata": {
"hidePrompt": false
},
"outputs": [ "outputs": [
{ {
"data": { "data": {
...@@ -135,7 +146,10 @@ ...@@ -135,7 +146,10 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 13, "execution_count": 13,
"metadata": {}, "metadata": {
"hideCode": true,
"hideOutput": true
},
"outputs": [ "outputs": [
{ {
"data": { "data": {
...@@ -304,6 +318,7 @@ ...@@ -304,6 +318,7 @@
} }
], ],
"metadata": { "metadata": {
"celltoolbar": "Hide code",
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
......
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