Skip to content

Commit

Permalink
ipynb capture for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaengeli authored Dec 17, 2024
1 parent cdeeab7 commit ea9ad21
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions generate-manifests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
},
"outputs": [],
"source": [
"%%capture cap --no-stderr\n",
"\n",
"!pip install git+https://github.com/giacomomarchioro/pyIIIFpres\n",
"!pip install toml\n",
"!pip install lxml_html_clean\n",
Expand All @@ -35,7 +37,7 @@
"\n",
"# Declaring inputs\n",
"\n",
"files = glob.glob(\"./input-examples/*.toml\")\n",
"files = glob.glob(\"./input/*.toml\")\n",
"\n",
"# Iterate over toml files in the input\n",
"\n",
Expand Down Expand Up @@ -118,21 +120,6 @@
" print(f\"Error decoding TOML in file {file}: {e}\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"%%capture cap --no-stderr\n",
"\n",
"print(\"foo\")"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit ea9ad21

Please sign in to comment.