This commit is contained in:
johanleroy
2025-09-12 14:17:52 +02:00
commit d76f34bbef
9 changed files with 108 additions and 0 deletions

62
sample.ipynb Normal file
View File

@@ -0,0 +1,62 @@
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": [
"# This is a sample Jupyter Notebook\n",
"\n",
"Below is an example of a code cell. \n",
"Put your cursor into the cell and press Shift+Enter to execute it and select the next one, or click 'Run Cell' button.\n",
"\n",
"Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.\n",
"\n",
"To learn more about Jupyter Notebooks in PyCharm, see [help](https://www.jetbrains.com/help/pycharm/ipython-notebook-support.html).\n",
"For an overview of PyCharm, go to Help -> Learn IDE features or refer to [our documentation](https://www.jetbrains.com/help/pycharm/getting-started.html)."
],
"id": "8a77807f92f26ee"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2025-09-12T12:15:22.749333Z",
"start_time": "2025-09-12T12:15:22.745869Z"
}
},
"cell_type": "code",
"source": "print(\"Hello World!\")\n",
"id": "fbc121e30a2defb3",
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello World!\n"
]
}
],
"execution_count": 1
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}