Skip to content

Commit

Permalink
Moved header to markdown cell
Browse files Browse the repository at this point in the history
  • Loading branch information
aewebb80 committed Jun 12, 2020
1 parent 63735ca commit 7f848ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/example_pipeline_pan.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Example Jupyter Pipleine\n"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand All @@ -14,7 +21,6 @@
}
],
"source": [
"## Example Pipeline\n",
"import sys\n",
"import os\n",
"import subprocess\n",
Expand Down

0 comments on commit 7f848ee

Please sign in to comment.