Brian E. Granger
e149319692
Removing print notebook from style.less.
13 years ago
Brian E. Granger
1494b484b6
Removing print handler and URL regepx.
13 years ago
Brian E. Granger
a2c8215947
Removing print handler.
13 years ago
Brian E. Granger
51a897d87c
Removing stale call to print view in JS.
13 years ago
Brian E. Granger
e77e2fe409
Fixing indentation in fabfile.py.
13 years ago
Brian E. Granger
3e08874316
Adding README.md about notebook development.
13 years ago
Brian E. Granger
bdf1cefac5
Put back the components fab function as we can still use it.
13 years ago
Brian E. Granger
8dbc143512
Fix CM related sizing issues for completer and tooltip.
13 years ago
Brian E. Granger
9d2da9e28f
Removing old codemirror assets - we now use the 1 in components.
13 years ago
Brian E. Granger
c83c0449d5
Fixing CM3 style related issues.
...
CM3 introduced a number of changes to how various paddings are set.
Because of how we change the line-height we had to set these back
to the CM2 values. What a pain!
13 years ago
Brian E. Granger
40617eb340
Give the .CodeMirror class no background so ours shows through.
13 years ago
Brian E. Granger
68dd1370ac
Fixing broken URLs to CM assets.
13 years ago
Brian E. Granger
29a1296ef6
Changing mode name from python -> ipython.
13 years ago
Brian E. Granger
137a40ac96
Fixing typo in ntoebook.html.
13 years ago
Brian E. Granger
222a4f61df
Updating ipython CM mode.
13 years ago
Brian E. Granger
ea4eb9b351
Copying CodeMirror's python mode into place for our ipython mode.
13 years ago
Brian E. Granger
d2460ee0c5
Add components to static URLs.
13 years ago
Brian E. Granger
72d7b6ff39
Updating tooltip.less for CM3 behavior.
13 years ago
Brian E. Granger
6e08dc37fa
In CM3, the class that needs autogrow has changed.
13 years ago
Brian E. Granger
c666acbe5e
Updating tooltip.js to work with CM3.
13 years ago
Brian E. Granger
ed8d859d66
Updating path to codemirror.
13 years ago
Brian E. Granger
85908b1765
Moving cmtemp -> codemirror.
13 years ago
Brian E. Granger
154df41ac3
Moving CodeMirror -> cmtemp
13 years ago
Brian E. Granger
a36d867882
Removing tests from fabfile that are no longer needed.
13 years ago
Brian E. Granger
836f68e4ad
Adding our current components directory.
...
This commit adds the right versions of:
* Bootstrap
* Jquery
* less.js
* CodeMirror
We should always use bower to manage these packages in the
future. BUT, we are not yet using this version of jquery as
we still rely on an older crazy-branch version of jquery.ui.
13 years ago
Brian E. Granger
b5ad7db080
The HTML output type accidentally got removed from the OutputArea.
...
This commit adds it back at the approp. point in the
OutputArea.display_order.
13 years ago
Fernando Perez
7da43f8ebb
Merge pull request #3226 from ellisonbg/renamedialog
...
Text in rename dialog was way too big - making it <p>.
13 years ago
Brian E. Granger
3a515880ae
Text in rename dialog was way too big - making it <p>.
13 years ago
Brian E. Granger
e416cb8658
Removing old restuctured text handler and web service.
13 years ago
MinRK
82f0f359ac
add missing mathjax_url to new settings dict
13 years ago
Brian E. Granger
41ffe3d027
Merge pull request #3089 from minrk/stdin
...
add stdin to the notebook
13 years ago
MinRK
43eb765793
js comment about session id in first message
13 years ago
MinRK
f51425ed28
clarify first ws message names / messages
13 years ago
MinRK
938a5b5dbc
tweak raw_input style
...
more crowded, less jumpy
13 years ago
David Wyde
11b72681e2
Remove references to HTMLCell (dead code).
13 years ago
MinRK
ba79b60c35
fix color in raw_input
13 years ago
MinRK
3fbb99e61a
add no-op on_message for iopub
13 years ago
MinRK
31c8fb1fb6
tweak raw-input styling
...
should fix alignment of raw_input and prompt
13 years ago
MinRK
f09eaf7b5e
cleanup stdin event submission
...
follow example in rename notebook: remove form, bind keydown for enter,
avoiding shift-enter submitting the cell again.
13 years ago
MinRK
5b434b705f
use inline raw_input instead of a dialog
13 years ago
MinRK
f38f2b7ac4
add stdin to notebook
...
dumb / gross / ugly jQuery modal dialog for now,
but it works!
13 years ago
MinRK
74f8972505
specify socket identity from kernel.js
...
required for stdin routing
13 years ago
MinRK
510897f0aa
add stdin channel to NotebookApp
13 years ago
MinRK
f4b937767e
share code between zmq channel handlers
13 years ago
Brian E. Granger
0d6676f340
Merge pull request #3088 from minrk/nbsettings
...
cleanup IPython handler settings
13 years ago
MinRK
217e38f102
hook up proper loggers
...
use IPython logger as first choice, fall back on tornado logger
(for use in non-IPython apps).
13 years ago
Brian E. Granger
646dcf77a4
Merge pull request #3201 from minrk/fastcolor
...
use much faster regexp for ansi coloring
13 years ago
MinRK
8c5a44813c
hook up tornado 3's loggers to our handlers
13 years ago
MinRK
f0f0843cf2
define clear_cookie on websocket handler
...
as a no-op
13 years ago
MinRK
f887f050aa
cleanup IPython handler settings
...
move settings to the tornado settings dict,
rather than a mixture of tornado settings and application references,
and application.ipython_app references.
removes any reference to application / ipython_app attributes in the handlers,
in favor of the tornado settings dict.
These were a massive pain for anyone who might want to re-use our handlers.
13 years ago