Thomas Kluyver
0443046036
Merge pull request #7457 from minrk/rm-prevent-default
...
disable trust-notebook click event
11 years ago
Min RK
5b4657e9c5
disable trust-notebook click event
...
when trust-notebook item is disabled
11 years ago
Min RK
a900545e78
Merge pull request #7440 from mathieu1/new-notebook-fix-list-logic
...
Fix kernel change breaking "new notebook" list
11 years ago
Min RK
b4fae83102
Merge pull request #7416 from Carreau/jump7367
...
Prevent jump when clicking on action in menu.
11 years ago
Matthias Bussonnier
f064f8e113
also fix action in kernelselector.js
11 years ago
Matthias Bussonnier
3aef283f79
Prevent jump when clicking on action in menu.
...
To do so prevent even default action;
Closes #7367
11 years ago
Matthias Bussonnier
5eda5cdac3
Merge pull request #7442 from minrk/select-widget-escape
...
encode URI components in selection widget queries
11 years ago
Min RK
da07d77f82
encode URI components in selection widget queries
...
avoids failure to find items when composing attribute queries
11 years ago
Mathieu
f3cfed13ac
fix kernel change breaking new notebook list
11 years ago
Thomas Kluyver
5965e58eb5
Merge pull request #7439 from minrk/toolbar-events
...
disable keyboard events on main toolbar
11 years ago
Min RK
ed6fa478f0
disable keyboard events on main toolbar
...
closes #5829
11 years ago
Thomas Kluyver
835c13747a
Merge pull request #7432 from minrk/load-race
...
use promises to wait for kernelspecs on notebook load
11 years ago
Min RK
6e829de3d2
Merge pull request #7434 from takluyver/restore-test-all-js
...
Restore the ability to run all js tests with iptest js
11 years ago
Thomas Kluyver
1c0c5e5b0f
Restore the ability to run all js tests with iptest js
...
E.g. for slimer
11 years ago
Min RK
0327b39a67
console.log
11 years ago
Min RK
b5abeb8ed6
kernelselector lint
11 years ago
Min RK
5f9e75dcef
cleanup kernelspec loading
...
- kernel_selector.set_kernel validates selection and triggers 'spec_changed.Kernel'. It does not start the session anymore.
- notebook calls kernel_selector.set_kernel when:
- kernelspec is in notebook metadata
- session is loaded (e.g. no kernelspec metadata)
- notebook starts session, loads metadata on spec_changed.kernel
The only case where starting the session is not triggered by spec_changed is on notebook load with no kernel metadata
11 years ago
Min RK
0e5ee5bc34
move promise sync to kernelselector, from notebook
11 years ago
Min RK
1028c8d192
use promises to wait for kernelspecs on notebook load
...
should avoid race condition that causes attempt to load kernelspec
prior to loading the kernelspec list
11 years ago
Matthias Bussonnier
84d6863d2e
Merge pull request #7429 from takluyver/i7428
...
Update help link about Markdown
11 years ago
Thomas Kluyver
2deb7d1f29
Update help link about Markdown
...
Closes gh-7428
11 years ago
Min RK
cdad950d9b
Merge pull request #7415 from Carreau/modal-modal
...
Make modal backdrop static by default.
11 years ago
Matthias Bussonnier
7df157f6e4
Make modal backdrop static by default.
...
does not dismiss dialog accidentally if click on faded area.
Closes #7403
11 years ago
Brian E. Granger
538381b028
Merge pull request #7397 from jasongrout/comprehension
...
Generate fontweight enum values without an extraneous variable from a comprehension
11 years ago
Kyle Kelley
52c86354f0
Merge pull request #7407 from minrk/expedite
...
expedite travis
11 years ago
Min RK
3228719b26
fix highlight test for failed highlighting
...
not sure how this ever succeeded, but it's failing now
11 years ago
Matthias Bussonnier
4991b08d6c
Merge pull request #7387 from minrk/system-wide-nbextensions
...
allow system-wide installtion of nbextensions
11 years ago
Brian E. Granger
db10980a8f
Merge pull request #7401 from mathieu1/new-notebook-same-kernel
...
create new notebook with same kernel
11 years ago
Min RK
cc125a4077
Merge pull request #7404 from minrk/release-css
...
remove strict requirement for less,invoke when building wheel/sdist
11 years ago
Min RK
07b1e77d3b
path.sep
11 years ago
Min RK
9a1dba2c14
remove duplicate arg conflict check
11 years ago
Min RK
cebf80d881
s/nbextensions/nbextensions_dir
...
make it clearer from name that arg refers to dir
11 years ago
Min RK
f3da69c38d
allow system-wide paths for nbextensions
...
like kernel specs, default install is `/usr/local/share/jupyter/nbextensions`
add `--user` for .ipython/nbextensions path
11 years ago
Min RK
67124b4fcc
remove strict arg from css_js_prerelease
11 years ago
Thomas Kluyver
632b423752
Merge pull request #7405 from jhamrick/fix-js-tests
...
Make sure tests aren't included twice as js and python
11 years ago
Jessica B. Hamrick
44dddf52d2
Make sure tests aren't included twice as js and python
11 years ago
Brian E. Granger
ab83599d36
Merge pull request #7389 from minrk/one-websocket
...
use single WebSocket connection for all channels
11 years ago
Min RK
4b04752863
remove strict requirement for less,invoke in wheel/sdist
...
move the strictness to our release script
this means others can build personal wheels without less, invoke,
but IPython releases still cannot be made without them,
which is the real goal.
11 years ago
Min RK
a6800450e4
Merge pull request #7398 from jasongrout/body-classes
...
Split apart the body attributes and classes in the notebook templates
11 years ago
Min RK
3cf6eacc86
Merge pull request #7324 from quantopian/separate-checkpoint-manager
...
DEV: Refactor checkpoint logic out of FileContentsManager into a separate class.
11 years ago
Mathieu
d90cc0e0de
put current kernel at the top
11 years ago
Mathieu
4e5839dde4
add choice of kernel for new notebook
11 years ago
Mathieu
0eb340b3e2
create new notebook with same kernel
11 years ago
Jason Grout
5dea7ad30b
Split apart the body attributes and classes in the notebook templates
11 years ago
Scott Sanderson
64e5c49608
DEV: Break get_checkpoint into separate methods.
...
One for notebooks and one for checkpoints.
11 years ago
Scott Sanderson
2569c3069d
STY: s/CheckpointManager/Checkpoints
...
It's easy to confuse CheckpointManager and ContentsManager.
11 years ago
Scott Sanderson
021e2da495
DEV: Separate FileCheckpointManager and GenericFileCheckpointManager.
...
- Adds a `GenericCheckpointMixin` as a helper for implementing the two
boundary-traversing Checkpoint API methods, `create_checkpoint` and
`restore_checkpoint`.
- `GenericFileCheckpointManager` is implemented as a subclass of
`FileCheckpointManager` using `GenericCheckpointMixin`. Note that
this is the safe subtyping relationship because of method
signature *contra*variance: `FileCheckpointManager` accepts
`FileContentsManager` in its method signatures type, whereas
`GenericFileCheckpointManager` accepts any `ContentsManager`.
- Moved Checkpoint-related classes to their own files.
11 years ago
Jason Grout
0bdfdc03ca
python3 does not like adding lists and map results
...
Thanks to @takluyver for pointing this out
11 years ago
Jason Grout
18cfbc0d11
Generate fontweight enum values without an extraneous variable from a comprehension
...
In python 2, the comprehension will create a new class attribute, i. Using a map will not create the extra local variable.
11 years ago
Min RK
7c7e60b752
Merge pull request #7132 from Carreau/split-js-tests
...
Split js tests into subgroups
11 years ago