exercise 2

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