Skip to content

Commit

Permalink
rolfs notebook toegevoegd
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfHut committed Nov 19, 2024
1 parent 3234afe commit a09ba33
Showing 1 changed file with 61 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "1a61abd4-369f-4194-a9ec-fc04304b7c48",
"metadata": {},
"source": [
"# Dit is mijn titel\n",
"\n",
"van Rolf"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "5c27c7ee-7865-4b75-89ca-fcd53612820f",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2\n"
]
}
],
"source": [
"print(1+1)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "62f9432d-dcea-422f-a5ee-665a51c4eed9",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"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.12.5"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

0 comments on commit a09ba33

Please sign in to comment.