Min RK
86cd81014f
Merge pull request #5648 from andrewjesaitis/ticket4756
...
Adds markdown formatting to output cells
2014-04-22 11:37:47 -07:00
Jonathan Frederic
035562d95b
Merge pull request #5602 from jasongrout/kernel-js-post
...
Change $.post to this.post in the kernel js file
2014-04-21 19:46:23 -07:00
Min RK
17fa5eab47
Merge pull request #5692 from mohanraj-r/patch-1
...
Update notebook.rst fixing broken reference to notebook examples readme
2014-04-21 17:07:00 -07:00
Mohan Raj Rajamanickam
0f0ae3f3d9
Update notebook.rst
...
Updating broken reference to notebook examples
Since the notebook directory doesn't contain a readme anymore, updating to point to the index notebook rendered via nbviewer
2014-04-21 16:56:52 -07:00
Min RK
048a36e4fd
Merge pull request #5523 from jdfreder/i5521
...
Make SVGs resizable in the NB
2014-04-21 15:57:40 -07:00
Thomas Kluyver
b80466ca8b
Merge pull request #5667 from minrk/no-log-date
...
use tornado logging in NotebookApp
2014-04-21 15:56:23 -07:00
Jonathan Frederic
5c4059bd57
Merge pull request #5574 from takluyver/i5569
...
Remove the outdated keyboard shortcuts from notebook docs
2014-04-21 15:43:33 -07:00
Thomas Kluyver
a9ee746b59
Merge pull request #5571 from minrk/readline-deps
...
add ipython[terminal] dependency group
2014-04-21 12:02:53 -07:00
MinRK
b563aaf948
add ipython[terminal] dependency group
...
for pyreadline on Windows.
gnureadline is still a dependency on OS X
pyreadline will *not* be installed by default anymore.
There will no longer be any checks for dependencies in entry points.
2014-04-21 11:42:03 -07:00
Thomas Kluyver
5cf4be4180
Merge pull request #5593 from minrk/no-kernel-argv
...
disable specifying kernel args on the notebook command-line
2014-04-20 11:08:44 -07:00
MinRK
50aa2b3c23
refuse to start if --pylab
is given
2014-04-20 10:48:26 -07:00
Thomas Kluyver
367a1aa96a
Merge pull request #5678 from maxalbert/master
...
Fix copy & paste error in docstring of ImageWidget class
2014-04-19 18:00:55 -07:00
Maximilian Albert
fb11e70f53
Fix copy & paste error in docstring.
2014-04-20 01:06:44 +01:00
MinRK
9484864828
informative warning on ipython notebook --pylab
...
and remove the unused kernel flags
2014-04-19 12:59:13 -07:00
MinRK
c90df1d694
disable specifying kernel args on the notebook command-line
...
this is deprecated in 2.0, and will be removed in 3.0
2014-04-19 12:58:32 -07:00
Matthias Bussonnier
4508a910cb
Merge pull request #5587 from drevicko/patch-1
...
Update git-hooks/README.md
2014-04-19 21:40:08 +02:00
Andrew Jesaitis
889b711fd7
Adds markdown formatting to output cells
2014-04-18 19:16:41 -06:00
MinRK
914de94fe7
use tornado logging in NotebookApp
...
- remove date, only log time
- shorter prefix
- colored output
- just seems nicer
2014-04-18 12:52:47 -07:00
Jonathan Frederic
561f670423
Merge pull request #5652 from jhamrick/placeholder
...
Add placeholder attribute to text widgets
2014-04-17 17:09:08 -07:00
Thomas Kluyver
606124180c
Merge pull request #5657 from minrk/default-localhost
...
use 'localhost' as default for the notebook server
2014-04-17 16:26:27 -07:00
Jessica B. Hamrick
2ce77e945f
Add javascript tests for placeholder feature
2014-04-17 16:51:02 -04:00
Paul Ivanov
ae8c7c8c6e
Merge pull request #5584 from ivanov/more-semantic-icons
...
more semantic icons
2014-04-17 13:44:02 -07:00
Paul Ivanov
0c3e4acb75
use folder-close-alt without highlighting
...
discussion of this happened in #5584
2014-04-17 12:15:10 -07:00
MinRK
5078049a08
use 'localhost' as default for the notebook server
...
instead of loopback IP
seems to workaround weird issues with Sophos on Windows,
and should behave the same everywhere else.
2014-04-17 12:01:55 -07:00
Jessica B. Hamrick
4818549bb4
Update widget basics with some information about the placeholder
2014-04-17 11:06:43 -04:00
Jessica B. Hamrick
95fc7167dd
Add placeholder to textarea as well as text
2014-04-17 11:06:11 -04:00
Jessica B. Hamrick
1f8253898c
Make sure to update the placeholder on render as well
2014-04-17 11:06:00 -04:00
Jessica B. Hamrick
e436850582
Add placeholder attribute to text widgets
2014-04-17 10:56:30 -04:00
Thomas Kluyver
dfe3056b95
Merge pull request #5500 from minrk/check-3.3
...
check for Python 3.2
2014-04-16 14:24:32 -07:00
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
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
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