Skip to content
Snippets Groups Projects
Verified Commit 64d1e682 authored by Alexander Dunkel's avatar Alexander Dunkel
Browse files

fix: missing import

parent f0ef8b5f
No related branches found
No related tags found
No related merge requests found
......@@ -382,6 +382,8 @@ print(json.dumps(json_data, indent=2)[0:550])
The json data is nested. Values can be accessed with dictionary keys.
```python
from IPython.core.display import HTML
total_cnt = json_data["native_location_data"]["location_info"].get("media_count")
display(HTML(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment