Commit Graph

163 Commits (7c8f2fd0f56daec0fb2beedd6066e16b91c907b7)

Author SHA1 Message Date
Min RK ab7b35afdb link to /edit/ on files
11 years ago
Min RK b10ebdad4b s/current_selection/default_kernel/
11 years ago
Min RK 6a1cebe4c0 minor reflow of tree header
11 years ago
Min RK 371b031f40 informative hover text for current selection
11 years ago
Min RK d1bda196b7 remove some weird tabs
11 years ago
Min RK fbaae651ad remove UI for setting default kernel
11 years ago
Min RK 8eb6ec00d8 store current kernel selection in frontend config
11 years ago
Min RK 11ef669ec6 kernelspecs is a dict
11 years ago
Min RK d9767e8c94 separate selecting default kernel from new notebook with specified kernel
11 years ago
Min RK 0cfd8731a0 include current kernel name in new notebook dropdown
11 years ago
Min RK d312486840 Add kernel-select dropdown to new notebook button
11 years ago
Jonathan Frederic b53386b37b Ran function comment conversion tool
11 years ago
Osada Paranaliyanage bc55f3c16e Refresh terminal list. closes #7018 .
11 years ago
Scott Sanderson 16b9150151 DEV: Add various events.
11 years ago
Min RK 5eff21f3c6 simplify NotebookList.duplicate with recent changes
11 years ago
Min RK 036c47d032 set min-width on tree-list buttons
11 years ago
Min RK 8bad784ce5 update add_duplicate_button with API changes
11 years ago
David Neto 6aae1e219f Add the "Duplicate" button in the main dashboard
11 years ago
Thomas Kluyver aecb4bffa5 All aboard the promise train
11 years ago
Thomas Kluyver 11cfcc40d4 Use promises for GET requests
11 years ago
Min RK 287d572fb3 Merge pull request #6855 from takluyver/new-notebook-async
11 years ago
Min RK a257e580a0 Merge pull request #6854 from takluyver/post-new-terminal
11 years ago
Thomas Kluyver b046af083c Fix some bugs in deleting notebooks from the dashboard
11 years ago
Thomas Kluyver 260ebcebcf Open window before creating new notebook
11 years ago
Min RK 3870a30ce4 contents.new_untitled to match Python API
11 years ago
Min RK 39041a9f03 address review in contents service
11 years ago
Min RK 8407ba3a08 update frontend with path/name changes
11 years ago
Thomas Kluyver 538fcbc025 Close new window on error creating terminal
11 years ago
Thomas Kluyver 8da4e89e3a Make a window immediately, and set its location on response
11 years ago
Thomas Kluyver b7a558d5b9 Use synchronous request for creating new notebooks
11 years ago
Thomas Kluyver 1f2e4cc6c3 Fix passing empty list to draw_notebook_list()
11 years ago
Thomas Kluyver a4f869aa8b Rename methods to remove _file suffix
11 years ago
Thomas Kluyver 5279418acf Make Contents.new more generic
11 years ago
Kester Tong 89df330129 Modifies Contents API to return Error objects
11 years ago
Thomas Kluyver e1cbaf3d3c Fix spelling
11 years ago
Thomas Kluyver f8ec8d4abe Various minor fixes from review
11 years ago
Thomas Kluyver ea314a2a86 Rename callback parameters to success/error
11 years ago
Thomas Kluyver 060dd1305c Miscellaneous JS fixes
11 years ago
Thomas Kluyver c1c591336e Some more event cleanup
11 years ago
Thomas Kluyver c9bd254735 Make contents JS API consistent
11 years ago
Thomas Kluyver 9538726b16 Don't do UI stuff in contents API module
11 years ago
Jeff Hemmelgarn dab99c599f Remove unnecessary backwards compatibility code
11 years ago
Jeff Hemmelgarn 53463898eb Move contentmanager to contents
11 years ago
Jeff Hemmelgarn 09e0ff93d8 Fix a few problems with cherry-picked commits
11 years ago
KesterTong 3994d4d56a Adds configuration options to use Google Drive content manager
11 years ago
KesterTong e3ef5d3b70 Moves list_notebooks to ContentManager
11 years ago
KesterTong 61a911fc0c Fix constructor comments
11 years ago
KesterTong 0aada3ac5d Remove deleted notebook from notebook list
11 years ago
KesterTong 077ba397c1 Removes unnecessary parameter from ContentManager.delete_notebook
11 years ago
Jeff Hemmelgarn 728c6f005f Move deleting a notebook to contentmanager.js
11 years ago