Thomas Kluyver
a44de827e7
Merge pull request #5775 from minrk/race-cleanup
...
wait until dead before cleaning up the temp dir
12 years ago
MinRK
f530562929
wait until dead *before* cleaning up the temp dir
12 years ago
Thomas Kluyver
b357c55fef
Merge pull request #5715 from minrk/log-all-ajax-failures
...
log all failed ajax API requests
12 years ago
Min RK
22133997bd
Merge pull request #5769 from spenczar/no_urlescaping_title_tag
...
Don't urlescape the text that goes into a title tag
12 years ago
Thomas Kluyver
ce52b4b484
Merge pull request #5771 from spenczar/no_unused_imports
...
Remove unused imports
12 years ago
Spencer Nelson
925a58c0b4
Remove unused imports
12 years ago
Spencer Nelson
e34b7aa9a7
Don't urlescape the text that goes into a title tag
12 years ago
Thomas Kluyver
395c983377
Merge pull request #5739 from minrk/ipython-dir-race
...
add utils.path.ensure_dir_exists
12 years ago
MinRK
934e731237
add utils.path.ensure_dir_exists
...
Ensures that a directory exists,
and protects against a common race condition when multiple
processes try to create the same directory.
12 years ago
MinRK
da525f1541
fix delete_checkpoint errback name
12 years ago
Thomas Kluyver
b9404fe48a
Merge pull request #5740 from minrk/travis-test-js
...
run js tests separately on travis
12 years ago
MinRK
e934687fed
don't test js test groups by default
...
since they are huge and slow, treat the like parallel (also huge and slow)
12 years ago
Thomas Kluyver
1e9413a293
Merge pull request #5658 from jhamrick/nbvalidate
...
Improve nbformat json validator
12 years ago
Thomas Kluyver
b55903b2eb
Merge pull request #5700 from minrk/configurable-managers
...
make the various manager classes in the notebook app configurable
12 years ago
Thomas Kluyver
79c72686e8
Merge pull request #5708 from minrk/checkpoints-path
...
create checkpoints dir in notebook subdirectories
12 years ago
Thomas Kluyver
c4e2468c48
Merge pull request #5714 from minrk/warn-api-errors
...
log error message when API requests fail
12 years ago
Min RK
6f26138a80
Merge pull request #5717 from AlbertHilb/RawCell
...
"rawcell" toolbar preset adjustment
12 years ago
MinRK
df335decff
create checkpoints dir in notebook subdirectories
12 years ago
MinRK
0a143e716e
dialog on New Notebook failure
12 years ago
MinRK
82964a09c2
log all failed ajax API requests
12 years ago
MinRK
f824aee955
log error message when API requests fail
12 years ago
MinRK
bf871b020d
test notebook checkpoints in subdirectories
12 years ago
Raffaele De Feo
4adb8b5ffc
Adjusted "rawcell" toolbar preset to make us of the new "register_callback"
...
optional parameter.
12 years ago
Min RK
748b2c64d5
Merge pull request #5627 from AlbertHilb/ConditionalCallbacks
...
Some improvements to cell toolbars
12 years ago
Min RK
673c644a4f
Merge pull request #5534 from minrk/pre-css
...
cleanup some `pre` css inheritance
12 years ago
Min RK
dec6fb7260
Merge pull request #5469 from dalejung/nbm_kernel_path
...
API: Allow NotebookManagers to specify kernel startup dir.
closes #5468
12 years ago
MinRK
f75d9be34f
make the various manager classes in the notebook app configurable
...
like NotebookManager already was
12 years ago
Thomas Kluyver
0dc02c176a
Merge pull request #5586 from minrk/pdf-exporter
...
add PDFExporter
12 years ago
Min RK
86cd81014f
Merge pull request #5648 from andrewjesaitis/ticket4756
...
Adds markdown formatting to output cells
12 years ago
Jonathan Frederic
035562d95b
Merge pull request #5602 from jasongrout/kernel-js-post
...
Change $.post to this.post in the kernel js file
12 years ago
Min RK
17fa5eab47
Merge pull request #5692 from mohanraj-r/patch-1
...
Update notebook.rst fixing broken reference to notebook examples readme
12 years ago
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
12 years ago
Min RK
048a36e4fd
Merge pull request #5523 from jdfreder/i5521
...
Make SVGs resizable in the NB
12 years ago
Thomas Kluyver
b80466ca8b
Merge pull request #5667 from minrk/no-log-date
...
use tornado logging in NotebookApp
12 years ago
Jonathan Frederic
5c4059bd57
Merge pull request #5574 from takluyver/i5569
...
Remove the outdated keyboard shortcuts from notebook docs
12 years ago
Thomas Kluyver
a9ee746b59
Merge pull request #5571 from minrk/readline-deps
...
add ipython[terminal] dependency group
12 years ago
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.
12 years ago
Thomas Kluyver
5cf4be4180
Merge pull request #5593 from minrk/no-kernel-argv
...
disable specifying kernel args on the notebook command-line
12 years ago
MinRK
50aa2b3c23
refuse to start if `--pylab` is given
12 years ago
Jessica B. Hamrick
7ae587333f
Merge pull request #2 from Carreau/nbvalidate
...
nbvalidate add v3.withref.json to package.
12 years ago
Thomas Kluyver
367a1aa96a
Merge pull request #5678 from maxalbert/master
...
Fix copy & paste error in docstring of ImageWidget class
12 years ago
Maximilian Albert
fb11e70f53
Fix copy & paste error in docstring.
12 years ago
MinRK
9484864828
informative warning on `ipython notebook --pylab`
...
and remove the unused kernel flags
12 years ago
MinRK
c90df1d694
disable specifying kernel args on the notebook command-line
...
this is deprecated in 2.0, and will be removed in 3.0
12 years ago
Matthias Bussonnier
4508a910cb
Merge pull request #5587 from drevicko/patch-1
...
Update git-hooks/README.md
12 years ago
Matthias BUSSONNIER
2d43dcdc7f
mark v3.withref.json as part of package
12 years ago
Andrew Jesaitis
889b711fd7
Adds markdown formatting to output cells
12 years ago
MinRK
914de94fe7
use tornado logging in NotebookApp
...
- remove date, only log time
- shorter prefix
- colored output
- just seems nicer
12 years ago
Jonathan Frederic
561f670423
Merge pull request #5652 from jhamrick/placeholder
...
Add placeholder attribute to text widgets
12 years ago
Thomas Kluyver
606124180c
Merge pull request #5657 from minrk/default-localhost
...
use 'localhost' as default for the notebook server
12 years ago