MinRK
e934687fed
don't test js test groups by default
...
since they are huge and slow, treat the like parallel (also huge and slow)
2014-04-27 16:46:43 -07:00
Thomas Kluyver
1e9413a293
Merge pull request #5658 from jhamrick/nbvalidate
...
Improve nbformat json validator
2014-04-25 13:51:49 -07:00
Thomas Kluyver
b55903b2eb
Merge pull request #5700 from minrk/configurable-managers
...
make the various manager classes in the notebook app configurable
2014-04-25 12:48:31 -07:00
Thomas Kluyver
79c72686e8
Merge pull request #5708 from minrk/checkpoints-path
...
create checkpoints dir in notebook subdirectories
2014-04-25 12:38:23 -07:00
Thomas Kluyver
c4e2468c48
Merge pull request #5714 from minrk/warn-api-errors
...
log error message when API requests fail
2014-04-25 12:18:40 -07:00
Min RK
6f26138a80
Merge pull request #5717 from AlbertHilb/RawCell
...
"rawcell" toolbar preset adjustment
2014-04-23 16:07:30 -07:00
MinRK
df335decff
create checkpoints dir in notebook subdirectories
2014-04-23 13:30:23 -07:00
MinRK
0a143e716e
dialog on New Notebook failure
2014-04-23 13:22:36 -07:00
MinRK
82964a09c2
log all failed ajax API requests
2014-04-23 13:17:50 -07:00
MinRK
f824aee955
log error message when API requests fail
2014-04-23 12:41:27 -07:00
MinRK
bf871b020d
test notebook checkpoints in subdirectories
2014-04-23 11:43:51 -07:00
Raffaele De Feo
4adb8b5ffc
Adjusted "rawcell" toolbar preset to make us of the new "register_callback"
...
optional parameter.
2014-04-23 15:57:17 +02:00
Min RK
748b2c64d5
Merge pull request #5627 from AlbertHilb/ConditionalCallbacks
...
Some improvements to cell toolbars
2014-04-22 16:36:58 -07:00
Min RK
673c644a4f
Merge pull request #5534 from minrk/pre-css
...
cleanup some `pre` css inheritance
2014-04-22 15:19:20 -07:00
Min RK
dec6fb7260
Merge pull request #5469 from dalejung/nbm_kernel_path
...
API: Allow NotebookManagers to specify kernel startup dir.
closes #5468
2014-04-22 15:02:42 -07:00
MinRK
f75d9be34f
make the various manager classes in the notebook app configurable
...
like NotebookManager already was
2014-04-22 14:50:51 -07:00
Thomas Kluyver
0dc02c176a
Merge pull request #5586 from minrk/pdf-exporter
...
add PDFExporter
2014-04-22 13:15:22 -07:00
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
Jessica B. Hamrick
7ae587333f
Merge pull request #2 from Carreau/nbvalidate
...
nbvalidate add v3.withref.json to package.
2014-04-20 13:06:34 -04: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
Matthias BUSSONNIER
2d43dcdc7f
mark v3.withref.json as part of package
2014-04-19 14:59:05 +02:00
Andrew Jesaitis
889b711fd7
Adds markdown formatting to output cells
2014-04-18 19:16:41 -06:00
MinRK
66ee7dcea4
allow async output on the most recent request
...
Keeps track of the most recent request, so async output is still allowed
2014-04-18 13:26:14 -07: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
Raffaele De Feo
59dbab6121
Removed "cell_types" parameter from "select_ui_generator".
...
If you don't want to show the UI element in a cell use the
"register_callback" optional parameter.
2014-04-17 00:26:29 +02: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