289 Commits (4da22cef44edd02ec3745da5234b939135f75aee)

Author SHA1 Message Date
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
7 years ago
Thomas Kluyver 10c7d2a53f
Merge pull request #5075 from shevelevs/DynamicDefaultForMinOpenFilesLimit
7 years ago
Sergey Shevelev e46a344fa6 Making default value for min_open_files_limit dependent on user's
7 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
Marcus D Sherman fa12f4b2f8
Setting to disable redirect file browser launch
7 years ago
Jason Grout 5acbc155b9 Add support for increasing the soft limit on open file handles (#4893)
7 years ago
Kerwin.Sun c1b45e3e5e remove raw_input
7 years ago
Kerwin.Sun ebfe75b6df rm dependences of py2 in base path.
7 years ago
Min ho Kim bd66c18b4f Fix typos (#4760)
7 years ago
Ashton Reimer dd0f5d2608
bfix: shutdown_server returns True when pid exists
7 years ago
Thomas Kluyver 8c8ce334b5
Merge pull request #4528 from minrk/override-mime-types
7 years ago
Ivan Ogasawara 55177807bc Fixed small issue and added more information about PROTOCOL_TLS
7 years ago
Ivan Ogasawara 61c50b1b8c Improve code, add docstring
7 years ago