Commit Graph

41 Commits (fd06bd161091d91a67153ed3e616773550935037)

Author SHA1 Message Date
Brian E. Granger fd06bd1610 Minor changes to the notebook handlers.
15 years ago
Brian E. Granger 5f3fd837a4 Renaming NBBrowserHandler->ProjectDashboardHandler.
15 years ago
Brian E. Granger 05729f7c0c Further cleanup and renaming of notebook.
15 years ago
Brian E. Granger ae37e2fe2c Simplifying logic on login page.
15 years ago
Brian E. Granger 36e15cb5c2 Adding data-project to the body data attribs.
15 years ago
Brian E. Granger 7611a38721 Minor changes to handlers.
15 years ago
MinRK 4f26dae311 don't present meaningless username option in notebook
15 years ago
Brian E. Granger 66d5c9f8a6 Adding base_project_url and base_kernel_url as HTML data attribs.
15 years ago
MinRK 4d7ef4899e enable HMAC message signing by default in notebook kernels
15 years ago
Fernando Perez eba1a8c796 Merge pull request #801 from takluyver/py3-notebook
15 years ago
Bernardo B. Marques 8e32204222 remove all trailling spaces
15 years ago
Thomas Kluyver 0f5c0f67c9 Fix for notebook in Python 3.
15 years ago
MinRK 3ee19c6563 only store hashed user_id in notebook cookie
15 years ago
MinRK d11ef986a4 authenticate Websockets with the session cookie
15 years ago
MinRK 152fe1b6f1 Authenticate all notebook requests (except websockets)
15 years ago
MinRK dbfe19f6e2 notebook auth adjustments
15 years ago
Satrajit Ghosh 546a0147fb fix: changed keyword input field to type password
15 years ago
Satrajit Ghosh c4d90c8a08 enh: added authentication ability for webapp
15 years ago
Brian E. Granger f1e4a59777 Adding messages to HTTPError raising.
15 years ago
Brian E. Granger d5fe8328e5 Converting notebooks to JSON format.
15 years ago
Brian E. Granger 0784df1b9d Making JSON the default .ipynb format.
15 years ago
Brian E. Granger e176318797 More review changes.
15 years ago
Brian E. Granger dfac7eca2b WebSocket url is now passed to browser when a kernel is started.
15 years ago
Brian E. Granger e45e339344 Kernel/notebook mapping is removed when a kernel dies.
15 years ago
Brian E. Granger 3602f7f023 Date is properly removed from JSON reply before WebSocket forward.
15 years ago
Brian E. Granger c7a12effa1 Export works with filenames having spaces.
15 years ago
Brian E. Granger a9d6f2eb2d Major refactor of kernel connection management in the notebook.
15 years ago
Brian E. Granger c72b41883f Adding tracebacks, evalue and etype to the nbformat and notebook.
15 years ago
Brian E. Granger 81a1099f87 Starting work on a Markdown cell.
15 years ago
Brian E. Granger 188e6271e1 Using beforeunload to save at exit and kill the kernel.
15 years ago
Brian E. Granger 8cf1812395 Fixed subtle bug in kernel restarting.
15 years ago
Brian E. Granger a0cbccaa03 Adding kernel/notebook associations.
15 years ago
Brian E. Granger ad84abcf36 Improvements to file uploaded, mime types and .py reader.
15 years ago
Brian E. Granger 458c48b229 File upload/import working from notebook browser.
15 years ago
Brian E. Granger c106630a2f Implemented basic notebook browser and fixed numerous bugs.
15 years ago
Brian E. Granger b11824ef1b Massive work on the notebook document format.
15 years ago
Brian E. Granger 47ca4892b1 More work on updating the notebook zmq forwarding.
15 years ago
Brian E. Granger 60a21ecc14 Work to adapt routers to new Session message protocol.
15 years ago
Brian E. Granger 1140eeb679 Initial reorg of files complete.
15 years ago
Brian E. Granger 29bd45d3d5 Fixing import statments in handlers and notebookapp.
15 years ago
Brian E. Granger 6e2fd5206e Creating files to new notebook app.
15 years ago