Commit Graph

4544 Commits

Author SHA1 Message Date
Matthias Bussonnier
9f9f9abca8 Merge pull request #5630 from onceuponatimeforever/4012
Fixed Issue #4012 Added Help menubar link to Github markdown doc
2014-04-16 17:09:06 +02:00
Matthias Bussonnier
f24e802bac Merge pull request #5613 from nilenoether/fix-5607
Fixing bug #5607 - Some shortcut missing from help reference.
2014-04-16 15:45:54 +02:00
Min RK
5476c5f028 Merge pull request #5633 from ahmadia/improve_no_lessc_error
Provide more help if lessc is not found.
2014-04-15 20:58:48 -07:00
Aron Ahmadia
d073f614ed Better lessc detection/handling.
* lessc@1.5.0 now invalid
* more help if lessc not found
2014-04-15 23:56:46 -04:00
Susan Tan
abaec7694b Fixed Issue #4012 Added Help menubar link to Github Flavored Markdown doc 2014-04-15 20:47:07 -04:00
Raffaele De Feo
5b6b8e2bbf Why overriding a method if the new one is exactly the same of the one
in the base class?
2014-04-15 19:34:26 +02:00
Raffaele De Feo
dcf77aa2a0 Hide toolbar of rendered text cells. 2014-04-15 19:34:26 +02:00
Raffaele De Feo
5a53a034f4 Hide the cell toolbar if there are no ui controls in it. 2014-04-15 19:34:26 +02:00
Raffaele De Feo
9f959342fa Added an optional parameter to "CellToolbar.register_callback".
It lists the cell types the UI element must inserted in.
2014-04-15 19:34:26 +02:00
Nile Geisinger
0a702ff718 Fixing bug #5607
Changed the method from extends to merge which merges the two arrays as
desired - With Freyert
2014-04-14 12:01:55 -04:00
Jason Grout
ea66ebe316 Change $.post to this.post in the kernel js file
This makes it easy to override the post function for custom communication requirements.  Any replacement function, of course, needs to have the same semantics as $.post.
2014-04-12 06:31:32 -05:00
Brian E. Granger
36f34aff97 Merge pull request #5592 from minrk/browser-alias
add missing `browser` to notebook_aliases list
2014-04-11 11:27:48 -07:00
MinRK
551f534d92 add missing browser to notebook_aliases list 2014-04-11 11:25:31 -07:00
drevicko
22afc8aded Update README.md
added instruction to `git checkout master` to activate the hooks and init/update the submodules.
2014-04-11 16:54:16 +10:00
MinRK
f7c1a15896 support pdf export in the notebook UI 2014-04-10 21:13:41 -07:00
Paul Ivanov
0a4473a2fa book icon for notebooks, color folders differently
This allows us to use the generic file icon for text files, etc, down
the line.
2014-04-10 15:04:55 -07:00
Paul Ivanov
3e6492dafd use fixed-width icons, closes #5555 2014-04-10 14:19:36 -07:00
Paul Ivanov
9ccf8e39fe remove auth and tree from ipython.less
@minrk said it's the right thing to do
2014-04-10 14:02:12 -07:00
Paul Ivanov
39c1346805 more semantic icons 2014-04-10 13:00:48 -07:00
Thomas Kluyver
7136cffe1f Remove the outdated keyboard shortcuts from notebook docs
Closes gh-5569

Backport to 2.x.
2014-04-09 17:36:15 -07:00
Min RK
4ee5df3f50 Merge pull request #5478 from cowlicks/git-hooks
Add git-hooks install script. Update README.md
2014-04-09 16:03:16 -07:00
Min RK
c9438bdfcd Merge pull request #5546 from renaud/master
do not shutdown notebook if 'n' is part of answer
2014-04-09 16:02:17 -07:00
Min RK
ae61228994 Merge pull request #5527 from jdfreder/i5518
Don't remove upload items from nav tree unless explicitly requested.
2014-04-09 16:01:40 -07:00
cgohlke
b05806e553 Remove PyReadline as a install requirement on Windows 2014-04-09 13:45:01 -07:00
MinRK
78ee21e533 master is 3.0.0-dev 2014-04-09 13:42:45 -07:00
Min RK
2f0448351a Merge pull request #5497 from takluyver/rm-octavemagic
Remove the octavemagic extension.
2014-04-09 13:38:15 -07:00
Min RK
ef6d3b43e9 Merge pull request #5501 from minrk/wheel-tags
remove inappropriate wheel tag override
2014-04-09 13:37:34 -07:00
Min RK
6ee70be691 Merge pull request #5548 from pankajp/notebook-rename-cross-device-link
FileNotebookManager: Use shutil.move() instead of os.rename()
2014-04-09 13:36:29 -07:00
Paul Ivanov
934f1527ae Merge pull request #5524 from minrk/no-in-array
never use `for (var i in array)`
2014-04-08 21:30:32 -07:00
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