Skip to content

Commit d64516f

Browse files
committed
Add help guide for tabula
1 parent 9e3dd91 commit d64516f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

samples/05_content_publishers/pdf_table_to_pdf_map.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@
160160
"Provided the url of the online PDF file, `tabula-py` can read the table from the pdf at the url."
161161
]
162162
},
163+
{
164+
"cell_type": "markdown",
165+
"metadata": {},
166+
"source": [
167+
"If you run into an error with tabula and wrapper please refer to this [helpful guide](https://tabula-py.readthedocs.io/en/latest/getting_started.html#get-tabula-py-working-windows-10)"
168+
]
169+
},
163170
{
164171
"cell_type": "code",
165172
"execution_count": 6,
@@ -1482,7 +1489,7 @@
14821489
"notebookRuntimeVersion": "4.0"
14831490
},
14841491
"kernelspec": {
1485-
"display_name": "Python 3 (ipykernel)",
1492+
"display_name": "Python 3",
14861493
"language": "python",
14871494
"name": "python3"
14881495
},
@@ -1496,7 +1503,7 @@
14961503
"name": "python",
14971504
"nbconvert_exporter": "python",
14981505
"pygments_lexer": "ipython3",
1499-
"version": "3.9.16"
1506+
"version": "3.9.11"
15001507
},
15011508
"toc": {
15021509
"base_numbering": 1,

0 commit comments

Comments
 (0)