##// END OF EJS Templates
Merge pull request #6832 from minrk/request-only-once...
Merge pull request #6832 from minrk/request-only-once actually send only one kernel_info request

File last commit:

r17946:fd20d2a3
r18670:3d77d934 merge
Show More
Index.ipynb
110 lines | 2.7 KiB | text/plain | TextLexer
No description has been provided for this image

Back to the main Index

Interactive Widgets

IPython includes an architecture for interactive widgets that tie together Python code running in the kernel and JavaScript/HTML/CSS running in the browser. These widgets enable users to explore their code and data interactively.

Tutorials

  • [Using Interact](Using Interact.ipynb)
  • [Widget Basics](Widget Basics.ipynb)
  • [Widget Events](Widget Events.ipynb)
  • [Widget Placement](Widget Placement.ipynb)
  • [Widget Styling](Widget Styling.ipynb)
  • [Custom Widget](Custom Widget - Hello World.ipynb)

Examples of custom widgets

  • [Variable Inspector](Variable Inspector.ipynb)
  • [Export As (nbconvert)](Export As (nbconvert%29.ipynb)
  • [Nonblocking Console](Nonblocking Console.ipynb)
  • [File Upload Widget](File Upload Widget.ipynb)

Examples using interact/interactive

  • [Beat Frequencies](Beat Frequencies.ipynb)
  • [Exploring Graphs](Exploring Graphs.ipynb)
  • Factoring
  • [Image Browser](Image Browser.ipynb)
  • [Image Processing](Image Processing.ipynb)
  • [Lorenz Differential Equations](Lorenz Differential Equations.ipynb)