Paul Ivanov
9bb9652348
one more place
2014-04-08 20:38:18 -07:00
MinRK
4bc14c1154
never use for (var i in array)
...
because javascript is terrible
2014-04-08 20:38:16 -07:00
Thomas Kluyver
9a037d02e9
Merge pull request #5459 from jdfreder/ff_animhop
...
Fix interact animation page jump FF
2014-04-08 14:23:28 -07: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
Paul Ivanov
f407dccfbb
Merge pull request #5535 from minrk/nbconvert-debug
...
fix n^2 performance issue in coalesce_streams preprocessor
2014-04-07 17:30:40 -07:00
MinRK
857c243434
output_type should not be optional in new_output
...
and fix bug that this would have revealed
2014-04-07 11:19:00 -07:00
Jonathan Frederic
6ed0bf975b
Don't remove upload items unless explicitly requested.
2014-04-07 10:53:41 -07:00
Pankaj Pandey
195ca091c5
FileNotebookManager: Use shutil.move() instead of os.rename()
...
`os.rename()` fails in case the new path is on a different
filesystem. For example if a file in `/tmp` is tried to save
to home, it causes following error:
[Errno 18] Invalid cross-device link using os.rename
2014-04-07 21:07:55 +05:30
Renaud Richardet
13c6303010
do not shutdown notebook if 'n' is part of answer
...
this prevents commands like 'yesn' to shut down the notebook server
2014-04-07 11:17:11 +02:00
MinRK
6d2774f0af
cleanup some pre
css inheritance
...
We had various overrides of the bootstrap defaults for font-size and line-height every time we made a pre tag,
and then some overrides of our overrides when we wanted something slightly different.
This moves the most basic overrides to apply to all pre tags,
reducing the number of downstream changes we need.
2014-04-05 13:27:29 -07:00
Jonathan Frederic
1cac0e3fca
Make SVGs resizable in the NB
2014-04-04 12:00:55 -07:00
Jonathan Frederic
46602a00a0
Merge pull request #5493 from jdavidheiser/master
...
made a minor fix to one of the widget examples
2014-04-04 09:11:23 -07:00
jdavidheiser
e0a40d54cb
Update widget_selection.py
2014-04-03 18:45:25 -07:00
jdavidheiser
52e58dce6d
Update widget_selection.py
2014-04-03 18:31:30 -07:00
jon
2c1f9790db
Don't send \r characters in zmqshell clear_ourput
2014-04-03 16:38:00 -07:00
jdavidheiser
9810033988
widget_selection update
...
Fix for the fact that dictionary randomization sometimes switches the order of the arguments passed to the class on initialization. This means that, potentially, 'value' can be updated BEFORE 'values', and since the method to update 'value' checks to see whether it exists in 'values', this breaks things.
2014-04-03 16:26:43 -07:00
Jonathan Frederic
d4d4b2ac73
Cleanup
2014-04-03 12:19:17 -07:00
Jonathan Frederic
ccdb1b2d25
Make sure to not call old load events
2014-04-03 12:19:16 -07:00
Jonathan Frederic
7cc8211c6d
A couple of fixes,
...
- Fix missing `type` from png/jpeg check
- Don't resize on weird chr(13) stand alone stream msgs
2014-04-03 12:19:16 -07:00
jon
955c419f24
Try removing the callbacks
2014-04-03 12:19:15 -07:00
jon
eebae30bd1
Use .load() to resize
2014-04-03 12:19:15 -07:00
jon
45d69b5f25
Move append_output animation height lock release into timeout.
2014-04-03 12:19:15 -07:00
Min RK
388cb8910a
Merge pull request #5512 from takluyver/i5510
...
Update tooltips to refer to shift-tab
2014-04-03 09:57:52 -07:00
Thomas Kluyver
a90ee73a80
Update tooltips to refer to shift-tab
...
Closes gh-5510
2014-04-03 09:39:20 -07:00
Adrian Price-Whelan
ec497da5d2
fix typo
2014-04-02 18:11:18 -04:00
MinRK
5b75a7992d
remove inappropriate wheel tag override
...
I misunderstood how these tags are interpreted.
We do not want `py2` and `py3`, we want `py27` and `py33`,
which indicate >= matching in the minor version.
This means we should build wheels with the minimum supported Python.
2014-04-02 12:45:29 -07:00
MinRK
c8a701e0f8
check for Python 3.2
...
in setup.py and init
treats unsupported 3.x < 3.3 like unsupported 2.x
2014-04-02 12:27:26 -07:00
Min RK
fd461fbb0f
Merge pull request #5495 from takluyver/docs-fixing-broken-stuff
...
Fix various broken things in docs
2014-04-02 10:46:00 -07:00
Thomas Kluyver
c6de836564
Remove the octavemagic extension.
...
It is part of oct2py, so we can stop testing and documenting it now.
2014-04-02 10:42:43 -07:00
Thomas Kluyver
f1e615cbf8
Disambiguate conflicting label
2014-04-02 10:11:12 -07:00
Thomas Kluyver
6e5b4c88a4
Remove link to nonexistent doc
2014-04-02 10:10:59 -07: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
MinRK
17bbc2b360
back to dev
2014-04-01 23:03:38 -07:00
MinRK
d482fb15b6
release 2.0.0
2014-04-01 22:19:46 -07:00
Min RK
73ff5fbba7
Merge pull request #5483 from minrk/whatsnew2
...
Add what's new doc for 2.0
2014-04-01 22:19:00 -07:00
MinRK
5834d17153
review pass on what's new in 2.0
2014-04-01 21:52:33 -07:00
MinRK
444d2487f3
update mailmap
2014-04-01 21:32:53 -07:00
Min RK
6619b861e9
Merge pull request #5487 from minrk/unicode-copy-weird
...
remove weird unicode space in the new copyright header
2014-04-01 21:29:14 -07:00
MinRK
c02562e40f
remove weird unicode space in the new copyright header
...
The bytes were actually:
#\xe2\x80\x82Copyright...
2014-04-01 21:26:27 -07:00
Min RK
978671217c
Merge pull request #5476 from ellisonbg/helplinks
...
For 2.0: Fix links in Notebook Help Menu
2014-04-01 16:02:28 -07:00
Min RK
1e34cc0c22
Merge pull request #5337 from ellisonbg/examples-reorg
...
Examples reorganization
2014-04-01 16:01:59 -07:00
Brian E. Granger
d55ade632d
Moving list_*.ipy to examples/utils/
2014-04-01 15:51:13 -07:00
Brian E. Granger
655098b3c2
Pointing to the 2.x branch in the Help menu.
2014-04-01 15:42:09 -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
Blake Griffith
cc5b787e53
Add git-hooks install script. Update README.md
2014-04-01 10:49:43 -05:00
Brian E. Granger
d5c913c4c2
Removing Editor Shortcuts - these are now in the Shortcut Modal.
2014-03-31 17:06:08 -07:00
Brian E. Granger
b91394cb7d
Fixing Help menu links.
2014-03-31 17:06:08 -07:00
Min RK
3f3f3c136e
Merge pull request #5436 from ivanov/cm-shorcuts-quickhelp
...
CodeMirror shortcuts in QuickHelp
2014-03-31 14:36:50 -07:00