Skip to content

Commit

Permalink
add hide directive in PCT examples notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
perceptualrobots committed Dec 18, 2024
1 parent 282e552 commit c5db1e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nbs/19_pct_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"<Figure size 1200x600 with 1 Axes>"
]
},
"execution_count": 73,
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -333,12 +333,13 @@
"<Figure size 1200x600 with 1 Axes>"
]
},
"execution_count": 84,
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"#| hide\n",
"print(pct.get_history_keys())\n",
"history_data = pct.set_history_data()\n",
"# pct.plot_history(plots='scEdges', title_prefix='')\n",
Expand Down

0 comments on commit c5db1e7

Please sign in to comment.