MinRK
df335decff
create checkpoints dir in notebook subdirectories
12 years ago
MinRK
bf871b020d
test notebook checkpoints in subdirectories
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
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
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
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
Jessica B. Hamrick
2ce77e945f
Add javascript tests for placeholder feature
12 years ago
Paul Ivanov
ae8c7c8c6e
Merge pull request #5584 from ivanov/more-semantic-icons
...
more semantic icons
12 years ago
Paul Ivanov
0c3e4acb75
use folder-close-alt without highlighting
...
discussion of this happened in #5584
12 years ago
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.
12 years ago
Jessica B. Hamrick
4818549bb4
Update widget basics with some information about the placeholder
12 years ago
Jessica B. Hamrick
95fc7167dd
Add placeholder to textarea as well as text
12 years ago
Jessica B. Hamrick
1f8253898c
Make sure to update the placeholder on render as well
12 years ago
Jessica B. Hamrick
e436850582
Add placeholder attribute to text widgets
12 years ago
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.
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
Raffaele De Feo
5b6b8e2bbf
Why overriding a method if the new one is exactly the same of the one
...
in the base class?
12 years ago
Raffaele De Feo
dcf77aa2a0
Hide toolbar of rendered text cells.
12 years ago
Raffaele De Feo
5a53a034f4
Hide the cell toolbar if there are no ui controls in it.
12 years ago
Raffaele De Feo
9f959342fa
Added an optional parameter to "CellToolbar.register_callback".
...
It lists the cell types the UI element must inserted in.
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
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.
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
drevicko
22afc8aded
Update README.md
...
added instruction to `git checkout master` to activate the hooks and init/update the submodules.
12 years ago