298 Commits (e32031f78cc8e9dbf3cf0732195332fb8e4e4321)

Author SHA1 Message Date
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
Pallavi Bharadwaj d04b35cab5 descriptive log for port unavailable and port-retries=0
6 years ago
Thomas Kluyver f185f4127d
Merge pull request #5021 from krinsman/master
6 years ago
Thomas Kluyver 10c7d2a53f
Merge pull request #5075 from shevelevs/DynamicDefaultForMinOpenFilesLimit
6 years ago
Sergey Shevelev e46a344fa6 Making default value for min_open_files_limit dependent on user's
6 years ago
William Krinsman 765c9f7316 Implement Thomas Kluyver's idea -- let the contents and kernel managers get the application option as part of calculating the default
7 years ago
Min RK 29ec93627c workaround tornado py38 compatibility issue
7 years ago
Marcus D Sherman 0a1fff1d0d
Removing unneeded tornado setting
7 years ago
Marcus D Sherman 4fe631a248
Changes from code review comments
7 years ago