Matthias Bussonnier
3fc06a5f79
Release 4.1.0
10 years ago
Carol Willing
ef726c4a9d
Merge pull request #927 from steveholden/patch-1
...
Fix "an Jupyter" changes
10 years ago
Steve Holden
2617931dbd
Fix "an Jupyter" changes
...
Fixes problems noted in issue #926
10 years ago
Carol Willing
b410df0032
Merge pull request #907 from captainsafia/add-interface-desc-talks
...
Add information about names of UI element to docs
10 years ago
Carol Willing
453a43275d
Merge pull request #924 from willingc/readme-pasta
...
Correct copy pasta typos
10 years ago
Safia Abdalla
9b01b0a757
Addressed PR comments
10 years ago
Carol Willing
6d702c41d0
Correct copy pasta typos
10 years ago
Min RK
9bd4a49cf6
Merge pull request #923 from anirudhjoshi/master
...
Fixed missing import of to_api_path in post_save_hook example
10 years ago
anirudhjoshi
eb2764bbad
Fixed missing import of to_api_path in example
10 years ago
Min RK
527538839b
Merge pull request #918 from jcb91/notebook/js/codecell
...
Fix Uncaught ReferenceError: Pos is not defined
closes #917
10 years ago
Min RK
7bfeea46f5
Merge pull request #915 from minrk/right-soft-selected
...
Remove soft selected right border background-leaking
10 years ago
Josh Barnes
53b8e37633
fix for #917 , a bug introduced by a typo in 89b7d96ccd
10 years ago
Safia Abdalla
0ec51645a4
Updated table of contents
10 years ago
Safia Abdalla
66aa256a69
Added UI components page
10 years ago
Safia Abdalla
b9a9b0d613
Added user interface screenshots
10 years ago
Brian E. Granger
d86714a015
Merge pull request #914 from minrk/check-origin
...
allow zmq check_origin with no args
10 years ago
Matthias Bussonnier
308cbb2062
Remove soft selected right border background-leaking
10 years ago
Min RK
b2d9faaa9b
Merge pull request #909 from Carreau/left-soft-selected
...
Remove left border on softselected cells
10 years ago
Min RK
1257a3ac85
Merge pull request #905 from minrk/revert-configurable-config-dir
...
restore hardcoded config_dir
10 years ago
Min RK
8aa4f1e60c
allow zmq check_origin with no args
...
terminado may call `self.check_origin()`
in which case we should grab origin from the headers.
10 years ago
Min RK
bf6c89b1ce
Merge pull request #897 from Carreau/warn-name-ations
...
Improve warning on bad JavaScript API usage.
10 years ago
Min RK
7abc4e8825
Merge pull request #910 from Carreau/fix-#904
...
Do not allow `<` in url.
10 years ago
Matthias Bussonnier
ef0f3b9c0e
Do not allow `<` in url.
...
fix #904
10 years ago
Matthias Bussonnier
cc69f06551
Remove left border on softselected cells
10 years ago
Safia Abdalla
a5de8f2502
Added initial annotated image
10 years ago
Min RK
da235aac27
Merge pull request #902 from willingc/update-readme
...
Update README content and links
10 years ago
Min RK
fa5d71723b
Merge pull request #898 from blink1073/fix-websocket-cross-origin
...
Avoid error when using a cross-origin websocket
10 years ago
Min RK
970507711b
restore hardcoded config_dir
10 years ago
Carol Willing
69cd493201
Remove cute birds from screenshot
10 years ago
Carol Willing
728e7f2022
Edit installation links and sentences
10 years ago
Carol Willing
78015c8abe
Minor formatting fixes
10 years ago
Carol Willing
2a2ac227f6
Edit PDF links
10 years ago
Carol Willing
df53801efc
Add spacer between links
10 years ago
Carol Willing
32c5dcfec1
Clarify docker machine example
10 years ago
Carol Willing
2d884a29c8
Correct docker-machine command
10 years ago
Carol Willing
593f858538
Add link for Project Jupyter documentation
10 years ago
Carol Willing
1a62c5b78e
Add trademark to Big Split
10 years ago
Carol Willing
edb5280429
Edit link text
10 years ago
Carol Willing
3e56ecfb47
Change heading size
10 years ago
Carol Willing
187adf1a2e
Fix typos and image size
10 years ago
Carol Willing
f8fa3fa1df
Add brief context of move to language-agnostic Jupyter from IPython
10 years ago
Carol Willing
b1c218270f
Add resources section to end of README
10 years ago
Carol Willing
3a8a5963ff
Add graphic of notebook
10 years ago
Carol Willing
b4c0282242
Fix typos in README
10 years ago
Carol Willing
85adbb901f
Update README.md
10 years ago
Thomas Kluyver
0b924db5eb
Merge pull request #901 from fperez/mode-help-update
...
Mode help update
10 years ago
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.
10 years ago
Fernando Perez
0ac253bc1c
Update keyboard shortcuts page to accurately describe command mode (blue margin)
10 years ago
Steven Silvester
fe03de7471
Avoid error when using a cross-origin websocket
10 years ago
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
10 years ago