Thomas Kluyver
2111ac4812
back to development
2015-02-27 15:47:42 -08:00
Thomas Kluyver
76ce8cd2fb
Release 3.0
2015-02-27 15:46:17 -08:00
Thomas Kluyver
287e4e49e0
Merge pull request #7886 from jdfreder/DOCSWWWEEEEEEP
...
A **LOT** of clean-up in `examples/Notebook`
2015-02-27 15:06:53 -08:00
Thomas Kluyver
58b6d447d8
Merge pull request #7891 from minrk/examples
...
pass on IPython Kernel example notebooks
2015-02-27 15:06:18 -08:00
Min RK
bcba94b30f
Merge pull request #7892 from jdfreder/docsweepwidgets
...
Update examples/Interactive Widgets
2015-02-27 14:57:46 -08:00
Min RK
ea2ed412dd
pass on IPython Kernel example notebooks
...
- Python 3 fixes
- add `%matplotlib notebook` to plotting example
- various copy-editing
2015-02-27 14:54:42 -08:00
Thomas Kluyver
99572b5e1a
Merge pull request #7878 from minrk/nbconvert-downgrade
...
add downgrade example to whatsnew
2015-02-27 10:06:09 -08:00
Min RK
d0b57d7803
discuss --to notebook
...
- downgrade and execute examples
- also update `--to python` with `--to script`
2015-02-27 10:02:40 -08:00
Matthias Bussonnier
59cab4c2d8
Add Markdown to the list of downloadable nbconverted formats.
...
Seem it was just forgotten. The list was not auto generated on purpose
IIRC, as some format, like TeX were deemed not useful in menu.
2015-02-27 09:17:55 -08:00
Jonathan Frederic
e8c1f1296f
Update examples/Interactive Widgets 🧌
2015-02-27 09:11:14 -08:00
Jonathan Frederic
7d27e20cf0
More cleaner is more better
2015-02-27 06:53:04 -08:00
Jonathan Frederic
5ac5888280
@Carreau 's review comments.
2015-02-26 21:14:19 -08:00
Matthias Bussonnier
a30b9b9446
Fix #4777 and #7887
...
The function in charge of actually converting cursor offset to
CodeMirror line number and character number was actually crashing when
the cursor was at the last character (loop until undefined, then access
length of variable, which is undefined).
This was hiding a bug in which when you would completer to a single
completion pressing tab after as-you-type filtering, the completion
would be completed twice.
The logic that was supposed to detect whether or not all completions had
a common prefix was actually faulty as the common prefix used to be a
string but was then changed to an object. Hence the logic to check
whether or not there was actually a common prefix was always true, even
for empty string, leading to the deletion of the line (replace by '') in
some cases.
2015-02-26 20:37:12 -08:00
Matthias Bussonnier
230ea32f0d
Dont recompute values
2015-02-26 20:00:38 -08:00
Jonathan Frederic
052b4669b5
A LOT OF CLEANUP IN examples/Notebook
2015-02-26 17:50:29 -08:00
Min RK
3aa004e5c3
add ssl_options config value
...
exposes more ssl config, such as ca_certs, disabling SSLv3, etc.
2015-02-26 12:01:20 -08:00
Thomas Kluyver
148a5da3c2
Merge pull request #7879 from minrk/rm-old-nbformat
...
remove old notebook format doc at the bottom of nbconvert doc
2015-02-26 11:10:39 -08:00
Min RK
841c4907b1
remove old notebook format doc at the bottom of nbconvert doc
...
There is a much more complete doc of the nbformat now,
I didn't realize this was here, or I would have removed it when I added the new one.
2015-02-26 10:48:15 -08:00
Min RK
41e61d42a5
Merge pull request #7871 from takluyver/docs-misc-cleanup-feb15
...
Misc docs cleanup
2015-02-26 09:12:15 -08:00
Jonathan Frederic
f2dec681d2
Merge pull request #7872 from jdfreder/interact-styling
...
Remove padding without breaking interact style.
2015-02-25 15:35:36 -08:00
Jonathan Frederic
100b4470f3
invoke css
2015-02-25 15:07:36 -08:00
Jonathan Frederic
63b181a1a2
Only style direct decendants.
2015-02-25 15:07:21 -08:00
Jonathan Frederic
b822a9f191
invoke css
2015-02-25 14:48:48 -08:00
Sylvain Corlay
78d6a5023d
fix padding issue
2015-02-25 14:48:30 -08:00
Jonathan Frederic
1fbbda5a14
Pad interact widgets.
2015-02-25 14:48:02 -08:00
Thomas Kluyver
751de151e3
Clean up some docstring formatting for interact/interactive
2015-02-25 14:34:06 -08:00
Thomas Kluyver
80b931897c
Fix some formatting for config options help
2015-02-25 14:24:25 -08:00
Thomas Kluyver
0dd26a9b32
Merge pull request #7855 from minrk/no-extra-contents-manager
...
don't force instantiation of extra, unused contents manager
2015-02-25 09:58:38 -08:00
Min RK
ce7e03bc61
make sure SessionManager tests have a ContentsManager
2015-02-24 17:00:38 -08:00
Thomas Kluyver
193ecc9d22
Merge pull request #7858 from takluyver/i7857
...
Dump frontend config JSON with an indent
2015-02-24 16:01:01 -08:00
Thomas Kluyver
8e4514d88b
Dump frontend config JSON with an indent
...
Fixes gh-7857
2015-02-24 14:56:14 -08:00
Matthias Bussonnier
3608f27e7e
Merge pull request #7851 from jasongrout/fix-error-message
...
Fix contentsmanager api error message to give the path name
2015-02-24 14:55:34 -08:00
Thomas Kluyver
70ee995868
Merge pull request #7856 from jdfreder/missing
...
Update examples/widgets/index notebook
2015-02-24 14:24:17 -08:00
Jonathan Frederic
5384238829
s/Placement/Lists in widget index notebook
2015-02-24 14:20:45 -08:00
Min RK
94656735f3
don't force instantiation of contents manager by default
...
this is never used and never needed, and results in the instantiation of a contents manager that is immediately discarded.
2015-02-24 14:16:24 -08:00
Min RK
b83a9383a6
test that FileContentsManager.open turns permission error into 403
2015-02-24 13:14:24 -08:00
Min RK
4e6805c408
catch IOError in addition to OSError
...
IOError is a subclass of OSError on py3, but not py2
2015-02-24 12:59:25 -08:00
Jason Grout
512187ac10
Fix contentsmanager api error message to give the path name
2015-02-24 20:45:20 +00:00
Min RK
d256f841f0
Merge pull request #7791 from parente/empty-running-table-fix-7789
...
Fix empty running table background
2015-02-21 19:18:37 +01:00
Jonathan Frederic
c65a28eb42
Merge pull request #7794 from SylvainCorlay/css_numeric_text
...
Minor styling fix for IntText and FloatText widgets
2015-02-20 11:18:31 -08:00
Jonathan Frederic
1573624d5f
Merge pull request #7818 from ipython/revert-7721-widecontents2
...
Revert "Prevent image outputs from being wider than their container."
2015-02-20 11:13:33 -08:00
Thomas Kluyver
6272522a5a
Revert "Prevent image outputs from being wider than their container."
2015-02-19 11:11:06 -08:00
Jonathan Frederic
d423b11dd4
Merge pull request #7801 from jasongrout/display-state-change
...
Force display_message to be processed in order
2015-02-19 09:35:30 -08:00
Kyle Kelley
720e0d1ef7
Merge pull request #7811 from abalkin/patch-2
...
Update actions.js
2015-02-17 20:06:00 -08:00
Kyle Kelley
053724510b
Merge pull request #7810 from abalkin/patch-3
...
Update actions.js
2015-02-17 19:58:37 -08:00
abalkin
3a6c634f3e
Update actions.js
...
Added help for select- actions.
2015-02-17 22:08:34 -05:00
abalkin
6e5ef91f5a
Update actions.js
...
Clarified "delete-cell" action.
2015-02-17 21:44:31 -05:00
Matthias Bussonnier
9faf6cbec1
Merge pull request #7809 from abalkin/patch-2
...
Update actions.js
2015-02-17 18:29:28 -08:00
abalkin
25a1d9e2f6
Update actions.js
...
See issue #7807 .
2015-02-17 21:13:37 -05:00
Thomas Kluyver
818579c750
Merge pull request #7808 from abalkin/patch-1
...
Update quickhelp.js
2015-02-17 18:00:30 -08:00