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 1b613d4 commit cdeeab7
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions generate-manifests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
},
"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 Down Expand Up @@ -120,6 +118,21 @@
" 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 cdeeab7

Please sign in to comment.