Commit Graph

174 Commits (04726d2563386b22d4e22aa111b68e60d260ea75)

Author SHA1 Message Date
Matthias Bussonnier 60b35be373 Merge pull request #3333 from t-8ch/patch-1
13 years ago
Brian E. Granger 5f9e6f02f1 Updating more imports.
13 years ago
Brian E. Granger d2100bdc06 Fixing imports for frontend tests.
13 years ago
Brian E. Granger abeed98476 Moving web services into a subdir.
13 years ago
Brian E. Granger 55243f1c1b Refactor notebookapp __init__ method.
13 years ago
Brian E. Granger 428b727b1a Renaming api handlers and moving FileFindHandler into base handlr.
13 years ago
Brian E. Granger f17c77eba0 Updating import statements after moving notebook files around.
13 years ago
Brian E. Granger 5359f7c99b More work on the handlers
13 years ago
Brian E. Granger f0fb443fd4 Removing debug message.
13 years ago
Brian E. Granger 0b28fde1b8 Adding __init__.py
13 years ago
Brian E. Granger 6f891eeb6e Splitting handlers into different files.
13 years ago
Thomas Weißschuh 44f5fd3d87 notebookapp: add missing whitespace to warnings
13 years ago
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