6067 Commits (e660a12934e10a322b5bba76750f44e835fcc263)
 

Author SHA1 Message Date
Thomas Kluyver 89a9c1c214 Merge pull request #7004 from minrk/jupyter-logo
12 years ago
Thomas Kluyver 8bfec5015b Add the . into file_extension
12 years ago
Min RK b54cc20357 use Jupyter logo in the notebook header
12 years ago
Jonathan Frederic d181172948 Implement view logic in selection containers.
12 years ago
Min RK c72c637511 move language name, version into language_info
12 years ago
Min RK 4ec20d55da fix loading of language name from kernel_info
12 years ago
Thomas Kluyver d567331d4d Better way of saving through CodeMirror
12 years ago
Thomas Kluyver 8dced9ab73 Styling to make it clearer where the editor is
12 years ago
Thomas Kluyver be85a342cf Set page title for editor
12 years ago
Thomas Kluyver 6419595371 Use NotificationArea in the text editor
12 years ago
Thomas Kluyver 88818dcfba Override Ctrl-S shortcut to save text editor contents
12 years ago
Thomas Kluyver 1b612e178b Update text editor for new contents API
12 years ago
Thomas Kluyver c1d012d703 Enable codemirror search/replace shortcuts
12 years ago
Thomas Kluyver 59b13f2d08 Refactor editor into Editor class
12 years ago
Thomas Kluyver f49bef7b0d Saving files works
12 years ago
Thomas Kluyver 25ee73a554 Loading a file works
12 years ago
Thomas Kluyver e6935d47c0 Basic infrastructure for new texteditor component
12 years ago
Kyle Kelley b6d0016a1d Merge pull request #6967 from regdoug/document-server-ports
12 years ago
Jason Grout 307a320284 tweak documentation for viewlists
12 years ago
Min RK 4066aec22a Merge pull request #6903 from minrk/writable
12 years ago
Min RK 837ef7f122 s/open_w/atomic_writing/
12 years ago
Min RK c9a4e5b00d handle various permission failures
12 years ago
Thomas Kluyver f424dafeba Merge pull request #6962 from takluyver/nb-dir-and-file-to-run
12 years ago
Jason Grout 93f658bc9b Make a copy of the input list so that changes to the children list don't automagically change our reference list
12 years ago
Jason Grout 7658bab99f Missing semicolon
12 years ago
Jason Grout a6b901fdd3 Make state_change initialization more conventional
12 years ago
Jason Grout 0164fd32ca Make error messages more consistent
12 years ago
Min RK bb23105fdd Handle unrecognized outputs and cells from the future
12 years ago
Jason Grout 88ed50afad Refactor the do_diff and manual child view lists into a separate ViewList object
12 years ago
Min RK 25fd994dba Merge pull request #6748 from Carreau/cleanup-nb
12 years ago
Bussonnier Matthias 907d70339e some extra comma/semicolon cleanup
12 years ago
Bussonnier Matthias ac355d757f update to use event
12 years ago
Matthias Bussonnier 9ae62c21b8 Some cleanup unused code and missig use-strict
12 years ago
Jonathan Frederic 295050060e Merge pull request #6988 from jasongrout/promises-again
12 years ago
Min RK 7af86625af Merge pull request #6982 from Carreau/ksm
12 years ago
Min RK a4aaf94cd6 Merge pull request #6987 from takluyver/i6983
12 years ago
Jason Grout 2b96a97118 Simplify error-handling code
12 years ago
Matthias Bussonnier 9caf579d8d Merge pull request #6975 from minrk/rename-error
12 years ago
Jason Grout da8cab76dd Clean up promises code some more.
12 years ago
Thomas Kluyver a570b6f6b4 Merge pull request #6980 from jasongrout/nbextension-symlink
12 years ago
Thomas Kluyver 5990012062 Fix conversion of input area to stream output
12 years ago
Matthias Bussonnier 1b1d1f2325 fix clientside notebook manager and assume tree is dir by default
12 years ago
Jason Grout 5a39c0c9bd Use os.remove instead of shutil.rmtree if we try to remove a symbolic link
12 years ago
Thomas Kluyver 8252f56b00 Allow FileContentsManager and MappingKernelManager to be used outside NotebookApp
12 years ago
Thomas Kluyver 6d776a5292 Allow starting the server with both file_to_run and notebook_dir
12 years ago
Thomas Kluyver 58b0669b9b Fix asyncy nbconvert to download
12 years ago
Thomas Kluyver 800e2ad25a 'Download as' script
12 years ago
Thomas Kluyver 2414db41e6 Merge pull request #6961 from minrk/profile-dir-no-3p
12 years ago
Min RK c7ad3aa47d Don't dismiss rename dialog until rename is complete
12 years ago
Min RK a62a9abdef update MappingKernelManager module docstring
12 years ago