Min RK
|
234cf31d3f
|
4.1.0rc1
|
10 years ago |
damianavila
|
d0c5c393b6
|
Remove hard-coding of jupyter_config_dir config_dir at the notebookapp level, letting that being managed ny the ConfigManager.
|
10 years ago |
Min RK
|
71c5057ae5
|
Merge pull request #876 from SylvainCorlay/no_body_class
Multi-select: avoid adding a css class to body element
|
10 years ago |
Jonathan Frederic
|
9380a22b76
|
Hide vertical scrollbar on rendered content by default.
|
10 years ago |
Sylvain Corlay
|
859e1c77b6
|
Test based on css selection
|
10 years ago |
Sylvain Corlay
|
a094df764e
|
Avoid adding a css class to body element
|
10 years ago |
Matthias Bussonnier
|
dc3dae96b6
|
Merge pull request #875 from minrk/set_next_input_clear_optional
add clear_output option to set_next_input payload
|
10 years ago |
Min RK
|
ae2fb41bad
|
Merge pull request #864 from Carreau/js-cleanup
A bunch of js cleanup
|
10 years ago |
Min RK
|
f8ede57918
|
add clear_output option to set_next_input payload
default preserves prior behavior
|
10 years ago |
Min RK
|
34481cb7ed
|
Don't clear output on set_next_input(replace=True)
rewriting input shouldn't force removal of output
|
10 years ago |
Min RK
|
92fa310758
|
Merge pull request #866 from parleur/versions
Use PEP 440 prerelease tags
|
10 years ago |
Matthias Bussonnier
|
51576872fe
|
Remove dead code forgotten in previous commit.
|
10 years ago |
Matthias Bussonnier
|
2e1fcafcfe
|
Merge pull request #868 from SylvainCorlay/prompt_number_select
Disable prompt number selection
|
10 years ago |
Pierre Gerold
|
0b44f64e9d
|
Move test function to test file
|
10 years ago |
Matthias Bussonnier
|
bed0bd1ee2
|
Typo: `verison` -> `version` (swap `s` and `i`)
|
10 years ago |
Sylvain Corlay
|
0b54a53b83
|
Disable prompt number selection
|
10 years ago |
Pierre Gerold
|
02421c20e9
|
Remove unused marked related code
|
10 years ago |
Pierre Gerold
|
f557c8c9b7
|
Fusion between carreau & mink solution about version nb checking
|
10 years ago |
Matthias Bussonnier
|
f873493f9f
|
Test for Pep440 non-Complaint version numbers
test directly in the version number file, as the version number is
likely to be committed before running tests, so we want **really quick
failure**.
|
10 years ago |
Matthias Bussonnier
|
9706e4c0e1
|
A bunch of js cleanup
|
10 years ago |
Matthias Bussonnier
|
ddfc2ef2f4
|
Make focus follow shift-selection.
|
10 years ago |
Matthias Bussonnier
|
c21ba90813
|
Merge pull request #850 from captainsafia/update-var-names
Update var names in multi-selection move
|
10 years ago |
Safia Abdalla
|
646a388448
|
Added documentation to get_anchor_index function
|
10 years ago |
Safia Abdalla
|
a7f05697cc
|
Cleaned up functions
|
10 years ago |
Matthias Bussonnier
|
68ae9415de
|
Fix toggle line number on multiple selection, and command palette.
|
10 years ago |
Matthias Bussonnier
|
c116f33b4f
|
release version 4.1.0b1
|
10 years ago |
Min RK
|
3170602e8c
|
Merge pull request #830 from Carreau/move-selection
Fix move selection up/down
|
10 years ago |
Matthias Bussonnier
|
50e1f8b746
|
Cleanup and comment
[no-ci]
|
10 years ago |
Pierre Gerold
|
4290fb9b10
|
Fix #831
|
10 years ago |
Matthias Bussonnier
|
f2a42913a3
|
Move tests to a separate file
and get rid of `.entries()` not supported by Casper on Travis
|
10 years ago |
Pierre Gerold
|
ed2d61afa5
|
Typo tests
|
10 years ago |
Pierre Gerold
|
845ea5e555
|
end of tests
|
10 years ago |
Pierre Gerold
|
94d057bf10
|
test quick dirty and under pressure
|
10 years ago |
Matthias Bussonnier
|
aefbdbf365
|
Fix move selection up/down
Move the selection by detach/attach previous/next cell, and reselect the
moved selection.
Closes #793 (once test written).
|
10 years ago |
Matthias Bussonnier
|
166b709a6a
|
Merge pull request #825 from parleur/selectbox
Fix the selectbox celltype behavior when multiselected
|
10 years ago |
Matthias Bussonnier
|
bd09de2519
|
Merge pull request #747 from parleur/toto
Allow disabling atomic writing
|
10 years ago |
Pierre Gerold
|
aebecc402d
|
Carreau's comments
|
10 years ago |
Safia Abdalla
|
42bb38fcb0
|
Pluralized menu items for merged multiselect features
|
10 years ago |
Min RK
|
0b8886d6e5
|
contract selection on click
During multi-select, clicking on the current cell collapses the selection back to just that cell.
|
10 years ago |
Min RK
|
bf952c1f86
|
Merge pull request #822 from Carreau/merge-below
have shift-m merge below if one cell selected
|
10 years ago |
Min RK
|
d4e467e3f4
|
Merge pull request #799 from Carreau/past-and-replace
Fix and test paste_cell_replace with multi-selection
|
10 years ago |
Matthias Bussonnier
|
69ff48ee99
|
Merge pull request #813 from jdfreder/i795
Run and select below multiselect compat.
|
10 years ago |
Pierre Gerold
|
bbc694b883
|
hidden / show trick
|
10 years ago |
Matthias Bussonnier
|
f1db9c4b99
|
focus the last pasted cell, and add test
|
10 years ago |
Jonathan Frederic
|
03b7e18082
|
Merge pull request #815 from jdfreder/i793
Deprecate move cell up/down
|
10 years ago |
Matthias Bussonnier
|
7dd57f9696
|
Update merge tests with new behavior (merge below)
|
10 years ago |
Jonathan Frederic
|
a9b9243ebf
|
Tests
|
10 years ago |
Jonathan Frederic
|
7ec9d5a967
|
Run and select below multiselect compat.
|
10 years ago |
Matthias Bussonnier
|
b370f285bb
|
Merge pull request #812 from jdfreder/i794
Insert cell above/below and multiple selection
|
10 years ago |
Matthias Bussonnier
|
c71c4f3032
|
Merge pull request #814 from jdfreder/i796
Run and insert below, multiselect compat.
|
10 years ago |