initial update, video snapshotting reduced
This commit is contained in:
+17
-3
@@ -559,10 +559,24 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"execution_count": 3,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"12\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"# testing something out\n",
|
||||
"path = '12.pdf'\n",
|
||||
"# splitting to get the doc name\n",
|
||||
"doc_name = path.split('/')[-1].split('.')[0]\n",
|
||||
"print(doc_name)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
|
||||
Reference in New Issue
Block a user