Commit Graph

8560 Commits

Author SHA1 Message Date
Min RK
2a31d65a58 Merge pull request #889 from willingc/docs-rc
Update docs for 4.1.0rc1 and add development FAQ
2015-12-22 14:04:04 +01:00
Carol Willing
7346b4c5bc Correct link 2015-12-22 04:45:26 -08:00
Carol Willing
35f7e52162 Update for 4.1.0rc1 and add FAQ 2015-12-22 04:34:50 -08:00
Carol Willing
49829872c6 Merge pull request #885 from captainsafia/autoselect-only-result
Autoselect command palette search result if there is only one result
Closes #678
2015-12-21 21:34:13 -08:00
Safia Abdalla
dc69a03bfa Removed "window." 2015-12-21 12:18:15 -06:00
Safia Abdalla
57360754b4 Replace setTimeout with requestAnimationFrame 2015-12-20 20:00:00 -06:00
Safia Abdalla
39e155e697 Add setTimeout to force browser repaint 2015-12-20 19:50:37 -06:00
Safia Abdalla
781e4ffd4f Added onResult function to type ahead 2015-12-20 19:04:27 -06:00
Matthias Bussonnier
6b621275cf Merge pull request #883 from minrk/sdist-formats
include both sdist formats
2015-12-19 22:35:26 +01:00
Min RK
4f8a15bfc8 include both sdist formats 2015-12-18 16:48:55 +01:00
Min RK
234cf31d3f 4.1.0rc1 2015-12-18 16:39:20 +01:00
Min RK
4960c3f414 Merge pull request #882 from damianavila/fix_config_dir
Remove hard-coding of jupyter_config_dir config_dir at the notebookapp level
2015-12-18 15:20:30 +01:00
damianavila
d0c5c393b6 Remove hard-coding of jupyter_config_dir config_dir at the notebookapp level, letting that being managed ny the ConfigManager. 2015-12-18 10:14:24 -03:00
Min RK
71c5057ae5 Merge pull request #876 from SylvainCorlay/no_body_class
Multi-select: avoid adding a css class to body element
2015-12-17 14:52:31 +01:00
Min RK
0266cf728b Merge pull request #877 from jdfreder/yscroll
Hide vertical scrollbar on rendered content by default.
2015-12-17 14:48:57 +01:00
Jonathan Frederic
9380a22b76 Hide vertical scrollbar on rendered content by default. 2015-12-16 17:51:54 -08:00
Sylvain Corlay
859e1c77b6 Test based on css selection 2015-12-16 12:58:10 -05:00
Sylvain Corlay
a094df764e Avoid adding a css class to body element 2015-12-16 12:42:10 -05:00
Matthias Bussonnier
dc3dae96b6 Merge pull request #875 from minrk/set_next_input_clear_optional
add clear_output option to set_next_input payload
2015-12-16 10:32:45 +01:00
Min RK
ae2fb41bad Merge pull request #864 from Carreau/js-cleanup
A bunch of js cleanup
2015-12-15 20:19:47 +01:00
Min RK
f8ede57918 add clear_output option to set_next_input payload
default preserves prior behavior
2015-12-15 14:41:36 +01:00
Min RK
98e40d7e12 Note set_next_input change in changelog 2015-12-15 14:34:14 +01:00
Min RK
34481cb7ed Don't clear output on set_next_input(replace=True)
rewriting input shouldn't force removal of output
2015-12-15 14:32:54 +01:00
Min RK
92fa310758 Merge pull request #866 from parleur/versions
Use PEP 440 prerelease tags
2015-12-15 14:24:46 +01:00
Matthias Bussonnier
e15a5b8a52 Merge pull request #871 from parente/changelog-4.1
Additional changelog updates for 4.1
2015-12-15 14:22:42 +01:00
Peter Parente
472338ee7a Typo and wording fixes to 4.1 changelog sections
(c) Copyright IBM Corp. 2015
2015-12-15 07:51:15 -05:00
Peter Parente
f27c5c8a38 Additional changelog updates for 4.1
* Grammar consistency
* More details about how users trigger new features
* Screenshot of new location of cell toolbar triggers
* Couple more "other improvements"
* Links to PR and issue lists in the 4.1 milestone on GitHub

(c) Copyright IBM Corp. 2015
2015-12-15 07:51:15 -05:00
Matthias Bussonnier
51576872fe Remove dead code forgotten in previous commit. 2015-12-15 13:51:08 +01:00
Min RK
170a96ae12 Merge pull request #873 from willingc/doc-side
Add sidebar box in doc's index for 4.1.x
2015-12-15 13:42:45 +01:00
Carol Willing
1daafbf6f8 Add sidebar box in doc's index for 4.1.x 2015-12-14 20:15:48 -08:00
Matthias Bussonnier
2e1fcafcfe Merge pull request #868 from SylvainCorlay/prompt_number_select
Disable prompt number selection
2015-12-14 18:05:50 +01:00
Matthias Bussonnier
85cc88684d Merge pull request #869 from parleur/master
Remove unused marked related code
2015-12-14 18:04:37 +01:00
Matthias Bussonnier
d5e5383639 Merge pull request #867 from Carreau/quickselector
Update warning in the docs about quick selection.
2015-12-14 18:03:42 +01:00
Matthias Bussonnier
e2d3406fe1 Assume versions are normalised in setup.py 2015-12-14 16:58:42 +01:00
Pierre Gerold
0b44f64e9d Move test function to test file 2015-12-14 16:54:23 +01:00
Pierre Gerold
8c379f073d minrk comments 2015-12-14 16:54:23 +01:00
Matthias Bussonnier
bed0bd1ee2 Typo: verison -> version (swap s and i) 2015-12-14 16:54:23 +01:00
Sylvain Corlay
0b54a53b83 Disable prompt number selection 2015-12-14 10:32:12 -05:00
Pierre Gerold
02421c20e9 Remove unused marked related code 2015-12-14 16:26:44 +01:00
Matthias Bussonnier
da5cbb53e6 Update warning in the docs about quick selection.
We could still refine the quick-selector to show the
type of the cell when all cells have the same type.

Fixes gh-861
2015-12-14 16:12:03 +01:00
Pierre Gerold
f557c8c9b7 Fusion between carreau & mink solution about version nb checking 2015-12-14 15:55:50 +01:00
Min RK
cb51fca3ac Merge pull request #841 from Carreau/release-instructions
Add release instructions
2015-12-14 15:42:07 +01:00
Min RK
55bb4c4437 Merge pull request #863 from Carreau/follow-focus
Follow focus while multiselect
2015-12-14 15:41:19 +01:00
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**.
2015-12-14 15:31:03 +01:00
Matthias Bussonnier
9706e4c0e1 A bunch of js cleanup 2015-12-14 15:02:05 +01:00
Matthias Bussonnier
ddfc2ef2f4 Make focus follow shift-selection. 2015-12-14 15:01:29 +01:00
Matthias Bussonnier
c21ba90813 Merge pull request #850 from captainsafia/update-var-names
Update var names in multi-selection move
2015-12-14 12:42:45 +01:00
Min RK
a6bf12ecd0 Merge pull request #845 from Carreau/line-number
Fix toggle line number on multiple selection, and command palette.
2015-12-14 11:56:32 +01:00
Min RK
2f2b6a04b0 normalize version in setup.py
avoids mismatch between wheel/sdist upload on PyPI due to setuptools normalization of prerelease tags.
2015-12-14 11:47:50 +01:00
Matthias Bussonnier
254c0a2307 Fix various comment and spelling 2015-12-14 10:46:35 +01:00