Commit Graph

86 Commits (acf0da01d9a690dfd0768321ec61c5fc633f772f)

Author SHA1 Message Date
MinRK acf0da01d9 make CORS configurable
12 years ago
MinRK 78a8cb877f remove KernelApp.parent_appname
12 years ago
Thomas Kluyver f6628b7006 Refactor kernelspec resource handler to separate URL prefix
12 years ago
Thomas Kluyver 02fa348c69 Create REST API for kernel specs
12 years ago
MinRK f75d9be34f make the various manager classes in the notebook app configurable
12 years ago
Thomas Kluyver b80466ca8b Merge pull request #5667 from minrk/no-log-date
12 years ago
MinRK 50aa2b3c23 refuse to start if `--pylab` is given
12 years ago
MinRK 9484864828 informative warning on `ipython notebook --pylab`
12 years ago
MinRK c90df1d694 disable specifying kernel args on the notebook command-line
12 years ago
MinRK 914de94fe7 use tornado logging in NotebookApp
12 years ago
MinRK 5078049a08 use 'localhost' as default for the notebook server
12 years ago
MinRK 551f534d92 add missing `browser` to notebook_aliases list
12 years ago
Renaud Richardet 13c6303010 do not shutdown notebook if 'n' is part of answer
12 years ago
Thomas Kluyver b878696a95 Fix starting notebook server with file/directory at command line.
12 years ago
MinRK f9758dd453 add NotebookNotary to NotebookApp's class list
12 years ago
MinRK bb7f27541f write config instead of direct assignment from the command-line
12 years ago
MinRK 6e09314027 fixup positional arg parsing in notebook app
12 years ago
Min RK c73acb300f Merge pull request #5200 from Carreau/jinja-no-cache
12 years ago
Matthias BUSSONNIER 816df5bb34 Allow to pass option to jinja env
12 years ago
MinRK 386274488d don't create notebook_dir if it doesn't exist
12 years ago
MinRK d37780c6a6 use config instead of App.instance to propagate notebook_dir
12 years ago
MinRK cb25736a24 reorganize who knows what about paths
12 years ago
MinRK 37cb0fbdee remove websocket url
12 years ago
MinRK a184724bdb remove base_kernel_url
12 years ago
MinRK e1e0b19a6a s/base_project_url/base_url/
12 years ago
MinRK c2cb64c9a0 adjustments to notebook app logging
12 years ago
Matthias Bussonnier 0ec0534ce9 Merge pull request #4796 from minrk/update-components
12 years ago
Thomas Kluyver 3673bc6305 Merge pull request #4788 from minrk/warn-pylab-notebook
12 years ago
Min RK ec77ad18b7 Merge pull request #4772 from takluyver/nbserver-files
12 years ago
Thomas Kluyver fcb21fed17 Make names in JSON more consistent as per @ellisonbg's suggestion.
12 years ago
Thomas Kluyver e932429762 Command line entry point to list running notebook servers
12 years ago
MinRK 063bfa9688 we don't bundle lessc anymore, remove its vestiges
12 years ago
MinRK a485df87eb mention that `ipython notebook --pylab` will be disabled
12 years ago
MinRK db4c814812 warn when notebook is started in pylab mode
12 years ago
Thomas Kluyver 15f94953bb Fix writing server info files on Python 2
12 years ago
Thomas Kluyver 71902059d3 Write notebook server info file in security directory
12 years ago
MinRK b62da23660 render custom HTML for error pages
12 years ago
Thomas Kluyver 30e8939a27 Separate listing nbconvert exporters to /api/nbconvert
12 years ago
Thomas Kluyver 7655ce579e Add HTTP handlers for nbconvert
12 years ago
MinRK 24e5153246 fix warning condition on notebook startup
12 years ago
Thomas Kluyver d4532983f4 Convert print statements to print function calls
12 years ago
Paul Ivanov f04eca3ddd remove monkey patch for older versions of tornado
12 years ago
Thomas Kluyver daf15735bd Merge pull request #4428 from minrk/tornado-3.1
12 years ago
MinRK 6fa13ebb98 bump minimum tornado version to 3.1.0
12 years ago
MinRK 79a7b1e421 fix tornado log propagation
12 years ago
Paul Ivanov 641fdc77a7 include the # of active kernels in server info
12 years ago
MinRK a45e997176 don't warn when open_browser and not file_to_run
12 years ago
MinRK 18022a7db8 don't relay notebook dir to kernel from command-line
12 years ago
MinRK bf58dddf26 single warning message for bad startup notebook
12 years ago
MinRK 714afa7b0f fix initial-file opening in the notebook
12 years ago