Commit Graph

160 Commits

Author SHA1 Message Date
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
2014-12-04 00:27:59 +00:00
Min RK
2462d71e1c upate exmaple notebooks to nbformat v4 2014-11-03 10:23:10 -08:00
Phillip Nordwall
209d90777f Fix bad JSON link and inconsistent link formatting. 2014-10-24 17:05:25 -07:00
Phillip Nordwall
8710d71296 Correct the example notebook link to What is the IPython Notebook? 2014-10-24 17:05:25 -07:00
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.
2014-09-24 15:46:50 -07:00
Brian E. Granger
4ec1a3b41e Merge pull request #6235 from jdfreder/addclass
Remove add/remove_class and set/get_css.
2014-09-23 16:28:50 -07:00
Jonathan Frederic
4685de14b7 Update examples, fixing bugs found in review. 2014-09-23 14:21:47 -07:00
Matthias Bussonnier
d4d41cf17e Fix font-awesome icons in examples notebook
Closes #6417
2014-09-21 15:46:19 +02:00
Jonathan Frederic
13aa65facc Remove references to add/remove_class methods. 2014-08-28 11:15:35 -07:00
Jonathan Frederic
ee102706f9 Updated widget examples for recent changes and,
renames from earlier PRs
2014-08-28 11:11:16 -07:00
Tobias Oberstein
f140d8405b fix invalid character in filename on Windows 2014-08-04 13:46:44 +02:00
Jonathan Frederic
2aaaccc40a Clear output 2014-07-30 23:42:44 -07:00
Jonathan Frederic
aeae4aeffe Added images 2014-07-30 23:42:44 -07:00
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
2014-07-30 23:42:44 -07:00
Jonathan Frederic
82a66f80d4 More updates 2014-07-30 23:42:44 -07:00
Brian E. Granger
958b063c62 Adding widget diagrams. 2014-07-30 23:42:44 -07:00
Jonathan Frederic
285e8af6f2 Updated examples,
- Fixed scrollbar examples for Bootstrap 3
- Use header cells instead of markdown headers
2014-07-30 23:42:43 -07:00
Jonathan Frederic
224711f177 Updated widget tutorial,
- Added slide metadata.
- Bolded important parts of speach.
2014-07-30 23:42:43 -07:00
Brian E. Granger
85ffe2459c Work on Rich output. 2014-07-30 23:42:42 -07:00
Jonathan Frederic
0d022ec70b Updated widget notebooks for PyData2014 2014-07-30 23:42:41 -07:00
Brian E. Granger
458d6d762b More docs work. 2014-07-30 23:42:41 -07:00
Brian E. Granger
f2f461eb36 More work on notebook tutorials. 2014-07-30 23:42:41 -07:00
Brian E. Granger
a1da7b09d0 Moving UI and rm Dashboard nb. 2014-07-30 23:42:40 -07:00
Brian E. Granger
acb0b17414 Moving things around. 2014-07-30 23:42:40 -07:00
Brian E. Granger
545eb25dd8 Pulling in content and rewriting from ipython-in-depth. 2014-07-30 23:42:39 -07:00
Brian E. Granger
b0a50f1e0a Adding moved content. 2014-07-30 23:42:39 -07:00
Jonathan Frederic
93b3510ec1 Added custom widget tutorial examples 2014-07-30 23:35:50 -07:00
Jonathan Frederic
462b11832c Updated basics notebook for pydata2014 2014-07-30 23:35:50 -07:00
Jonathan Frederic
a8cad2fa7d Updated widget events for pydata2014 2014-07-30 23:35:50 -07:00
Jonathan Frederic
5c103ab202 Widget styling updates for pydata2014 2014-07-30 23:35:50 -07:00
Jonathan Frederic
45e5b7627a renamed: Widget Styles.ipynb -> Widget Styling.ipynb 2014-07-30 23:35:50 -07:00
Jonathan Frederic
2303f60379 Added widget list 2014-07-30 23:35:50 -07:00
Jonathan Frederic
c6df4bfb9d renamed: Custom Widgets.ipynb -> Date Picker Widget.ipynb 2014-07-30 23:35:49 -07:00
Brian E. Granger
a5805f9631 Pulling content from ipython-in-depth. 2014-07-30 23:35:49 -07:00
Brian E. Granger
7d8fe7e37d Moving over new interact tutorial. 2014-07-30 23:35:49 -07:00
Brian E. Granger
99acef68a6 Working on notebook docs. 2014-07-30 23:35:49 -07:00
Brian E. Granger
2321abc143 Work on notebook docs. 2014-07-30 23:35:49 -07:00
Brian E. Granger
25beae438f Creating overall structure and organization. 2014-07-30 23:35:49 -07:00
Matthias BUSSONNIER
36e3f20d5e fix some font-awesoem 4 icons 2014-07-27 15:33:09 +02:00
Jessica B. Hamrick
31812159af Only set widget description in interact if it does not already exist 2014-05-08 11:12:02 -07:00
Jessica B. Hamrick
4818549bb4 Update widget basics with some information about the placeholder 2014-04-17 11:06:43 -04:00
Thomas Kluyver
b32df07e2c Merge pull request #5507 from adrn/doc-fix
Fix typo in interactive widgets examples index notebook
2014-04-08 09:12:38 -07:00
Adrian Price-Whelan
ec497da5d2 fix typo 2014-04-02 18:11:18 -04:00
jdavidheiser
96d3500687 Update Export As (nbconvert).ipynb 2014-04-02 10:03:08 -07:00
jdavidheiser
cdae251186 fix minor bugs in export as (nbconvert) example 2014-04-02 09:56:36 -07:00
Brian E. Granger
d55ade632d Moving list_*.ipy to examples/utils/ 2014-04-01 15:51:13 -07:00
Brian E. Granger
6745281cdc Simplify .py listing code, moving Misc examples. 2014-04-01 15:39:52 -07:00
Brian E. Granger
e2872359c6 Removing Progress Bars example notebook. 2014-04-01 13:17:38 -07:00
Brian E. Granger
dcddc11601 Lots of doc work. 2014-03-30 14:45:38 -07:00
Brian E. Granger
2cf4e3ab64 Adding back links. 2014-03-30 12:05:09 -07:00