Min RK
|
b0cae1f51b
|
Merge pull request #214 from jasongrout/trait-instances
Use instances of traits instead of trait classes
|
11 years ago |
Min RK
|
c42869c3b8
|
remove 'name' arg from file_exists docstring
Only path is used, not separate name, path.
|
11 years ago |
Jason Grout
|
cf69ab7428
|
Use instances of traits instead of trait classes
|
11 years ago |
Thomas Kluyver
|
3c42206759
|
Store frontend config in nbconfig/ subdirectory
Closes gh-211
|
11 years ago |
Min RK
|
71c2387e34
|
Merge pull request #173 from jasongrout/swagger
Rough draft of documentation for the notebook REST API for kernels, kernel specs, and sessions
|
11 years ago |
Min RK
|
83367684e1
|
Merge pull request #164 from techtonik/patch-1
Write notebooks with Unix newlines on Windows
|
11 years ago |
Jason Grout
|
a690e6c059
|
Serve API from the handlers directory
|
11 years ago |
Jason Grout
|
ad25d33808
|
Add an api discovery url
|
11 years ago |
Jason Grout
|
19c6905769
|
Move API yaml docs to the static/ directory so they are served with the notebook
We do this because there are plenty of machine-driven tools to read this and generate nice docs, etc.
|
11 years ago |
Jason Grout
|
11ae4d7ff5
|
Rough draft of documentation for the notebook REST API for kernels, kernel specs, and sessions
|
11 years ago |
Min RK
|
5403d2479d
|
make content_security_policy a property
and *add* `default-src: 'none'` to API handlers
custom CSP applies to all handlers
|
11 years ago |
Min RK
|
709ed0d04b
|
Add APIHandler base class
- ensures all API responses are json
- sets CSP to prevent js execution on all API replies
|
11 years ago |
anatoly techtonik
|
535a04da42
|
Fix tests and allow atomic_writing with CRLF if needed
Per review comments in https://github.com/jupyter/notebook/pull/164
|
11 years ago |
anatoly techtonik
|
5842156d82
|
Write notebooks with Unix newlines on Windows
This avoids unnecessary notebook linefeed conversions
when working with version control from different systems.
|
11 years ago |
Jason Grout
|
a016e42cf7
|
Add links to the REST API documentation (what there is on the wiki)
|
11 years ago |
Min RK
|
1a91f8ce74
|
remove clusters tab from notebook
moving to an nbextension in ipyparallel
|
11 years ago |
Min RK
|
d71a59cc9f
|
s/jupyter_notebook/notebook
|
11 years ago |