Gareth Elston
076ed6649a
Merge pull request #1 from ipython/master
...
Update from ipython/ipython:master
11 years ago
Gareth Elston
a33f98a254
Update Widget Events.ipynb
11 years ago
Gareth Elston
a214898c97
Update Widget Events.ipynb
...
Running Widget Events.ipynb in http://try.jupyter.org/ raises the following errors:
In [11]: AttributeError: 'module' object has no attribute 'link'
In [12]: AttributeError: 'module' object has no attribute 'dlink'
In [13]: widgets.<Tab> shows 'jsdlink' and 'jslink', which generate the expected linked sliders.
11 years ago
Jonathan Frederic
e8c1f1296f
Update examples/Interactive Widgets 🧌
11 years ago
Jonathan Frederic
5384238829
s/Placement/Lists in widget index notebook
11 years ago
Nicholas Bollweg
6a372a4c66
squashing the whitespace changes
11 years ago
Min RK
5184196e04
add kernel metadata to example notebooks
11 years ago
Min RK
a5b7af4cc0
Merge pull request #7596 from takluyver/lorenz-py3
...
Make Lorenz differential equations example compatible with Python 3
11 years ago
Thomas Kluyver
46cb0233da
Fix typo Lorentz -> Lorenz
11 years ago
Thomas Kluyver
db8e7428d3
Make Lorenz differential equations example compatible with Python 3
...
Thanks to @franktoffel for pointing this out in #7350
11 years ago
Thomas Kluyver
0dba8bd7e3
Update date picker widget example
...
Closes gh-6610
11 years ago
Thomas Kluyver
70d57aac76
Fix widget dropdown example
...
Thanks to @parente in #7350 for spotting this.
11 years ago
Min RK
796b480922
Merge pull request #7359 from jdfreder/tab-fix
...
Accordion and Tab widget, fixes for ancient bugs.
11 years ago
Jonathan Frederic
5a6ad22eac
Update example notebook
11 years ago
Jonathan Frederic
f54267ca01
Updated example notebooks
11 years ago
Min RK
90ee93849f
remove signatures from example notebook metadata
11 years ago
Jonathan Frederic
73637fb694
Merge pull request #7097 from jasongrout/widget-visibility
...
Expand the semantics of the widget visible attribute to allow for visibility: hidden
11 years ago
Jason Grout
8cf5972f57
Add the unlink method to javascript links to maintain compatibility with traitlet links
11 years ago
Jason Grout
9ca509d915
Merge remote-tracking branch 'public-upstream/master' into links-rebase
...
Conflicts:
examples/Interactive Widgets/Widget Events.ipynb
11 years ago
Jason Grout
26bec1ad36
Add None as a widget visible value to allow for visiblity: hidden
...
Now, visible can have three values:
* True - show the widget
* False - hide the widget and collapse the empty space
* None - hide the widget and show the empty space
11 years ago
Min RK
2462d71e1c
upate exmaple notebooks to nbformat v4
11 years ago
Sylvain Corlay
f5c9f33671
Updated example notebook
11 years ago
Thomas Kluyver
41c2cdeeff
Make interact example compatible with Python 3
...
Also cleared all output, because for now the notebook has to be run to
illustrate anything. And updated a couple of out of date names.
11 years ago
Jonathan Frederic
4685de14b7
Update examples, fixing bugs found in review.
12 years ago
Jonathan Frederic
13aa65facc
Remove references to add/remove_class methods.
12 years ago
Jonathan Frederic
ee102706f9
Updated widget examples for recent changes and,
...
renames from earlier PRs
12 years ago
Jonathan Frederic
2aaaccc40a
Clear output
12 years ago
Jonathan Frederic
aeae4aeffe
Added images
12 years ago
Jonathan Frederic
829afb4a59
renamed: FrontendKernel.graffle/data.plist -> ../../images/FrontendKernel.graffle/data.plist
...
renamed: FrontendKernel.graffle/image1.png -> ../../images/FrontendKernel.graffle/image1.png
renamed: FrontendKernel.png -> ../../images/FrontendKernel.png
12 years ago
Jonathan Frederic
82a66f80d4
More updates
12 years ago
Brian E. Granger
958b063c62
Adding widget diagrams.
12 years ago
Jonathan Frederic
285e8af6f2
Updated examples,
...
- Fixed scrollbar examples for Bootstrap 3
- Use header cells instead of markdown headers
12 years ago
Jonathan Frederic
224711f177
Updated widget tutorial,
...
- Added slide metadata.
- Bolded important parts of speach.
12 years ago
Jonathan Frederic
0d022ec70b
Updated widget notebooks for PyData2014
12 years ago
Jonathan Frederic
93b3510ec1
Added custom widget tutorial examples
12 years ago
Jonathan Frederic
462b11832c
Updated basics notebook for pydata2014
12 years ago
Jonathan Frederic
a8cad2fa7d
Updated widget events for pydata2014
12 years ago
Jonathan Frederic
5c103ab202
Widget styling updates for pydata2014
12 years ago
Jonathan Frederic
45e5b7627a
renamed: Widget Styles.ipynb -> Widget Styling.ipynb
12 years ago
Jonathan Frederic
2303f60379
Added widget list
12 years ago
Jonathan Frederic
c6df4bfb9d
renamed: Custom Widgets.ipynb -> Date Picker Widget.ipynb
12 years ago
Brian E. Granger
7d8fe7e37d
Moving over new interact tutorial.
12 years ago
Jessica B. Hamrick
31812159af
Only set widget description in interact if it does not already exist
12 years ago
Jessica B. Hamrick
4818549bb4
Update widget basics with some information about the placeholder
12 years ago
Thomas Kluyver
b32df07e2c
Merge pull request #5507 from adrn/doc-fix
...
Fix typo in interactive widgets examples index notebook
12 years ago
Adrian Price-Whelan
ec497da5d2
fix typo
12 years ago
jdavidheiser
96d3500687
Update Export As (nbconvert).ipynb
12 years ago
jdavidheiser
cdae251186
fix minor bugs in export as (nbconvert) example
12 years ago
Brian E. Granger
dcddc11601
Lots of doc work.
12 years ago