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
|
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 |
Zachary Sailer
|
eb1690255d
|
allow spaces in notebook path
|
12 years ago |
Zachary Sailer
|
5af83cd705
|
redirect url after notebook rename
|
12 years ago |
Zachary Sailer
|
6114d4c338
|
drop file ext off notebook name in notebook
|
12 years ago |
Zachary Sailer
|
f55381d55b
|
completer now recognizes session
|
12 years ago |
Zachary Sailer
|
d4ee2da291
|
proper '.py' and '.ipynb' download files
|
12 years ago |
Zachary Sailer
|
bfff3d817d
|
Fixed bug when linking kernel to new code cells
|
12 years ago |
Zachary Sailer
|
ece92127d3
|
Add 'patch' to session & notebook, rename working
|
12 years ago |
Zachary Sailer
|
d41544865a
|
fix kill_and_exit button in notebook
|
12 years ago |
Zachary Sailer
|
62ec52e276
|
fix restart/interrupt kernel buttons
|
12 years ago |
Zachary Sailer
|
20324bafd0
|
fixing path redirects, cleaning path logic
|
12 years ago |
Zachary Sailer
|
0f52ffa756
|
manual rebase static/notebook/js files
|
12 years ago |
Min RK
|
1b9aef3959
|
Merge pull request #4377 from minrk/fix-cancel
fix tooltip cancel
pending tooltip from open-parenthesis was not being cancelled properly
|
12 years ago |
Matthias Bussonnier
|
f11b95358c
|
Merge pull request #4293 from Carreau/tooltip-mkp
Factorise code in tooltip for julia monkeypatching
|
12 years ago |
Matthias Bussonnier
|
40eb635824
|
Merge pull request #4292 from Carreau/more-cpl
improve js-completer logic.
|
12 years ago |
Paul Ivanov
|
7f5e7f4e6d
|
fix (CTRL-M -) shortcut for splitting cell in FF
fun-fact: Chromium uses a different keycode for hyphen/minus than does
Opera and Firefox.
|
12 years ago |
Paul Ivanov
|
c165b57132
|
split focuses the top of the newly created cell
|
12 years ago |