Commit Graph

8541 Commits

Author SHA1 Message Date
Min RK
1257a3ac85 Merge pull request #905 from minrk/revert-configurable-config-dir
restore hardcoded config_dir
2015-12-31 11:42:45 +01:00
Min RK
bf6c89b1ce Merge pull request #897 from Carreau/warn-name-ations
Improve warning on bad JavaScript API usage.
2015-12-30 12:12:35 +01:00
Min RK
7abc4e8825 Merge pull request #910 from Carreau/fix-#904
Do not allow `<` in url.
2015-12-30 11:40:29 +01:00
Matthias Bussonnier
ef0f3b9c0e Do not allow < in url.
fix #904
2015-12-30 11:29:21 +01:00
Min RK
da235aac27 Merge pull request #902 from willingc/update-readme
Update README content and links
2015-12-29 12:18:06 +01:00
Min RK
fa5d71723b Merge pull request #898 from blink1073/fix-websocket-cross-origin
Avoid error when using a cross-origin websocket
2015-12-29 12:17:41 +01:00
Min RK
970507711b restore hardcoded config_dir 2015-12-29 12:15:06 +01:00
Carol Willing
69cd493201 Remove cute birds from screenshot 2015-12-28 09:47:57 -08:00
Carol Willing
728e7f2022 Edit installation links and sentences 2015-12-28 08:35:10 -08:00
Carol Willing
78015c8abe Minor formatting fixes 2015-12-28 08:16:25 -08:00
Carol Willing
2a2ac227f6 Edit PDF links 2015-12-28 08:11:25 -08:00
Carol Willing
df53801efc Add spacer between links 2015-12-28 08:09:00 -08:00
Carol Willing
32c5dcfec1 Clarify docker machine example 2015-12-28 08:05:57 -08:00
Carol Willing
2d884a29c8 Correct docker-machine command 2015-12-28 07:57:00 -08:00
Carol Willing
593f858538 Add link for Project Jupyter documentation 2015-12-28 07:53:30 -08:00
Carol Willing
1a62c5b78e Add trademark to Big Split 2015-12-28 07:43:04 -08:00
Carol Willing
edb5280429 Edit link text 2015-12-28 07:43:04 -08:00
Carol Willing
3e56ecfb47 Change heading size 2015-12-28 07:43:04 -08:00
Carol Willing
187adf1a2e Fix typos and image size 2015-12-28 07:43:04 -08:00
Carol Willing
f8fa3fa1df Add brief context of move to language-agnostic Jupyter from IPython 2015-12-28 07:43:04 -08:00
Carol Willing
b1c218270f Add resources section to end of README 2015-12-28 07:43:04 -08:00
Carol Willing
3a8a5963ff Add graphic of notebook 2015-12-28 07:43:03 -08:00
Carol Willing
b4c0282242 Fix typos in README 2015-12-28 07:43:03 -08:00
Carol Willing
85adbb901f Update README.md 2015-12-28 07:43:03 -08:00
Thomas Kluyver
0b924db5eb Merge pull request #901 from fperez/mode-help-update
Mode help update
2015-12-28 10:43:23 +00:00
Fernando Perez
1c2905eb25 Update Notebook examples to current form of edit/command mode area look.
Update screenshots and area description to match that of keyboard help page.
2015-12-27 19:29:02 -08:00
Fernando Perez
0ac253bc1c Update keyboard shortcuts page to accurately describe command mode (blue margin) 2015-12-27 19:19:58 -08:00
Steven Silvester
fe03de7471 Avoid error when using a cross-origin websocket 2015-12-23 15:55:52 -06:00
Matthias Bussonnier
86865a3543 Improve warning on bad JavaScript API usage.
Mitigate #891 (likely close it to, depending on what others thinks)

Separator between prefix and name for commands/action used to be `dot`,
but is internal detail. It is now (as of 4.1) a semicolon (`:`)

If someone try to access an action by name which does not have `:` warn
that they might be using the wrong API and give some hints
2015-12-23 11:54:21 +01:00
Carol Willing
a963647627 Merge pull request #890 from minrk/doc-version
get package version for docs automatically
2015-12-22 05:22:42 -08:00
Min RK
d1d81f8015 get package version for docs
so we don't need to manually update version strings
2015-12-22 14:05:25 +01:00
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