You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/general_use.ipynb
+62-1Lines changed: 62 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
},
37
37
{
38
38
"cell_type": "code",
39
-
"execution_count": 2,
39
+
"execution_count": 4,
40
40
"id": "46b4432e-a8a9-4952-903c-f2f5dd8331c8",
41
41
"metadata": {},
42
42
"outputs": [],
@@ -935,6 +935,67 @@
935
935
"source": [
936
936
"For more information on other data from the API or other example use see notebooks in the code repository (https://github.com/atomic-data-sciences/api-client) and the documentation (https://atomic-data-sciences.github.io/api-client/)"
937
937
]
938
+
},
939
+
{
940
+
"cell_type": "markdown",
941
+
"id": "4291e2cb-0f26-48aa-b8e9-b8b7e528fcc5",
942
+
"metadata": {},
943
+
"source": [
944
+
"### Download Processed Videos"
945
+
]
946
+
},
947
+
{
948
+
"cell_type": "markdown",
949
+
"id": "1af857ea-5e3c-4843-9eb4-2a15f0379fbb",
950
+
"metadata": {},
951
+
"source": [
952
+
"Individual processed videos can be downloaded as MP4 files obtained using data IDs from a search, or from the web interface."
953
+
]
954
+
},
955
+
{
956
+
"cell_type": "code",
957
+
"execution_count": 5,
958
+
"id": "5d665f0f-89f7-4e75-8894-f7095fb4570b",
959
+
"metadata": {},
960
+
"outputs": [],
961
+
"source": [
962
+
"data_ids = results[\"Data ID\"].to_list()"
963
+
]
964
+
},
965
+
{
966
+
"cell_type": "code",
967
+
"execution_count": 6,
968
+
"id": "810936a2-d007-4eb2-8ee2-43962ba6b01c",
969
+
"metadata": {},
970
+
"outputs": [
971
+
{
972
+
"data": {
973
+
"application/vnd.jupyter.widget-view+json": {
974
+
"model_id": "3878a999008544188c5a787708efd064",
975
+
"version_major": 2,
976
+
"version_minor": 0
977
+
},
978
+
"text/plain": [
979
+
"Output()"
980
+
]
981
+
},
982
+
"metadata": {},
983
+
"output_type": "display_data"
984
+
},
985
+
{
986
+
"data": {
987
+
"text/html": [
988
+
"<pre style=\"white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace\"></pre>\n"
0 commit comments