mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 03:22:38 +02:00
[verbose opt] ipython notebook new version widget changes
This commit is contained in:
parent
b0ee68a8b9
commit
66c7da879a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class VerboseOptimization(object):
|
||||||
from IPython.display import display
|
from IPython.display import display
|
||||||
from IPython.html.widgets import IntProgress, HTML, Box, VBox, HBox, FlexBox
|
from IPython.html.widgets import IntProgress, HTML, Box, VBox, HBox, FlexBox
|
||||||
self.text = HTML(width='100%')
|
self.text = HTML(width='100%')
|
||||||
self.progress = IntProgress(description='Progress:', min=0, max=maxiters)
|
self.progress = IntProgress(min=0, max=maxiters)
|
||||||
#self.progresstext = Text(width='100%', disabled=True, value='0/{}'.format(maxiters))
|
#self.progresstext = Text(width='100%', disabled=True, value='0/{}'.format(maxiters))
|
||||||
self.model_show = HTML()
|
self.model_show = HTML()
|
||||||
self.ipython_notebook = ipython_notebook
|
self.ipython_notebook = ipython_notebook
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue