Commit Graph

76 Commits (fd3d5edb66c2f750e893fed7a4beeaa8dcfcb3c6)

Author SHA1 Message Date
Andrew Straw 332fdf662c let websocket server be traited config option
14 years ago
Andrew Straw bd7f1f941c allow setting base_project_url and base_kernel_url to non-default values
14 years ago
Andrew Straw 81a636dabf use Tornado's handler.static_url() in templates
14 years ago
Min RK 41149ba246 Merge pull request #1253 from ivanov/profile_auto_create
14 years ago
Brian Granger eef6d192e4 Created new print view for notebook printing.
14 years ago
Brian Granger 8cd495c38f Beginning work on notebook duplication.
14 years ago
Paul Ivanov 9e475c3dc5 set auto_create flag for notebook apps
14 years ago
Min RK e4beaf0a73 Merge pull request #1211 from minrk/localfiles
14 years ago
MinRK 87877e9a7f explicit for-loop in cleanup_kernels
14 years ago
MinRK 1d65883212 serve local files as `files/foo`
14 years ago
MinRK ba5e2538b5 use absolute URLs for static files
14 years ago
MinRK d67865c73c authenticate local file access
14 years ago
MinRK 831fb175f8 serve files in notebook-dir as local/foo
14 years ago
MinRK 13fc7e5c41 cleanup connection files on notebook shutdown
14 years ago
Fernando Perez 572e1eb56f Add message about how to stop the notebook.
14 years ago
Fernando Perez 7c7a48e2ce Define flags in application that's going to use them.
14 years ago
Fernando Perez fd485e23fc Add --script flag as shorthand for the script autosave notebook option.
14 years ago
Timo Paulssen eb51077b26 look for mathjax in the custom static path if it's supplied.
14 years ago
Timo Paulssen 7fa16984cc this is how the configuration system is supposed to be used.
14 years ago
Timo Paulssen ec0026bbf9 use IPythons config subsystem to allow overrides to the tornado web app.
14 years ago
MinRK bf7f3336ae Split swallow_argv into standalone function in lib.kernel
14 years ago
MinRK 72fb49b7c7 adjust missing mathjax handling per review
14 years ago
MinRK 36024bcf83 allow the notebook to run without MathJax
14 years ago
MinRK 8e2758c0ce don't assume ioloop.install is defined (pyzmq < 2.1.7)
14 years ago
MinRK d94d6dbffa use pyzmq tools where appropriate
14 years ago
Fernando Perez 1e9cee6f10 Merge branch 'logout_button' of https://github.com/stefanv/ipython into stefanv-logout_button
14 years ago
MinRK 70de13a394 add Integer traitlet
14 years ago
Fernando Perez 2a9ae4ee37 Fix failing doctests and post correct example of passwd() usage.
14 years ago
Stefan van der Walt 3b6c151b72 Add logout button.
14 years ago
Stefan van der Walt b2972a7e98 Integrate hashed passwords into the notebook.
14 years ago
MinRK 00c797e2b5 remove superfluous ws-hostname parameter from notebook
14 years ago
Fernando Perez 83ddbf5987 Merge pull request #931 from minrk/readonly
14 years ago
Fernando Perez 7c04cc70fd Merge pull request #921 from minrk/traiterror
14 years ago
MinRK 1f7fd1db3f catch_config -> catch_config_error
14 years ago
MinRK 65a6cb3b1c move read_only flag to page-level
14 years ago
Fernando Perez 6e1bbf8fc3 Start webbrowser in a thread. Prevents lockup with Chrome.
14 years ago
MinRK a3a0be08bb allow fully read-only mode if no password is set
14 years ago
MinRK a6de5947de add read-only view for notebooks
14 years ago
MinRK 9a7fda926d Allow notebook server to run in read-only mode
14 years ago
MinRK 268c5e778d Show invalid config message on TraitErrors during initialization
14 years ago
MinRK 48c344ecf5 fix --no-browser flag in notebook after rename
14 years ago
Brian E. Granger 5f3fd837a4 Renaming NBBrowserHandler->ProjectDashboardHandler.
14 years ago
Brian E. Granger c900979a80 Misc changes to the notebook.
14 years ago
Thomas Kluyver 74771e4037 Add ability to open the notebook in a browser when it starts.
14 years ago
MinRK 7041224f96 fix typo in stripping kernel args in nb and qt
14 years ago
MinRK 4d7ef4899e enable HMAC message signing by default in notebook kernels
14 years ago
MinRK b01c6ef0c4 use zmq.KernelManager to manage individual kernels in notebook
14 years ago
MinRK e38729c9b2 fix kernel_argv scrubbing to cover args passed with space
14 years ago
MinRK 5dd7dce0b2 fix installation of zmq IOLoop into tornado
15 years ago
MinRK dbfe19f6e2 notebook auth adjustments
15 years ago