Skip to content

Commit

Permalink
docs: test adding hide-output
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 28, 2024
1 parent cb82e5a commit 037d737
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions docs/Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
"import nbiatoolkit\n",
"from nbiatoolkit import NBIAClient\n",
"from pprint import pprint\n",
"\n",
Expand All @@ -67,12 +68,23 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 6,
"metadata": {},
"outputs": [],
"outputs": [
{
"data": {
"text/plain": [
"'0.10.9'"
]
},
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# import nbiatoolkit \n",
"# TODO::implement method forprint(nbiatoolkit.__version__)"
"nbiatoolkit.__version__"
]
},
{
Expand All @@ -92,7 +104,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit 037d737

Please sign in to comment.