Commit Graph

286 Commits (2a026ed45b74aaaab9e18bcd3099629962c2da92)

Author SHA1 Message Date
Min RK 0a22217f7e Merge pull request #6900 from takluyver/contents-api-get-as-type
11 years ago
Min RK e4e1d47203 Merge pull request #6694 from takluyver/config-rest-api
11 years ago
Thomas Kluyver 0f44eced72 Put frontend config files in profile_foo/nbconfig/ subdir
11 years ago
Thomas Kluyver c9b6e30526 Actually pass URL params with API request
11 years ago
Thomas Kluyver f1f81e2efa Rename get_model() to get()
11 years ago
Thomas Kluyver 6f48b58b18 Fix various review comments
11 years ago
Thomas Kluyver b5a6cb7da1 Allow specifying format when getting files from contents API
11 years ago
Thomas Kluyver ce6dd40c5c Add type parameter for contents GET requests
11 years ago
Min RK da832ef59f split ContentsManager.new, add ContentsManager.new_untitled
11 years ago
Min RK 39041a9f03 address review in contents service
11 years ago
Min RK 74c897cc0b unicode!
11 years ago
Min RK bc4f0b32bb rename ContentsManager.create_file->new
11 years ago
Min RK 62dedf921b remove notebook['name'] from sessions
11 years ago
Min RK b6c4baa2fb remove copy via PUT
11 years ago
MinRK 3ada0c2c27 Remove separate 'path', 'name' in Contents API
11 years ago
Thomas Kluyver ae6ae8f7b0 Return updated config from PATCH requests
11 years ago
Thomas Kluyver c26b0f6961 Fix writing JSON on Python 2
11 years ago
Thomas Kluyver 425d5a1c02 Apply JSON config updates recursively
11 years ago
Thomas Kluyver 6786f86c63 Fix docstring, validate JSON on PUT
11 years ago
Thomas Kluyver a76a546627 Add REST API for retrieving, storing and updating config
11 years ago
Thomas Kluyver 963921c4ff Merge pull request #6832 from minrk/request-only-once
11 years ago
Min RK 525f6a7561 fix backward `f, nb` args for nbformat.write
11 years ago
MinRK 7cf53c998c restore ability to sign v3 notebooks
11 years ago
MinRK af735018f3 don't use nbformat.current in IPython.html
11 years ago
MinRK 12f94ae2a2 use from_dict for dict->notebook
11 years ago
MinRK dd95b1ef5f remove heading cells in v4
11 years ago
MinRK 07079095a8 update html/js to nbformat 4
11 years ago
Min RK 3e82ea8319 actually send only one kernel_info request
11 years ago
Min RK e329a79bc8 language is removed from kernel specs
11 years ago
Min RK a2575af6a7 log kernel specs that fail to load
11 years ago
Min RK e5b135a905 debugging websocket connections
11 years ago
MinRK a5a43e2746 Don't resend kernel info requests if a bad reply is received
11 years ago
MinRK 94d6196ef9 add websocket workarounds for tornado 3
11 years ago
MinRK 769fe38789 cache kernel_info reply for protocol adaptation
11 years ago
MinRK 3693ac83ae support binary message from javascript
11 years ago
MinRK c9c131ebf9 s/unserialize/deserialize
11 years ago
MinRK 7da61bfc13 use default kernel name in kernels service
11 years ago
MinRK 624f0071a2 remove on_first_message authentication
11 years ago
Matthias Bussonnier b2a0798fdf Merge pull request #6598 from minrk/nbformat-backport
11 years ago
Matthias Bussonnier 7d7b85a043 Merge pull request #6649 from minrk/302-notebooks
11 years ago
MinRK b87fee048c redirect /api/notebooks to /api/contents
11 years ago
MinRK b2d946d44e don't convert notebooks on upload
11 years ago
MinRK 8392c7ac9e don't check_and_sign old notebooks on upload
11 years ago
MinRK 4ae05c729c trust is stored in code_cell.metadata
11 years ago
MinRK ddd3aa2a5a add dialogs for failed save/load
11 years ago
Jessica B. Hamrick d606d53b4e More informative error messages
11 years ago
Matthias Bussonnier e808d23594 Merge pull request #6607 from minrk/cluster-load-remove
11 years ago
MinRK ee1d9d65f3 stop using deprecated DelayedCallback
11 years ago
MinRK 1f231f7b5a remove deleted profiles from cluster list
11 years ago
Jessica B. Hamrick 6bc5702398 More descriptive short message
11 years ago