MinRK
dd234bbc93
add ModifyCheckpoints handler
...
separates requests that change specified checkpoint IDs from those that do not.
13 years ago
MinRK
62d61cbbc0
add notebook checkpoint handler
13 years ago
MinRK
c4ac8eee36
add checkpoint API to FileNBManager
13 years ago
Min RK
6be220da56
Merge pull request #3235 from ellisonbg/removeprint
...
Remove the unused print notebook view
13 years ago
Brian E. Granger
56e4759813
Merge pull request #3238 from ellisonbg/tabstyle
...
Improve the design of the tab completion UI
13 years ago
Brian E. Granger
5cc0897dd6
Fixing styling of context type completions.
13 years ago
Brian E. Granger
d9668cdb78
Merge pull request #3190 from minrk/image_size
...
allow formatters to specify metadata
13 years ago
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
abaafd2363
Removing old autogrow JS code.
13 years ago
Brian E. Granger
93f5f67d37
Updating box-shadows to proper bootstrap less function.
13 years ago
Brian E. Granger
49faf2c939
Improving the tab completion UI/design
13 years ago
MinRK
034331c3fa
support display_pub metadata in js frontend
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