12:46
IPython Widget GUI for Spectroscopy
Jump to 3min: prototype IPython Notebook GUI for slicing/sampling/plotting/IO of spectroscopy data in scikit-spectra ...
10:04
6. IPython Widgets - IPython Notebook Tutorial
Using widgets to interact with your python code from the web browser. IPython widgets using interact function to have nice web ...
8:21
Introduction to ipywidgets | Jupyter Widgets Introduction | What is ipywidgets with an example
In this tutorial video, we'll learn about ipywidgets, a Python library for building interactive HTML widgets for your Jupyter browser.
4:02:31
Fundamentals of the IPython Display Architecture+Interactive Widgets | SciPy 2014 | Granger&Frederic
Welcome to scipi 2014 and this is uh an intermediate tutorial on the IPython display system and interactive widgets I am Brian ...
14:33
Part 2 - Output Widget | ipywidgets Crash Course
Hi, My name is Sunny Solanki and this is the second video of my series on the Python library "ipywidgets". In this ipywidgets ...
5:29
DAGMC Slicer GUI using iPython widgets
A simple GUI for the slicer tool using ipython widgets. Requires the ipython notebook and a successfully installed version of the ...
13:28
Interactive Python with Widgets
An IPython widget allows a user to input a value or perform a function. Widgets enhance user interaction with the IPython ...
3:11
Widgets Alignment - IPython Widgets #4
IPython widgets layout using display function, add_class and set_css to using hbox or vbox css classes. Github/NBViewer Link: ...
4:12
Container Widgets - IPython Widgets #1
Container Widget to group your other widgets and Accordion Widget, Tabs Widget and Popup Widget to give you more control ...
53:04
Brian Granger and Jonathan Frederic - IPython Interactive Widgets, Part 1
PyData SV 2014 Tutorial - IPython provides an architecture for interactive computing. The IPython Notebook is a web-based ...
18:58
Learn Jupyter Notebooks (pt.4) Using Interactive Widgets
In this video, we go through a simple example with Ipython widgets to interact with a Matplotlib plot. Github link to notebook: ...
11:39
Part-3 Link Widgets | ipywidgets Crash Course
Hi, My name is Sunny Solanki and this is the third video of my series on the Python library "ipywidgets". In this ipywidgets tutorial, ...
24:38
Jason Grout - Advanced IPython Notebook Widgets
www.pydata.org PyData is a gathering of users and developers of data analysis tools in Python. The goals are to provide Python ...
1:23
Create Interactive Button With IPython - ipywidgets 2016
Create Interactive Button With IPython - ipywidgets Packages needed are ipywidgets, and random.
26:03
Andrew Campbell: Bootstrapping Applications and Dashboards with IPython Widgets
PyData NYC 2015 Learn how to create shareable applications and dashboards on top of your Python data science stack using ...
10:48
Part-6 Widget Styling | ipywidgets Crash Course
Hi, My name is Sunny Solanki and this is the fifth video of my series on the Python library "ipywidgets". In this ipywidgets tutorial, ...
5:38
Handling Events - IPython Widgets #2
Handling events in IPython Widgets is simple using two functions: on_click and on_trait_change. We build a simple calculator ...
7:53
Widget in Jupyter using ipywidgets. http://nbviewer.jupyter.org/url/ignite.byu.edu/che263/lectures/widgets.ipynb.
8:15
Styling Widgets - IPython Widgets #3
Controlling the style of your widgets using three functions: widget.visible(), widget.set_css() and widget.add_class().