Skip to content

Instantly share code, notes, and snippets.

@jjhelmus
Created April 19, 2023 16:07
Show Gist options
  • Save jjhelmus/5de629e6e5a33d72bc516b306aa5a775 to your computer and use it in GitHub Desktop.
Save jjhelmus/5de629e6e5a33d72bc516b306aa5a775 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"id": "0f2a1c4d-3db9-4a98-ae53-4e7165196758",
"metadata": {},
"source": [
"## A sample notebook\n",
"This is a sample notebook"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "bae3fe6d-8aea-4f93-aeef-3438eae37dfe",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello World!\n"
]
}
],
"source": [
"print(\"Hello World!\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "6285303e-a1bd-4100-92cf-e1a1387a4b25",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "anaconda-2022.05-py39",
"language": "python",
"name": "conda-env-anaconda-2022.05-py39-py"
},
"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.9.12"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment