##// END OF EJS Templates
Simplify get_msg_cell function of notebook.js
Simplify get_msg_cell function of notebook.js

File last commit:

r14742:c70540bc
r14833:42d6b440
Show More
index.ipynb
68 lines | 1.5 KiB | text/plain | TextLexer

Widgets

This directory includes a tutorial and collection of examples related to the IPython notebook widget framework.

Tutorial

  • [Part 1 - Basics](Part 1 - Basics.ipynb)
  • [Part 2 - Events](Part 2 - Events.ipynb)
  • [Part 3 - Placement](Part 3 - Placement.ipynb)
  • [Part 4 - Styles](Part 4 - Styles.ipynb)
  • [Part 5 - Alignment](Part 5 - Alignment.ipynb)
  • [Part 6 - Custom Widget](Part 6 - Custom Widget.ipynb)

Examples

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