web dev json

master
ml server 2020-01-22 20:55:01 -07:00
parent 9ff9a4d848
commit fba2b97f86
1 changed files with 4 additions and 4 deletions

View File

@ -274,10 +274,10 @@
"metadata": {},
"outputs": [],
"source": [
"from IPython.display import FileLink\n",
"obsjson=('/srv/satnogs/download/1456893/1456893.json')\n",
"local_file = FileLink(obsjson)\n",
"display(local_file)"
"from IPython.display import HTML\n",
"obs_file='/srv/satnogs/download/1456893/1456893.json'\n",
"obs_json = HTML(obs_file)\n",
"display(obs_json)"
]
},
{