Skip to content

Commit

Permalink
update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Mar 27, 2016
1 parent 66ac76f commit cb224e3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Expand Up @@ -101,7 +101,7 @@
"import matplotlib.pyplot as plt\n",
"plt.style.use('ggplot')\n",
"import pyensae\n",
"from pyquickhelper import NbImage\n",
"from pyquickhelper.helpgen import NbImage\n",
"%nb_menu"
]
},
Expand Down
Expand Up @@ -101,7 +101,7 @@
"import matplotlib.pyplot as plt\n",
"plt.style.use('ggplot')\n",
"import pyensae\n",
"from pyquickhelper import NbImage\n",
"from pyquickhelper.helpgen import NbImage\n",
"%nb_menu"
]
},
Expand Down
Expand Up @@ -101,7 +101,7 @@
"import matplotlib.pyplot as plt\n",
"plt.style.use('ggplot')\n",
"import pyensae\n",
"from pyquickhelper import NbImage\n",
"from pyquickhelper.helpgen import NbImage\n",
"%nb_menu"
]
},
Expand Down
Expand Up @@ -139,7 +139,7 @@
"import matplotlib.pyplot as plt\n",
"plt.style.use('ggplot')\n",
"import pyensae\n",
"from pyquickhelper import NbImage\n",
"from pyquickhelper.helpgen import NbImage\n",
"%nb_menu"
]
},
Expand Down
Expand Up @@ -101,7 +101,7 @@
"import matplotlib.pyplot as plt\n",
"plt.style.use('ggplot')\n",
"import pyensae\n",
"from pyquickhelper import NbImage\n",
"from pyquickhelper.helpgen import NbImage\n",
"%nb_menu"
]
},
Expand Down
Expand Up @@ -139,7 +139,7 @@
"import matplotlib.pyplot as plt\n",
"plt.style.use('ggplot')\n",
"import pyensae\n",
"from pyquickhelper import NbImage\n",
"from pyquickhelper.helpgen import NbImage\n",
"%nb_menu"
]
},
Expand Down
2 changes: 1 addition & 1 deletion _doc/notebooks/population/seance6_graphes_ml_enonce.ipynb
Expand Up @@ -1444,7 +1444,7 @@
}
],
"source": [
"from pyquickhelper import NbImage\n",
"from pyquickhelper.helpgen import NbImage\n",
"NbImage(\"roc_ex.png\")"
]
},
Expand Down

0 comments on commit cb224e3

Please sign in to comment.