Modification pour tester Hide Code

parent 842bf608
...@@ -31,7 +31,9 @@ ...@@ -31,7 +31,9 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": 1,
"metadata": {}, "metadata": {
"hidePrompt": true
},
"outputs": [], "outputs": [],
"source": [ "source": [
"from matplotlib import pyplot as plt\n", "from matplotlib import pyplot as plt\n",
...@@ -106,7 +108,10 @@ ...@@ -106,7 +108,10 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 9, "execution_count": 9,
"metadata": {}, "metadata": {
"hideCode": false,
"hideOutput": true
},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
...@@ -916,6 +921,7 @@ ...@@ -916,6 +921,7 @@
} }
], ],
"metadata": { "metadata": {
"celltoolbar": "Hide code",
"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