Dodano ignorowanie komunikatow.

This commit is contained in:
BartN 2021-02-18 15:52:00 +01:00
parent c23ee86a6d
commit 12fb5eacc6

View File

@ -23,6 +23,17 @@
" `sudo apt install sagemath-common sagemath-jupyter`"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#ignorowanie komunikatów technicznych\n",
"import warnings\n",
"warnings.filterwarnings(\"ignore\")"
]
},
{
"cell_type": "markdown",
"metadata": {},