added update -all

dveni-patch-1
Carlos A. Iglesias 5 years ago
parent f9965fdbcd
commit 47fe85d527

@ -102,7 +102,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.5"
"version": "3.5.6"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,

@ -95,7 +95,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.5"
"version": "3.5.6"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,

@ -122,6 +122,8 @@
"source": [
"If you installed the conda distribution, scikit-learn is already installed! This is the best option.\n",
"\n",
"Anyway, before starting, update all the packages: `conda update --all`. \n",
"\n",
"In case it is an old installation, you can update it using conda: `conda update scikit-learn`.\n",
"\n",
"If it is not installed, install it with conda: `conda install scikit-learn`.\n",
@ -176,7 +178,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.5"
"version": "3.5.6"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save