{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Winpython Default checker"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"import warnings\n",
"#warnings.filterwarnings(\"ignore\", category=DeprecationWarning)\n",
"#warnings.filterwarnings(\"ignore\", category=UserWarning)\n",
"#warnings.filterwarnings(\"ignore\", category=FutureWarning)\n",
"# warnings.filterwarnings(\"ignore\") # would silence all warnings"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"%matplotlib widget\n",
"# use %matplotlib widget for the adventurous"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Compilers: Numba and Cython\n",
"\n",
"##### Requirement\n",
"To get Cython working, Winpython 3.7+ users should install \"Microsoft Visual C++ Build Tools 2017\" (visualcppbuildtools_full.exe, a 4 Go installation) at https://beta.visualstudio.com/download-visual-studio-vs/\n",
"\n",
"To get Numba working, not-windows10 users may have to install \"Microsoft Visual C++ Redistributable pour Visual Studio 2017\" (vc_redist) at