Brian E. Granger
56e4759813
Merge pull request #3238 from ellisonbg/tabstyle
...
Improve the design of the tab completion UI
2013-04-30 20:06:01 -07:00
Brian E. Granger
5cc0897dd6
Fixing styling of context type completions.
2013-04-30 19:44:23 -07:00
Brian E. Granger
d9668cdb78
Merge pull request #3190 from minrk/image_size
...
allow formatters to specify metadata
2013-04-29 15:13:08 -07:00
Brian E. Granger
abaafd2363
Removing old autogrow JS code.
2013-04-29 14:13:05 -07:00
Brian E. Granger
93f5f67d37
Updating box-shadows to proper bootstrap less function.
2013-04-29 14:05:35 -07:00
Brian E. Granger
49faf2c939
Improving the tab completion UI/design
2013-04-29 13:59:53 -07:00
MinRK
034331c3fa
support display_pub metadata in js frontend
2013-04-29 11:27:46 -07:00
Brian E. Granger
e77e2fe409
Fixing indentation in fabfile.py.
2013-04-29 08:53:38 -07:00
Brian E. Granger
3e08874316
Adding README.md about notebook development.
2013-04-28 21:16:25 -07:00
Brian E. Granger
bdf1cefac5
Put back the components fab function as we can still use it.
2013-04-28 21:09:32 -07:00
Brian E. Granger
8dbc143512
Fix CM related sizing issues for completer and tooltip.
2013-04-27 23:48:37 -07:00
Brian E. Granger
9d2da9e28f
Removing old codemirror assets - we now use the 1 in components.
2013-04-27 23:21:57 -07:00
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!
2013-04-27 23:18:24 -07:00
Brian E. Granger
40617eb340
Give the .CodeMirror class no background so ours shows through.
2013-04-27 22:59:53 -07:00
Brian E. Granger
68dd1370ac
Fixing broken URLs to CM assets.
2013-04-27 22:32:24 -07:00
Brian E. Granger
29a1296ef6
Changing mode name from python -> ipython.
2013-04-27 22:21:13 -07:00
Brian E. Granger
137a40ac96
Fixing typo in ntoebook.html.
2013-04-27 22:18:22 -07:00
Brian E. Granger
222a4f61df
Updating ipython CM mode.
2013-04-27 22:17:58 -07:00
Brian E. Granger
ea4eb9b351
Copying CodeMirror's python mode into place for our ipython mode.
2013-04-27 22:14:54 -07:00
Brian E. Granger
d2460ee0c5
Add components to static URLs.
2013-04-27 22:03:34 -07:00
Brian E. Granger
72d7b6ff39
Updating tooltip.less for CM3 behavior.
2013-04-27 22:01:44 -07:00
Brian E. Granger
6e08dc37fa
In CM3, the class that needs autogrow has changed.
2013-04-27 22:00:21 -07:00
Brian E. Granger
c666acbe5e
Updating tooltip.js to work with CM3.
2013-04-27 21:55:11 -07:00
Brian E. Granger
ed8d859d66
Updating path to codemirror.
2013-04-27 21:53:37 -07:00
Brian E. Granger
85908b1765
Moving cmtemp -> codemirror.
2013-04-27 21:50:57 -07:00
Brian E. Granger
154df41ac3
Moving CodeMirror -> cmtemp
2013-04-27 21:50:34 -07:00
Brian E. Granger
a36d867882
Removing tests from fabfile that are no longer needed.
2013-04-27 17:53:41 -07:00
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.
2013-04-27 17:42:38 -07:00
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.
2013-04-27 17:04:32 -07:00
Fernando Perez
7da43f8ebb
Merge pull request #3226 from ellisonbg/renamedialog
...
Text in rename dialog was way too big - making it <p>.
2013-04-27 15:20:40 -07:00
Brian E. Granger
3a515880ae
Text in rename dialog was way too big - making it <p>.
2013-04-27 15:16:02 -07:00
Brian E. Granger
e416cb8658
Removing old restuctured text handler and web service.
2013-04-27 15:08:38 -07:00
MinRK
82f0f359ac
add missing mathjax_url to new settings dict
2013-04-27 09:29:17 -07:00
Brian E. Granger
41ffe3d027
Merge pull request #3089 from minrk/stdin
...
add stdin to the notebook
2013-04-25 21:11:47 -07:00
MinRK
43eb765793
js comment about session id in first message
2013-04-25 21:05:07 -07:00
MinRK
f51425ed28
clarify first ws message names / messages
2013-04-25 20:43:33 -07:00
MinRK
938a5b5dbc
tweak raw_input style
...
more crowded, less jumpy
2013-04-25 17:28:03 -07:00
David Wyde
11b72681e2
Remove references to HTMLCell (dead code).
2013-04-25 19:26:18 -05:00
MinRK
ba79b60c35
fix color in raw_input
2013-04-25 16:19:15 -07:00
MinRK
3fbb99e61a
add no-op on_message for iopub
2013-04-25 16:07:51 -07:00
MinRK
31c8fb1fb6
tweak raw-input styling
...
should fix alignment of raw_input and prompt
2013-04-25 14:18:21 -07:00
MinRK
f09eaf7b5e
cleanup stdin event submission
...
follow example in rename notebook: remove form, bind keydown for enter,
avoiding shift-enter submitting the cell again.
2013-04-25 14:18:21 -07:00
MinRK
5b434b705f
use inline raw_input instead of a dialog
2013-04-25 12:24:38 -07:00
MinRK
f38f2b7ac4
add stdin to notebook
...
dumb / gross / ugly jQuery modal dialog for now,
but it works!
2013-04-25 12:24:38 -07:00
MinRK
74f8972505
specify socket identity from kernel.js
...
required for stdin routing
2013-04-25 12:24:37 -07:00
MinRK
510897f0aa
add stdin channel to NotebookApp
2013-04-25 12:24:20 -07:00
MinRK
f4b937767e
share code between zmq channel handlers
2013-04-25 12:24:18 -07:00
Brian E. Granger
0d6676f340
Merge pull request #3088 from minrk/nbsettings
...
cleanup IPython handler settings
2013-04-25 12:19:44 -07:00
MinRK
217e38f102
hook up proper loggers
...
use IPython logger as first choice, fall back on tornado logger
(for use in non-IPython apps).
2013-04-25 12:15:49 -07:00
Brian E. Granger
646dcf77a4
Merge pull request #3201 from minrk/fastcolor
...
use much faster regexp for ansi coloring
2013-04-25 12:07:23 -07:00