Skip to content

Commit

Permalink
Added test notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 9, 2023
1 parent 38a6f06 commit 7ad32a0
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions papermill/tests/notebooks/simple_with_tags.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "a0730871-38e0-4f31-9466-1a117965e5a1",
"metadata": {},
"source": [
"### Markdown cell"
]
},
{
"cell_type": "raw",
"id": "00000b67-913e-459a-80dc-2520b2483d7d",
"metadata": {},
"source": [
"Raw cell"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7979d49a-abb1-4815-9534-ad76e4505b56",
"metadata": {
"tags": [
"skipcell"
]
},
"outputs": [],
"source": [
"a = 1"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "778581dd-f385-4039-be97-4050615fa271",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"print(a)"
]
}
],
"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.11.2"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

0 comments on commit 7ad32a0

Please sign in to comment.