no commit message

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