Min RK
8373a99eb8
Merge pull request #2183 from jasongrout/trigger-kernel
...
Include the kernel object in the event object passed to kernel events
2012-07-21 09:50:15 -07:00
Jason Grout
e9324378e8
Include the kernel object in the event object passed to kernel events
2012-07-21 07:08:49 -05:00
MinRK
d77e9a4eba
handle undefined param in notebooklist
...
PR #2159 introduced a bug preventing the notebook list from drawing
2012-07-21 01:38:47 -05:00
Min RK
8b34dfc405
Merge pull request #2051 from jasongrout/stream-metadata
...
Add a metadata attribute to messages
subheader is removed in favor of the new metadata dict,
reducing degeneracy.
2012-07-20 22:16:50 -07:00
MinRK
25aa3003ac
add metadata to javascript msg spec implementation
2012-07-20 22:16:12 -05:00
Jason Grout
7095b9eb87
Make top-level metadata dictionary not optional.
2012-07-20 22:16:08 -05:00
Jason Grout
4ad79b41f6
Set default metadata for javascript callback
2012-07-20 22:14:33 -05:00
Jason Grout
9436f33035
Add an optional metadata attribute to all messages and add a session-level default metadata attribute.
2012-07-20 22:14:32 -05:00
Jason Grout
009e5583cf
Pass the header of output and clear_output messages to javascript callbacks
2012-07-20 22:14:32 -05:00
Bussonnier Matthias
260a107d80
Merge pull request #2159 from Carreau/dashbord_refresh_on_error
...
show message on notebook list if server is unreachable
2012-07-20 16:46:02 -07:00
Matthias BUSSONNIER
cf2cfa45e1
pep8
2012-07-20 18:39:07 -05:00
Bussonnier Matthias
70ffbd609b
Merge pull request #2090 from v923z/master
...
Notebook, Alt-enter : execute cell, append codecell below.
2012-07-20 10:32:10 -07:00
v923z
eaf53eeb9a
Replaced .toJSON().input by .get_text()
2012-07-20 16:07:23 +03:00
v923z
0e4dbb2880
Added checking for emptiness of cell below.
2012-07-20 15:03:33 +03:00
v923z
eb47f0eb8d
Added some comments to the Alt-Enter code part, and also added checking whether a new code cell is really needed.
2012-07-19 22:35:38 +03:00
Matthias BUSSONNIER
23cf94023d
show message on notebook list if server is unreachable
...
usefull when :
server goes down, you don't notice it on dashboard
restart on https, cookies is unvalid, autoreload don't work
2012-07-17 23:21:07 -05:00
Bradley M. Froehle
cfc86faefb
s/nt.assert_equals/nt.assert_equal/
2012-07-17 08:30:53 -07:00
Bradley M. Froehle
05a30fa6d4
s/assertEquals/assertEqual/
2012-07-17 08:30:53 -07:00
Bussonnier Matthias
0b44186d76
Merge pull request #2100 from Carreau/2to3fixes
...
python 2 and 3 compatibility without 2to3
apply some fixes :
- apply (deactivated in setup.py now)
- repr (deactivated in setup.py now)
- print (only in modules with print >>)
- raise (partially)
don't touch deathrow and quarantine.
2012-07-13 01:07:56 -07:00
Bussonnier Matthias
f38cf983c5
Merge pull request #2128 from Carreau/fixes-2120
...
open notebook copy in different tabs
2012-07-12 11:31:37 -07:00
Bussonnier Matthias
22e757f91d
Merge pull request #2073 from Carreau/fixes-1997
...
Allows both password and prefix for notebook at the same time.
2012-07-12 11:28:33 -07:00
Matthias BUSSONNIER
ca65de9fa2
open notebook copy in different tabs
...
returning false to allow modifier+click,
otherwise open 2 tabs at once.
2012-07-12 18:19:13 +02:00
Bussonnier Matthias
4ec828c3db
Merge pull request #1993 from Carreau/printview
...
Update print-view css, and link the print css when trying to print a notebook without going through the print view.
2012-07-12 06:18:25 -07:00
Matthias BUSSONNIER
011403a14f
use print function in module with print >>
2012-07-05 14:32:56 +02:00
Thomas Kluyver
b43f24da5f
Merge pull request #2064 from Carreau/pep-3110
...
Use new style "except Exception as e" syntax.
2012-07-04 13:50:45 -07:00
Zoltán Vörös
a2665ef341
Added new short key for cell execution
2012-07-03 20:55:02 +02:00
Fernando Perez
22071dfede
Skip notebook 'static' dir in test suite.
...
There's nothing there we should be running python tests on, and
occasionally python files may appear there that cause problems to nose
(e.g. mathjax ships a non-py3 valid conf.py that breaks py3 testing).
2012-07-01 13:14:47 -07:00
Matthias BUSSONNIER
3c743846a7
use full base_url in html and js
2012-07-01 21:59:09 +02:00
Matthias BUSSONNIER
51d715d00a
allows password and prefix for notebook
...
fixes #1997
2012-07-01 12:04:10 +02:00
Matthias BUSSONNIER
d85f075ad7
conform to pep 3110
...
brutally replace all `exeption <type>, <name>:` by
`exception <type> as <name> :`
`exception <type>, <type> :` should not be present anywhere in the code
anymore, or should be present with explicit tuple as
`exception (<type>, <type>)`
2012-06-30 18:34:56 +02:00
Matthias BUSSONNIER
df4192ae2a
Allow direct print of the notebook.
...
this improve the current css of the print page and add css to the
classical notebook with print as target to get a better print view ant
the ability to directly print a notebook without going through the print
view
2012-06-30 13:39:02 +02:00
MinRK
ae177a38cb
remove empty IPython.scripts test group
2012-06-30 01:00:56 -07:00
MinRK
722e90d50a
only add quotes around xunit-file on Windows
2012-06-28 11:23:13 -07:00
Min RK
360e40feca
Merge pull request #2047 from minrk/badFirefox
...
disable auto-scroll on mozilla
2012-06-27 19:57:41 -07:00
MinRK
422965cb3d
disable auto-scroll on mozilla
...
see #2041 for details
2012-06-27 15:07:07 -07:00
Jörgen Stenarson
9919f31095
2012-06-27 22:04:54 +02:00
Jörgen Stenarson
13b30ed3c4
2012-06-27 22:03:54 +02:00
MinRK
fae43d51d4
double auto-scroll threshold to 100 lines
...
it is more important that we not be surprising or annoying than we hide moderately long output.
2012-06-26 14:41:32 -07:00
MinRK
da17f26fbe
ignore shift keydown
...
prevented case-sensitive shortcuts if shift was pressed after control key
2012-06-26 11:41:53 -07:00
MinRK
ab2de249ed
disable ^C^C confirmation on Windows
2012-06-24 16:06:12 -07:00
Jonathan March
3edd709ab6
BUG: test runner fails in Windows if filenames contain spaces.
2012-06-23 19:55:07 -05:00
MinRK
603b7d9598
relax profile regex in notebook
...
Almost any text is a valid profile name, and the previous code
only included ascii alphanumeric strings.
closes #2011
2012-06-23 12:34:16 -07:00
Fernando Perez
6226f830a0
Merge pull request #2012 from mcelrath/mono_cursor_offset
...
Fix spurious appearance of the #fontarea when fonts don't have any problem; also remove loud dialog when problematic font is detected and simply adjust baseline. Users will have a slightly offset baseline for bold/italic highlights, but without any functional problems.
Fixes #2005 .
2012-06-22 22:54:35 -07:00
mcelrath
591a8eac23
Fix spurious appearance of #fontarea at end of document.
2012-06-22 21:22:59 -07:00
mcelrath
5a070dcd1a
Merge remote-tracking branch 'upstream/master' into mono_cursor_offset
2012-06-22 21:22:43 -07:00
Bradley M. Froehle
7ae0c9482f
notebook: Print a warning (but do not abort) if no webbrowser can be found.
...
Closes gh-2006.
2012-06-22 17:39:15 -07:00
Min RK
e306daad47
Merge pull request #1981 from tkf/kill-bg-processes
...
Clean BG processes created by %%script on kernel exit
* uses less forceful shutdown of kernels in the notebook, allowing atexit machinery to fire
* enables daemon BackgroundJobs
* cleanup %%script --bg subprocesses at shutdown
2012-06-20 13:35:56 -07:00
Min RK
87f3762e64
Merge pull request #1951 from minrk/nbdir
...
minor notebook startup/notebook-dir adjustments
* change inaccurate / distressing "Overwriting profile..." log message
* `ipython notebook path` results in setting notebook-dir if it's a dir,
rather than unconditionally setting file-to-run
* file-to-run overrides no-browser
* kernels start in the notebook dir, rather than the Server's cwd
* notebook dir is validated, and created if it doesn't exist (only if parent exists, like ~all other such things)
closes #1985
closes #1980
2012-06-20 13:06:30 -07:00
Bussonnier Matthias
f200bd0392
Merge pull request #1974 from Carreau/notebook-path-completion
...
Allow path completion on notebook.
add slash (/) for unix, backslash (\) and colon (:) for windows
as authorized characters in completions.
2012-06-19 23:42:32 -07:00
MinRK
d72d3f7e30
add tests for notebook_dir validation
2012-06-19 20:55:25 -07:00