Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: Testing 18.04
Path: py3-bokeh-slider.ipynb
Views: 495Kernel: Python 3 (system-wide)
Plotting with Sliders
Kernel: Python 3, system-wide
Example 1: ipywidget's @interact
In [1]:
Out[1]:
interactive(children=(Dropdown(description='f', options=('sin', 'cos'), value='sin'), IntSlider(value=1, descr…
Demo Rendering of the above:
Example 2
https://docs.bokeh.org/en/latest/docs/gallery/slider.html
Changes to the example: do not save to an html file, but just show the constructed layout
Important load bokeh for the notbeook in a separate cell!
In [2]:
Out[2]:
MIME type unknown not supported
In [3]:
Out[3]:
MIME type unknown not supported
In [0]: