no commit message

parent de305f9a
...@@ -2,7 +2,26 @@ ...@@ -2,7 +2,26 @@
"cells": [ "cells": [
{ {
"cell_type": "raw", "cell_type": "raw",
"metadata": {}, "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.2"
}
},
"source": [ "source": [
"# À propos du calcul de $\\pi$" "# À propos du calcul de $\\pi$"
] ]
...@@ -17,19 +36,12 @@ ...@@ -17,19 +36,12 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": null,
"metadata": { "metadata": {
"scrolled": false "hideCode": false,
"hidePrompt": false
}, },
"outputs": [ "outputs": [],
{
"name": "stdout",
"output_type": "stream",
"text": [
"3.141592653589793\n"
]
}
],
"source": [ "source": [
"from math import *\n", "from math import *\n",
"print(pi)" "print(pi)"
...@@ -48,7 +60,9 @@ ...@@ -48,7 +60,9 @@
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": 2,
"metadata": { "metadata": {
"scrolled": false "hideCode": false,
"hidePrompt": false,
"scrolled": true
}, },
"outputs": [ "outputs": [
{ {
...@@ -83,7 +97,7 @@ ...@@ -83,7 +97,7 @@
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 3,
"metadata": { "metadata": {
"scrolled": false "scrolled": true
}, },
"outputs": [ "outputs": [
{ {
...@@ -127,7 +141,9 @@ ...@@ -127,7 +141,9 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 4, "execution_count": 4,
"metadata": {}, "metadata": {
"scrolled": true
},
"outputs": [ "outputs": [
{ {
"data": { "data": {
...@@ -146,6 +162,7 @@ ...@@ -146,6 +162,7 @@
} }
], ],
"metadata": { "metadata": {
"celltoolbar": "Edit Metadata",
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
......
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