Skip to content

Commit

Permalink
added demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schötz committed Dec 5, 2024
1 parent 663be45 commit c8680f1
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions demo/servus_demo.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Demo for MichaelPy"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Import the package"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"from michaelpy import servus"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Use it ..."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"name = \"Hias\"\n",
"greeting = servus(name)\n",
"print(greeting)"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit c8680f1

Please sign in to comment.