306 Commits (fac228567eeaf6b15b196b82c7f294ff682d464e)

Author SHA1 Message Date
Matt Riedemann fac228567e Fix logging in _validate_log_json
6 years ago
Matt Riedemann 8b06db3eae Address review comments
6 years ago
Matt Riedemann 47e06b013b Log request properties separately when log_json=True
6 years ago
Matt Riedemann 3e32ce576c Cleanup for log_json review
6 years ago
Matt Riedemann 6a74393f95 Pass NotebookApp logger to log_request
6 years ago
Matt Riedemann ca95490d7c Add log_json config option with default and validation handling
6 years ago
Matt Riedemann b617d91052 Check for json log formatting in log_request
6 years ago
Matt Riedemann 1929fb53b8 Add support for JSON formatted logs
6 years ago
Kevin Bates e32031f78c
Remove unnecessary import of bind_unix_socket
6 years ago
Kevin Bates f5d6995089
Merge pull request #5587 from NemesisFLX/jupyter_token_file
6 years ago
Felix Mönckemeyer 4d1bdf8027
Added help description
6 years ago
David Lukes d157fa8fed Document login vs. non-login shell behavior
6 years ago
Felix Mönckemeyer e08b300251
Fixed typo
6 years ago
Felix Mönckemeyer c8d41130e6
Added support for JUPYTER_TOKEN_FILE
6 years ago
Ram Rachum 7d375282a9 Fix exception causes all over the codebase
6 years ago
Laura Merlo 95348dd1de FIX: removed double link when custom_display_url (#5400)
6 years ago
E. M. Bray 8e7c99ad8d
Workaround for socket permission errors on Cygwin (#4584)
6 years ago
Kevin Bates 4da22cef44
Restore detection of missing terminado package (#5465)
6 years ago
Max Klein 01e298f83d
added `--autoreload` flag to `NotebookApp` (#4795)
6 years ago
Zachary Sailer 3ec00ad2ad
Merge pull request #5372 from kevin-bates/cull-terminals
6 years ago
Kevin Bates 9d80001f83
Rename parent to nb_app
6 years ago
Kevin Bates 84b7b854b6
Apply review comments, revert interval validation, bump terminado to 0.8.3
6 years ago
Kevin Bates d2d50f127a
Add env variable support for port options (#5221)
6 years ago
Kevin Bates e06a55ea51
Merge branch 'master' into cull-terminals
6 years ago
Steven Silvester b69f22a1b1
Merge pull request #4835 from kwlzn/kwlzn/notebook_unix_socket
6 years ago
Kris Wilson dcc8874daa Feedback: remove socket on stop.
6 years ago
Kris Wilson 5aa6e0dfd5 Feedback: add socket usage check on bind and test.
6 years ago
Kris Wilson 02cd1fa8a0 Traitlets type handling fixup.
6 years ago
Kris Wilson 1af8283afa Feedback: validate sock-mode.
6 years ago
Kris Wilson ee509ad2d9 Feedback: Demote log level on --open_browser and --sock.
6 years ago
Kevin Bates b4a2ad990a
Merge pull request #5222 from kinow/patch-2
6 years ago
Kris Wilson bbf6c77227 Feedback: umask -> mode.
6 years ago
Kris Wilson 592af9a526 Feedback: opening.
6 years ago
Kris Wilson 328dca5496 Feedback: file_to_run and sock mutual exclusion.
6 years ago
Kris Wilson 07deb1d865 Feedback: remove error on --sock and --open-browser.
6 years ago
Kris Wilson 4af22581fc Feedback: repair stop command port targeting.
6 years ago
Kris Wilson 9bda4c61b9 Feedback: Improve stop server description.
6 years ago
Kris Wilson a9ed339d58 Add UNIX socket support to notebook server.
6 years ago
Kevin Bates ff3ebe699b
Terminate all terminals on server shutdown
6 years ago
Kevin Bates deeb1e1214
Add ability to cull terminals and track last activity
6 years ago
Rohit Sanjay beeac48534
Fix typo in password_required help message (#5320)
6 years ago
Kevin Bates 1fc9bc0b72
Add comments indicating when dependency check can be removed
6 years ago
Kevin Bates 53d4d08813
Fix detection of unsupported config, prevent async on 3.5
6 years ago
Kevin Bates 99b0afd16e
Apply changes per review
6 years ago
Kevin Bates 72d44c58cf
Switch class hierarchy to not use mixin base
6 years ago
Kevin Bates 8a4beb0d15
Convert to async/await and apply touch ups
6 years ago
Kevin Bates 7abd4bee27
Indicate that async kernel management is configured
6 years ago
Kevin Bates 3226b07345
Add support for AsyncMappingKernelManager
6 years ago
Bruno P. Kinoshita 619d534edb Update message about minimum Tornado version
6 years ago
Pallavi Bharadwaj 5996cdf6a4 descriptive log info for port in use and port-retries=0
6 years ago