Commit Graph

165 Commits (da2d54f73e5aa2f8f5285b2e477b15407dc2e9c3)

Author SHA1 Message Date
Josh Barnes 79c5fb5ac9 add separate flag for NbserverListApp json list output
9 years ago
Josh Barnes e49fb8bcec Ensure NbserverListApp produces valid json even for multiple/no servers
9 years ago
Jason GAO df177b0d1b Type error in notebookapp.py
9 years ago
John Emmons f81fb46ff6 Preliminary i18n implementation as outlined in JEP 16 (#2140)
9 years ago
Thomas Kluyver f623092b90 Log how many kernels need shutting down
9 years ago
Thomas Kluyver f0e27a9eef Merge pull request #2492 from minrk/websocket-compression-options
9 years ago
Matthias Bussonnier e04c210fbd Merge pull request #2507 from takluyver/shutdown-handler
9 years ago
Steve (Gadget) Barnes 19d23e2de7 Issue #2502: Add line break after The Jupyter Notebook is running at: (#2505)
9 years ago
Thomas Kluyver 576c3d9f9a Add /api/shutdown handler
9 years ago
Min RK a49397bf98 expose passthrough for WebSocketHandler.get_compression_options
9 years ago
Min RK 5a4b968e3b sys.stdin can be None
9 years ago
Thomas Kluyver b93820bf4c Merge pull request #2419 from minrk/notebook-stop
9 years ago
Min RK 9e84fe332c test notebook stop
9 years ago
Min RK b74003b8d5 check allow_root after calling super
9 years ago
Min RK 0d200ce9ab minor cleanup in 'jupyter notebook stop'
9 years ago
Thomas Kluyver d00b7e3e17 Merge pull request #2388 from brookisme/notebook-stop
9 years ago
Brookie Guzder-Williams 44df51ad60 always exit(1) if not server found. break up long list comprehension
9 years ago
Brookie Guzder-Williams b2f63b4a9c SIGTERM not SIGQUIT
9 years ago
Brookie Guzder-Williams ed4de773c9 remove unused kill_cmd/signal prop
9 years ago
Brookie Guzder-Williams 277d000d54 dont cast to string
9 years ago
Brookie Guzder-Williams 8b20dcc918 exit if server not found
9 years ago
Brookie Guzder-Williams b6ac73cbe1 use os.kill
9 years ago
Brookie Guzder-Williams 219c762f32 remove unused props
9 years ago
Min RK c3f1207c64 fix add-trailing-slash login in base_url
9 years ago
Brookie Guzder-Williams cd3233ff4e NbserverStopApp: stop notebooks through cli - jupyter notebook stop <PORT>
9 years ago
Thomas Kluyver 05979d9a4b Merge pull request #2368 from minrk/stream-data-rate-boogaloo
9 years ago
Min RK ee13349d2d Merge pull request #2262 from wordofglass/new_browser_window
9 years ago
Min RK 3d7c9b51a6 only consider stream outputs for data-rate limit
9 years ago
Min RK 92900ed412 Remove ignored config_dir arg to config_manager
9 years ago
Min RK 15341ac758 Revert "only consider stream output for data rate limit"
9 years ago
Min RK 5da6eb6a41 only consider stream output for data rate limit
9 years ago
Min RK 420715e3e5 Merge pull request #2234 from takluyver/i2204
9 years ago
Grant Nestor 32df89fd62 Set `server_root_dir` based on user directory path
9 years ago
wordofglass f1253c460f Directly expose the `webbrowser.open` new argument.
9 years ago
Grant Nestor 96676c079c Use `contents_manager.root_dir`
9 years ago
wordofglass ff88ae072f Add 'new_browser_window' config option
9 years ago
Kaushik Chaubal 7d4965abc0 fix of uploading large files crashes the browser #96 + adding unit tests
9 years ago
Thomas Kluyver b2d048a85e [WIP] Show server root directory in move dialog
9 years ago
Thomas Kluyver 6fbb39193a Bump up tornado buffer sizes to allow saving large notebooks
9 years ago
Matthias Bussonnier 6b4ec572b5 Fix typos.
9 years ago
Min RK fde1c6e26b handle self.config_dir and self.config_file_name in server_extensions
9 years ago
Min RK ad01950c4f Merge nbserver_extensions
9 years ago
Thomas Kluyver 0ed0af50b7 Remove hardcoded widgets check
9 years ago
Thomas Kluyver 39b756bf34 Merge pull request #1905 from gnestor/pr/1755
9 years ago
Matthias Bussonnier be5cf10a7d Merge pull request #2065 from jinmehta13/console-welcome-message
9 years ago
Matthias Bussonnier 12688f2a8d show message only on dev
9 years ago
Grant Nestor 0034f2a251 Create `/view` route, handler, and template
9 years ago
Jinesh Mehta f1a03a7ce3 added welcome message to terminal output on Notebook server app start
9 years ago
Min RK 32a353378a track REST API activity
9 years ago
Kyle Kelley f5f97d1f93 Merge pull request #2007 from minrk/password
9 years ago