89 Commits (293243fcf435fcb8d7ccfdcdb6d12790b77bbe23)

Author SHA1 Message Date
MinRK 86e3e953da add ioloop.install to backported patches
14 years ago
MinRK 6e2694a9d9 handle old pyzmq in notebook exit confirmation
14 years ago
MinRK c5d7d6f08a confirm notebook shutdown on SIGINT
14 years ago
MinRK 3c19b40d2f exit notebook cleanly on SIGINT, SIGTERM
14 years ago
Brian Granger c0a87aa940 Notebook cluster manager now uses proper launchers.
14 years ago
Brian Granger f19a63759b First version of cluster web service.
14 years ago
MinRK 83c5470bf7 load mathjax from CDN via https
14 years ago
MinRK 7ad2568d53 fix inverted self.browser logic
14 years ago
Paul Ivanov 6ee29b4c72 be more explicit about how --browser value is used
14 years ago
Paul Ivanov 407c8ee6d7 added --browser option to notebook
14 years ago
Paul Ivanov 7b9099041d document how to select browser for notebook
14 years ago
MinRK 7607bb6a5b Ensure handler patterns are str, not unicode
14 years ago
Andrew Straw ee9da32b05 use full URL when using alternate URL prefix
14 years ago
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