Min RK
97ea238485
Merge pull request #4476 from jdfreder/rm_js_blankspace_onload
...
Fix: Remove space added by display(JavaScript) on page reload
12 years ago
Min RK
a1afcd92b4
Merge pull request #4398 from Carreau/no-tooltip-on-tab
...
[Notebook] Deactivate tooltip on tab by default.
12 years ago
Paul Ivanov
6eb3170963
Merge pull request #4410 from ivanov/close-new-tabs-chrome
...
make close-and-halt work on new tabs in Chrome
12 years ago
Jonathan Frederic
1a5e26dd5a
Removed left over log statements
12 years ago
Jonathan Frederic
96f5cc942b
Fix blank space added by included Javascript on page refresh or notebook load
12 years ago
Paul Ivanov
4ffe489e72
Merge pull request #4415 from ivanov/more-tooltips
...
More tooltips in the Notebook menu
12 years ago
Paul Ivanov
1123af8528
make close-and-halt work on new tabs in Chrome
...
this is not possible in Firefox, as new tabs/windows which were *not*
opened via a script ( window.open call ) are not allowed to be closed
via window.close and will yield a message like
--
[11:50:59.691] Scripts may not close windows that were not opened by script. @ http://localhost:8888/static/notebook/js/menubar.js:105
12 years ago
Matthias BUSSONNIER
bdb1c94137
fix and add shim for change introduce by #4195
...
comm merging renamed object_info_request to object_info
12 years ago
Matthias BUSSONNIER
d90429366b
Remove tooltip on tab logic
12 years ago
MinRK
90f67d3bbe
add CodeCell.get_callbacks
...
for reusing default execute callbacks
12 years ago
MinRK
9e198d2bd6
attach comm_manager to kernel
12 years ago
MinRK
99680e21bd
move comm.js to base
12 years ago
MinRK
aa388570d3
jshint on codecell
12 years ago
MinRK
f7e6435256
only pass shell.reply callback to oinfo / complete
...
These should not have side effects, so no need to expose full callback structure.
Also, object_info method shouldn't have `_request` in its name.
12 years ago
MinRK
d99e25f245
refactor js callbacks
...
all callbacks get the whole message
12 years ago
MinRK
111fccc8ab
open is not an event
...
target callback receives comm and open message, not just comm.
12 years ago
MinRK
aa0387a647
s/target/target_name
12 years ago
MinRK
f833b1ca03
hook up output for comm messages
12 years ago
MinRK
3d3c3fd504
COMM: mirror Python callback API in Javascript
12 years ago
MinRK
15819e8535
pass whole message to Comm handlers
12 years ago
MinRK
3665cc241f
rename widget to comm
12 years ago
MinRK
14fcdab73b
make js / Python widgets symmetrical
...
don't enforce creation on Kernel side
also removed weak refs - premature optimization,
we can think about this later.
12 years ago
MinRK
230a2261e8
fix js/Python WidgetManager symmetry
...
remove some log statements
12 years ago
MinRK
6643cffa23
add javascript-side widgets
12 years ago
Min RK
bc0dc279f1
Merge pull request #4303 from ipython/multidir
...
Add multidirectory support for the Notebook.
Major change to URL schemes in the notebook server,
documented in [IPEP 16](https://github.com/ipython/ipython/wiki/IPEP-16%3A-Notebook-multi-directory-dashboard-and-URL-mapping ).
12 years ago
Paul Ivanov
b117f59b82
javascript is no place to start adding title tags
12 years ago
Paul Ivanov
8b26933af5
Merge pull request #4378 from minrk/split-below
...
split adds new cell above, rather than below
12 years ago
Paul Ivanov
a2d731ff39
fix 'close and halt' in notebook File menu
12 years ago
MinRK
50665831bd
update copy API in js
12 years ago
MinRK
0558ec4ce0
Cells shouldn't know about Sessions
12 years ago
MinRK
d1a36fe4c0
use 'id' for checkpoint ID key
...
rather than redundant checkpoint.checkpoint_id
12 years ago
MinRK
5ca1ad666d
add missing cell.session in tooltip.js
12 years ago
Brian E. Granger
51fc769edd
Handle notebook downloads through the /files URL.
12 years ago
MinRK
4a12890d65
disable download-as-pt
...
since it doesn't work. Adds a note about nbconvert needed to bring it back.
12 years ago
MinRK
fc4fb92580
review pass on multidir js
12 years ago
MinRK
e16a5807c7
fixup bad rebase
12 years ago
MinRK
a7f297f8f3
save before download-as
...
uses `async : false`
closes #852
download-as-py still unavailable.
12 years ago
MinRK
8b94ee2b47
use `async : false` to avoid pop-up blocker on New / Copy notebook
12 years ago
MinRK
b33ffa7068
update upload and copy
...
adds 'notebook.ipynb/copy' url handler
because we were putting too many things in a single POST handler.
12 years ago
MinRK
4e12521082
fix dashboard upload
12 years ago
MinRK
40f577b538
add utils.url_path_join
...
javascript equivalent of Python-side function.
12 years ago
Zachary Sailer
da58c8c470
Fixed session js ajax request.
...
Session was not creating a kernel object on the client side,
after the server created successfully created a session.
12 years ago
Zachary Sailer
7aaaab0668
fixed notebook rename after nbmanager refactor
12 years ago
Zachary Sailer
34b9840786
fixing broken links from recent changes.
...
After fixing operating system path changes in previous commits,
many links needed to be adjusted to direct to the correct URL.
12 years ago
Zachary Sailer
470595f9e7
handle path separators with os.sep and add tests
...
Added more tests to the notebook manager to check for the correct
path separators on different operating system. Fixed the get_path
method.
12 years ago
Zachary Sailer
1f04b48725
Renaming fixed
12 years ago
Zachary Sailer
f3af343f4f
Change new/copy URLS to POST requests
12 years ago
Zachary Sailer
a74b9a018b
removed '/new' URL and added POST notebook request
12 years ago
Zachary Sailer
8261ac2cb9
change standard money keys
12 years ago
Zachary Sailer
1b2e41eea4
path with spaces completely fixed
12 years ago