Fernando Perez
70ed0343d6
Merge pull request #1807 from minrk/excludecython
...
add missing cython exclusion in iptest
2012-05-31 10:22:16 -07:00
MinRK
3ac79da49c
add missing cython exclusion in iptest
2012-05-31 10:06:13 -07:00
Bussonnier Matthias
711c2ef6cc
Merge pull request #1739 from Carreau/dashboardImprovement
...
Dashboard improvement
see #1658 #1676
Allow to shutdown the kernels from the dashboard,
autorefresh dashboard,
add a native upload method, especially for https/chrome/linux that prevent drag and drop
2012-05-31 00:24:14 -07:00
Matthias BUSSONNIER
981738f9e3
change upload sentense
2012-05-31 08:33:52 +02:00
Fernando Perez
c15e0fa132
Merge pull request #1770 from ellisonbg/cython_magic
...
Cython related magic functions: offers the new cell magics %%cython_inline, %%cython_pyximport and %%cython to make it very easy to put cython-accelerated code in a cell and have it loaded interactively.
2012-05-30 22:17:34 -07:00
Brian Granger
26e8363d46
More code review changes:
...
* Added extension to the Sphinx docs.
* Fixed unicode issues.
2012-05-30 22:01:34 -07:00
Fernando Perez
5378cba25a
Merge pull request #1755 from minrk/pygmentstest
...
test for pygments before running qt tests, to avoid an error in the test suite itself if pygments isn't present.
2012-05-29 14:04:46 -07:00
Brian E. Granger
13cc762f4c
Merge pull request #1630 from minrk/mergekernel
...
Merge divergent Kernel implementations
2012-05-25 16:43:27 -07:00
Bussonnier Matthias
242d3df5c2
Merge pull request #1705 from Carreau/draggablePager
...
[notebook] Make pager resizable, and remember size...
2012-05-25 00:20:19 -07:00
Thomas Kluyver
89b6bc664a
Merge pull request #1606 from Carreau/loadpycat
...
Share code for %pycat and %loadpy, make %pycat aware of URLs
2012-05-24 02:26:35 -07:00
Matthias BUSSONNIER
1eeff0e5c8
Revert "esc collapse pager"
...
This reverts commit c8e47d45dbd7c17293de0d9218e8f52247b79d1d.
2012-05-23 20:35:50 +02:00
MinRK
b037cf18a4
move default log setup to _log_default from init_logging
...
allows classes to be passed log attribute, avoiding duplicate setup and occasional errors if things are done in the wrong order.
2012-05-22 22:07:23 -07:00
MinRK
1cd79e1461
test for pygments before running qt tests
2012-05-22 14:38:59 -07:00
MinRK
e0cdb267de
fix date objects in _reserialize_reply
2012-05-21 22:07:47 -07:00
Matthias BUSSONNIER
73ff1c5cde
fix upload button selection by class
...
superseed #1676 #1658 (and correct bug in 1676 where one con't upload
notebook because of refresh)
2012-05-15 21:57:05 +02:00
Matthias BUSSONNIER
b2291b14dc
Drag target bigger for empty notebook dashboard
...
When no notebooks, show "Notebook list empty", which increase the size
of the drag target.
fixes #1492
2012-05-15 21:54:09 +02:00
Matthias BUSSONNIER
1eae6f060a
do not expose enable/disable autorefresh
2012-05-15 21:54:09 +02:00
Matthias BUSSONNIER
40bdd81f5c
replace b by strong for semantic, more change in boilerplate
2012-05-15 21:53:22 +02:00
Matthias BUSSONNIER
231e8f93f2
remove underscore in filename
2012-05-15 21:53:22 +02:00
Matthias BUSSONNIER
0ada7dd847
bold click here in dashboard
2012-05-15 21:53:22 +02:00
Matthias BUSSONNIER
ee857f1bd9
remove extra console.log
2012-05-15 21:53:22 +02:00
Matthias BUSSONNIER
d549731d32
add 'Close and halt' in notebook filemenu
2012-05-15 21:53:22 +02:00
Matthias BUSSONNIER
13cf61912b
prevent autorefresh when pending upload
...
don't clear list if 'upload' button are present to avoid clearing the
list and the upload form
2012-05-15 21:53:22 +02:00
Matthias BUSSONNIER
a6f78c90b3
Check for null rather than undefined
...
set kernel id to None/null if not started
2012-05-15 21:53:21 +02:00
Matthias BUSSONNIER
c20c814a69
space around assignement
2012-05-15 21:53:21 +02:00
Matthias BUSSONNIER
2faee858af
rename kernel_status -> kernel_id
2012-05-15 21:53:21 +02:00
Matthias BUSSONNIER
34deb138c8
test kernel for undefined rather than off
2012-05-15 21:53:21 +02:00
Matthias BUSSONNIER
fc59441dda
dashboard autorefresh
...
refresh notebook list and cluster list when :
- page get focus
- every 60 sec when page is on focus
stop refreshing every 60 sec when page loose focus
2012-05-15 21:53:21 +02:00
Matthias BUSSONNIER
a07088dde1
clean unused command
2012-05-15 21:52:29 +02:00
Matthias BUSSONNIER
4af8cb6c9a
proof of concept
2012-05-15 21:52:28 +02:00
Matthias BUSSONNIER
473a3947b0
kernel status
2012-05-15 21:52:28 +02:00
Matthias BUSSONNIER
8d673ea086
clean html, style logon form
2012-05-15 21:52:28 +02:00
Matthias BUSSONNIER
275b1040b1
multifile selection
2012-05-15 21:52:28 +02:00
Matthias BUSSONNIER
ca089cc7cf
alternate notebook upload methods
...
fixes #1562
2012-05-15 21:52:28 +02:00
Min RK
c6fedc3456
Merge pull request #1686 from punchagan/notebook-cmd-line
...
ENH: Open a notebook from the command line
open notebook files from the command line, just
like ipython can open (run) python files. For example:
ipython notebook foo.ipynb
closes #945
2012-05-13 16:08:34 -07:00
Matthias BUSSONNIER
293243fcf4
remove references to loadpy
...
remove most of the references to loadpy across the docs and example
2012-05-11 23:36:22 +02:00
Fernando Perez
72721e208d
Merge pull request #1710 from minrk/mathjaxcdn
...
update MathJax CDN url for https
As discussed on mathjax-users, the MathJax CDN is moving. This doesn't affect mathjax from http, which just uses cdn.mathjax.org, but for SSL-certiificates the actual CDN url must be used (formerly cloudfront, now rackcdn).
Also, forgo gethostbyname_ex hack, that was me solving a theoretical problem that could not officially happen.
0.12-series is unaffected, as the https-cdn hack was not backported to 0.12.1.
2012-05-09 17:02:20 -07:00
Matthias BUSSONNIER
6acefdacb2
pep 8 and js
...
space after comma, space around equal, space before if and curly bracket
2012-05-09 14:50:31 +02:00
Matthias BUSSONNIER
4cfd7e9df6
fix firefox compatibility
2012-05-08 09:53:49 +02:00
MinRK
f72eebe15f
update with forthcoming MathJax CDN move
2012-05-07 13:18:29 -07:00
Matthias BUSSONNIER
785fbd9d9a
esc collapse pager
2012-05-07 12:36:18 +02:00
Puneeth Chaganti
1e9d2f4a1c
ENH: Open a notebook from the command line
...
This commit lets you open notebook files from the command line, just
like ipython can open (run) python files. For example:
ipython notebook foo.ipynb
Fixes #945 .
2012-05-07 10:27:25 +05:30
Matthias BUSSONNIER
976c433fe4
Make pager resizable, and remember size...
...
Resizing to small collapse the pager keeping the size to at least 20%
height
(trying to) resize a collapsed pager to more than 10% "expand" it.
Pager can remember it size when toggling by clicking.
2012-05-06 21:08:04 +02:00
Bussonnier Matthias
1c957417e9
Merge pull request #1698 from Carreau/fixes-1696
...
fix tooltip on token with number
fix #1696
2012-05-06 01:42:04 -07:00
Matthias BUSSONNIER
8462288405
fix tooltip on token with number
...
fixes #1696
allow number in matched token for tooltip, except first position
also prevent matching token starting wit a dot
2012-05-04 09:13:43 +02:00
MinRK
97151aa3b8
revert PR #1659
...
caused critical problems with subprocess output.
See `!ls` for an example.
2012-04-29 23:52:07 -07:00
Min RK
721e83a61e
Merge pull request #1659 from mdboom/notebook-carriage-return
...
Handle carriage return characters ("\r") in HTML notebook output.
2012-04-27 13:50:00 -07:00
Michael Droettboom
a5d7dd8d2b
Fix typo in comment
2012-04-27 16:48:04 -04:00
Michael Droettboom
e8be6bbe50
Fix the "test for nothing was streamed" so it doesn't add empty elements -- but only when there wasn't already something there.
2012-04-26 10:00:16 -04:00
Michael Droettboom
50fa35b1cc
Handle carriage return characters ("\r") in HTML notebook output.
2012-04-25 13:16:33 -04:00