silence warnings on web

master
root 2022-05-29 23:05:04 -06:00
parent 324a9b8d02
commit 6907baeb55
1 changed files with 20 additions and 2 deletions

View File

@ -12,8 +12,17 @@
"#\n",
"# https://spacecruft.org/spacecruft/satnogs-wut\n",
"#\n",
"# GPLv3+\n",
"\n",
"# GPLv3+"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"import os"
]
},
@ -42,6 +51,15 @@
"from IPython.utils import text"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"tf.get_logger().setLevel('ERROR')"
]
},
{
"cell_type": "code",
"execution_count": null,