Commit Graph

121 Commits (33b810fe53b713dbd514bbe1c260eb05726ec9aa)

Author SHA1 Message Date
Bussonnier Matthias 4e5b1eb41a diverse fixes for project url
13 years ago
Cameron Bates 7493794594 Move environment setting from handler to the notebook application
13 years ago
dkua 5993c3bf9f Made changes as per discussion in PR thread.
13 years ago
dkua da8c05414e Made some changes to message and logic as advised by Fernando.
13 years ago
dkua c8d3dbcc98 Refactored warning printout as per Issue #2244
13 years ago
Bradley M. Froehle 727379ec4f Notebook: Store the username in a cookie whose name is unique.
14 years ago
Brian Granger d95f4bc810 Renaming BaseNotebookManager->NotebookManager to preserve config.
14 years ago
Brian Granger f819997f6e Fixing minor bugs in notebookapp related to base class name.
14 years ago
Brian Granger 8df2d331a7 Fixing minor things for the Azure backed nb storage.
14 years ago
Brian Granger 9784a2ac52 Refactoring notebook managers and adding Azure backed storage.
14 years ago
Puneeth Chaganti a8556b5d9e CLN: Use name to id mapping of notebooks instead of searching.
14 years ago
MinRK 4ee5129dad log local mathjax path
14 years ago
MinRK 3c6c38289a handle single static path in FileFindHandler
14 years ago
MinRK 96158cff3f use FileFindHandler in NotebookApp
14 years ago
Bussonnier Matthias 22e757f91d Merge pull request #2073 from Carreau/fixes-1997
14 years ago
Matthias BUSSONNIER 51d715d00a allows password and prefix for notebook
14 years ago
Matthias BUSSONNIER d85f075ad7 conform to pep 3110
14 years ago
MinRK ab2de249ed disable ^C^C confirmation on Windows
14 years ago
MinRK 603b7d9598 relax profile regex in notebook
14 years ago
Bradley M. Froehle 7ae0c9482f notebook: Print a warning (but do not abort) if no webbrowser can be found.
14 years ago
Min RK e306daad47 Merge pull request #1981 from tkf/kill-bg-processes
14 years ago
MinRK 61bbd632ef use shutdown_kernel instead of hard kill in notebook
14 years ago
MinRK 272b954d7b use notebook-dir as cwd for kernels
14 years ago
MinRK 26a1cc7ee2 minor notebook-dir config adjustments
14 years ago
MinRK 91180c0511 add InlineBackend to ConsoleApp class list
14 years ago
Bradley M. Froehle 7c1091c299 exit if server cannot start (instead of ugly traceback)
14 years ago
Bradley M. Froehle 6faad7f38f NotebookApp: Make the number of ports to retry user configurable.
14 years ago
Brian E. Granger 13cc762f4c Merge pull request #1630 from minrk/mergekernel
14 years ago
MinRK b037cf18a4 move default log setup to _log_default from init_logging
14 years ago
Min RK c6fedc3456 Merge pull request #1686 from punchagan/notebook-cmd-line
14 years ago
MinRK f72eebe15f update with forthcoming MathJax CDN move
14 years ago
Puneeth Chaganti 1e9d2f4a1c ENH: Open a notebook from the command line
14 years ago
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