Dodano ignorowanie komunikatow.
This commit is contained in:
parent
c23ee86a6d
commit
12fb5eacc6
@ -23,6 +23,17 @@
|
|||||||
" `sudo apt install sagemath-common sagemath-jupyter`"
|
" `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",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
|
Loading…
Reference in New Issue
Block a user