Commit Graph

8499 Commits

Author SHA1 Message Date
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
Matthias Bussonnier
11833724ac Update release instructions 2015-12-14 10:46:34 +01:00
Matthias Bussonnier
c7c9cec592 "Available" has only one "l" 2015-12-14 10:46:34 +01:00
Matthias Bussonnier
1ec3f5eeeb remove universal 2015-12-14 10:46:34 +01:00
Matthias Bussonnier
df32201009 Add release instructions 2015-12-14 10:46:34 +01:00
Min RK
85b1f638a0 Merge pull request #858 from willingc/doc-contact
Add contact info more prominently on sidebar and in contents
2015-12-14 10:43:20 +01:00
Carol Willing
f5856926d6 Correct google group link 2015-12-13 21:32:36 -08:00
Carol Willing
eb25904517 Add Stack Overflow @takluyver suggestion 2015-12-13 15:31:27 -08:00
Carol Willing
361e53fb2f Minor edit 2015-12-13 14:20:07 -08:00
Carol Willing
dee12240ab Make heading for installing Javascript in doc appear in contents 2015-12-13 14:11:15 -08:00
Carol Willing
265810d4f5 Add contact info more prominently on sidebar and in contents 2015-12-13 13:53:54 -08:00
Safia Abdalla
646a388448 Added documentation to get_anchor_index function 2015-12-12 15:57:43 -06:00