162 Commits (4aa2bca46c1d413e1aa02b1bd09eb5ebfb52186f)

Author SHA1 Message Date
MinRK 9b22138a9b use highlevel in notebook log format
13 years ago
MinRK 19c6442a7d check submodules when starting the notebook server
13 years ago
MinRK dd234bbc93 add ModifyCheckpoints handler
13 years ago
MinRK 62d61cbbc0 add notebook checkpoint handler
13 years ago
Brian E. Granger 1494b484b6 Removing print handler and URL regepx.
13 years ago
Brian E. Granger e416cb8658 Removing old restuctured text handler and web service.
13 years ago
MinRK 82f0f359ac add missing mathjax_url to new settings dict
13 years ago
MinRK 510897f0aa add stdin channel to NotebookApp
13 years ago
MinRK 8c5a44813c hook up tornado 3's loggers to our handlers
13 years ago
MinRK f887f050aa cleanup IPython handler settings
13 years ago
MinRK cd0d29206f move check_for_zmq to utils.zmqrelated
13 years ago
MinRK 7ad15715a0 remove workarounds for no-longer-supported pyzmq versions
13 years ago
MinRK 5139e190d8 move DEFAULT_STATIC_FILES_PATH to frontend.html.notebook
13 years ago
Min RK 98c672ad51 Merge pull request #3147 from meteogrid/rproxy_support
13 years ago
Brian E. Granger 0490978989 Merge pull request #3058 from minrk/redirect
13 years ago
Paul Ivanov 113ba6157f addressing @minrk's PR feedback
13 years ago
Paul Ivanov 836d20e5e1 closes #3045, #3123 for tornado < version 3.0
13 years ago
Alberto Valverde 9e38b20e8f Added trust_xheaders config option to delegate it to HTTPServer.
13 years ago
Paul Ivanov 9ca886dc11 check for SIGUSR1 before using it, closes #3074
13 years ago
Paul Ivanov 6334a481b2 print info string on interrupt, log it on startup
13 years ago
MinRK 10b209f93e add redirect handler for notebooks by name
13 years ago
Paul Ivanov fd467e75b6 make SIGUSR1 and SIGINFO trigger printing of info
13 years ago
Paul Ivanov 218087104d log the notebook server directory
13 years ago
Paul Ivanov 786396cbb0 on resume, print server info again
13 years ago
Bussonnier Matthias b8fe73ba3c Merge pull request #2932 from takluyver/get-static-files
13 years ago
Thomas Kluyver 9e2894caa2 Simplify using notebook static files from external code.
13 years ago
MinRK e1748fe10a fix last remaining KernelApp reference
13 years ago
Brian E. Granger 25fb761da3 Merge pull request #2708 from Carreau/less-css
13 years ago
MinRK c4c8d970aa define and test IPython.kernel public API
13 years ago
MinRK 1d0cae7b2e mv IPython.zmq to IPython.kernel.zmq
13 years ago
MinRK 1f35decb54 move IPKernelApp from zmq.ipkernel to zmq.kernelapp
13 years ago
MinRK 8338b936db move utils.kernel (formerly entry_point and lib.kernel) to kernel.util
13 years ago
MinRK b24d16b532 move IPython.lib.kernel to IPython.utils.kernel
13 years ago
Matthias BUSSONNIER d078afb51a use less as a component
13 years ago
Matthias BUSSONNIER 1991cc187e remove trailing whitespace
13 years ago
Bussonnier Matthias 412b54b21f fix print css less
13 years ago
Bussonnier Matthias d46b6ad3b9 add less flag
13 years ago
W. Trevor King d1506a5a02 frontend.html.notebook: Use utils.localinterfaces.LOCALHOST
13 years ago
MinRK fa989a99a1 ip/transport live in KernelManager now
13 years ago
Brian E. Granger f37d707c08 Creating application.config attribute.
13 years ago
Brian E. Granger 82f4cf5574 General cleanup of kernelmanger.MultiKernelManager.
13 years ago
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