Jonathan Frederic
|
cc6aaf89d4
|
Merge pull request #5 from minrk/limiter
use session.deserialize to unpack message for rate limiting
|
10 years ago |
Min RK
|
c280b773fb
|
use session.deserialize to unpack message for rate limiting
rather than hardcoding json.loads
Messages should **never** be deserialized by any means other than the Session API.
|
10 years ago |
Jonathan Frederic
|
9e2c95dc07
|
limit_window -> rate_limit_window
|
11 years ago |
Jonathan Frederic
|
eb30002a82
|
Use a set for filter exceptions
|
11 years ago |
Jonathan Frederic
|
7aaccbd545
|
Don't filter status, comm_info, kernel_info, and execute_request messages
|
11 years ago |
Jonathan Frederic
|
c47f3d021b
|
Fix a bug in the code that parses the parent message from the msg_list
|
11 years ago |
Jonathan Frederic
|
acbbc60e09
|
Change the window length to 1s
|
11 years ago |
Jonathan Frederic
|
7232a6a99a
|
Clarification & cleanup
|
11 years ago |
Jonathan Frederic
|
69faf0fb9b
|
Change the logic so the intervals are checked all of the time,
also changed no-limit default to "0"
|
11 years ago |
Jonathan Frederic
|
f83485fcee
|
Remove log msg
|
11 years ago |
Jonathan Frederic
|
4c99c5f7f8
|
Limit on websocket, not zmq
|
11 years ago |
Jonathan Frederic
|
3b3c4d0315
|
Add simple iopub message rate limiter
|
11 years ago |
Carol Willing
|
b410df0032
|
Merge pull request #907 from captainsafia/add-interface-desc-talks
Add information about names of UI element to docs
|
11 years ago |
Carol Willing
|
453a43275d
|
Merge pull request #924 from willingc/readme-pasta
Correct copy pasta typos
|
11 years ago |
Safia Abdalla
|
9b01b0a757
|
Addressed PR comments
|
11 years ago |
Carol Willing
|
6d702c41d0
|
Correct copy pasta typos
|
11 years ago |
Min RK
|
9bd4a49cf6
|
Merge pull request #923 from anirudhjoshi/master
Fixed missing import of to_api_path in post_save_hook example
|
11 years ago |
anirudhjoshi
|
eb2764bbad
|
Fixed missing import of to_api_path in example
|
11 years ago |
Min RK
|
527538839b
|
Merge pull request #918 from jcb91/notebook/js/codecell
Fix Uncaught ReferenceError: Pos is not defined
closes #917
|
11 years ago |
Min RK
|
7bfeea46f5
|
Merge pull request #915 from minrk/right-soft-selected
Remove soft selected right border background-leaking
|
11 years ago |
Josh Barnes
|
53b8e37633
|
fix for #917, a bug introduced by a typo in 89b7d96ccd
|
11 years ago |
Safia Abdalla
|
0ec51645a4
|
Updated table of contents
|
11 years ago |
Safia Abdalla
|
66aa256a69
|
Added UI components page
|
11 years ago |
Safia Abdalla
|
b9a9b0d613
|
Added user interface screenshots
|
11 years ago |
Brian E. Granger
|
d86714a015
|
Merge pull request #914 from minrk/check-origin
allow zmq check_origin with no args
|
11 years ago |
Matthias Bussonnier
|
308cbb2062
|
Remove soft selected right border background-leaking
|
11 years ago |
Min RK
|
b2d9faaa9b
|
Merge pull request #909 from Carreau/left-soft-selected
Remove left border on softselected cells
|
11 years ago |
Min RK
|
1257a3ac85
|
Merge pull request #905 from minrk/revert-configurable-config-dir
restore hardcoded config_dir
|
11 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.
|
11 years ago |
Min RK
|
bf6c89b1ce
|
Merge pull request #897 from Carreau/warn-name-ations
Improve warning on bad JavaScript API usage.
|
11 years ago |
Min RK
|
7abc4e8825
|
Merge pull request #910 from Carreau/fix-#904
Do not allow `<` in url.
|
11 years ago |
Matthias Bussonnier
|
ef0f3b9c0e
|
Do not allow `<` in url.
fix #904
|
11 years ago |
Matthias Bussonnier
|
cc69f06551
|
Remove left border on softselected cells
|
11 years ago |
Safia Abdalla
|
a5de8f2502
|
Added initial annotated image
|
11 years ago |
Min RK
|
da235aac27
|
Merge pull request #902 from willingc/update-readme
Update README content and links
|
11 years ago |
Min RK
|
fa5d71723b
|
Merge pull request #898 from blink1073/fix-websocket-cross-origin
Avoid error when using a cross-origin websocket
|
11 years ago |
Min RK
|
970507711b
|
restore hardcoded config_dir
|
11 years ago |
Carol Willing
|
69cd493201
|
Remove cute birds from screenshot
|
11 years ago |
Carol Willing
|
728e7f2022
|
Edit installation links and sentences
|
11 years ago |
Carol Willing
|
78015c8abe
|
Minor formatting fixes
|
11 years ago |
Carol Willing
|
2a2ac227f6
|
Edit PDF links
|
11 years ago |
Carol Willing
|
df53801efc
|
Add spacer between links
|
11 years ago |
Carol Willing
|
32c5dcfec1
|
Clarify docker machine example
|
11 years ago |
Carol Willing
|
2d884a29c8
|
Correct docker-machine command
|
11 years ago |
Carol Willing
|
593f858538
|
Add link for Project Jupyter documentation
|
11 years ago |
Carol Willing
|
1a62c5b78e
|
Add trademark to Big Split
|
11 years ago |
Carol Willing
|
edb5280429
|
Edit link text
|
11 years ago |
Carol Willing
|
3e56ecfb47
|
Change heading size
|
11 years ago |
Carol Willing
|
187adf1a2e
|
Fix typos and image size
|
11 years ago |
Carol Willing
|
f8fa3fa1df
|
Add brief context of move to language-agnostic Jupyter from IPython
|
11 years ago |