Matthias BUSSONNIER
2d43dcdc7f
mark v3.withref.json as part of package
12 years ago
Thomas Kluyver
dfe3056b95
Merge pull request #5500 from minrk/check-3.3
...
check for Python 3.2
12 years ago
Matthias Bussonnier
9f9f9abca8
Merge pull request #5630 from onceuponatimeforever/4012
...
Fixed Issue #4012 Added Help menubar link to Github markdown doc
12 years ago
Matthias Bussonnier
f24e802bac
Merge pull request #5613 from nilenoether/fix-5607
...
Fixing bug #5607 - Some shortcut missing from help reference.
12 years ago
Min RK
5476c5f028
Merge pull request #5633 from ahmadia/improve_no_lessc_error
...
Provide more help if lessc is not found.
12 years ago
Aron Ahmadia
d073f614ed
Better lessc detection/handling.
...
* lessc@1.5.0 now invalid
* more help if lessc not found
12 years ago
Susan Tan
abaec7694b
Fixed Issue #4012 Added Help menubar link to Github Flavored Markdown doc
12 years ago
Nile Geisinger
0a702ff718
Fixing bug #5607
...
Changed the method from extends to merge which merges the two arrays as
desired - With Freyert
12 years ago
Brian E. Granger
36f34aff97
Merge pull request #5592 from minrk/browser-alias
...
add missing `browser` to notebook_aliases list
12 years ago
MinRK
551f534d92
add missing `browser` to notebook_aliases list
12 years ago
Min RK
4ee5df3f50
Merge pull request #5478 from cowlicks/git-hooks
...
Add git-hooks install script. Update README.md
12 years ago
Min RK
c9438bdfcd
Merge pull request #5546 from renaud/master
...
do not shutdown notebook if 'n' is part of answer
12 years ago
Min RK
ae61228994
Merge pull request #5527 from jdfreder/i5518
...
Don't remove upload items from nav tree unless explicitly requested.
12 years ago
MinRK
78ee21e533
master is 3.0.0-dev
12 years ago
Min RK
2f0448351a
Merge pull request #5497 from takluyver/rm-octavemagic
...
Remove the octavemagic extension.
12 years ago
Min RK
ef6d3b43e9
Merge pull request #5501 from minrk/wheel-tags
...
remove inappropriate wheel tag override
12 years ago
Min RK
6ee70be691
Merge pull request #5548 from pankajp/notebook-rename-cross-device-link
...
FileNotebookManager: Use shutil.move() instead of os.rename()
12 years ago
Paul Ivanov
934f1527ae
Merge pull request #5524 from minrk/no-in-array
...
never use `for (var i in array)`
12 years ago
Paul Ivanov
9bb9652348
one more place
12 years ago
MinRK
4bc14c1154
never use `for (var i in array)`
...
because javascript is terrible
12 years ago
Thomas Kluyver
9a037d02e9
Merge pull request #5459 from jdfreder/ff_animhop
...
Fix interact animation page jump FF
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
Paul Ivanov
f407dccfbb
Merge pull request #5535 from minrk/nbconvert-debug
...
fix n^2 performance issue in coalesce_streams preprocessor
12 years ago
MinRK
857c243434
output_type should not be optional in new_output
...
and fix bug that this would have revealed
12 years ago
Jonathan Frederic
6ed0bf975b
Don't remove upload items unless explicitly requested.
12 years ago
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
12 years ago
Renaud Richardet
13c6303010
do not shutdown notebook if 'n' is part of answer
...
this prevents commands like 'yesn' to shut down the notebook server
12 years ago
Jonathan Frederic
46602a00a0
Merge pull request #5493 from jdavidheiser/master
...
made a minor fix to one of the widget examples
12 years ago
jdavidheiser
e0a40d54cb
Update widget_selection.py
12 years ago
jdavidheiser
52e58dce6d
Update widget_selection.py
12 years ago
jon
2c1f9790db
Don't send \r characters in zmqshell clear_ourput
12 years ago
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.
12 years ago
Jonathan Frederic
d4d4b2ac73
Cleanup
12 years ago
Jonathan Frederic
ccdb1b2d25
Make sure to not call old load events
12 years ago
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
12 years ago
jon
955c419f24
Try removing the callbacks
12 years ago
jon
eebae30bd1
Use .load() to resize
12 years ago
jon
45d69b5f25
Move append_output animation height lock release into timeout.
12 years ago
Min RK
388cb8910a
Merge pull request #5512 from takluyver/i5510
...
Update tooltips to refer to shift-tab
12 years ago
Thomas Kluyver
a90ee73a80
Update tooltips to refer to shift-tab
...
Closes gh-5510
12 years ago
Adrian Price-Whelan
ec497da5d2
fix typo
12 years ago
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.
12 years ago
MinRK
c8a701e0f8
check for Python 3.2
...
in setup.py and init
treats unsupported 3.x < 3.3 like unsupported 2.x
12 years ago
Min RK
fd461fbb0f
Merge pull request #5495 from takluyver/docs-fixing-broken-stuff
...
Fix various broken things in docs
12 years ago
Thomas Kluyver
c6de836564
Remove the octavemagic extension.
...
It is part of oct2py, so we can stop testing and documenting it now.
12 years ago
Thomas Kluyver
f1e615cbf8
Disambiguate conflicting label
12 years ago
Thomas Kluyver
6e5b4c88a4
Remove link to nonexistent doc
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
MinRK
17bbc2b360
back to dev
12 years ago