2918 Commits (e67c331a4e1c1cf7f37b7960f730bdab21dfb534)

Author SHA1 Message Date
tobaeyen cbb9c150a2 windows does not specify the mimetype of a file, removing check
6 years ago
Toon Baeyens a4ac2750b1 fix test
6 years ago
Toon Baeyens 3329474803 some documentation
6 years ago
Toon Baeyens cba497548c unify markdown generation
6 years ago
Toon Baeyens 8ef36d1868 only update when necessary
6 years ago
Toon Baeyens 5897787b5f view readme in directory
6 years ago
Felix Mönckemeyer 4d1bdf8027
Added help description
6 years ago
Remi Rampin 617f7468fe
Implement password hashing with bcrypt (#3793)
6 years ago
levinxo edc261c0f7 kill notebook its self when server cull idle kernel
6 years ago
Kevin Bates 0df10dee3e
Merge pull request #5588 from dlukes/login-shell
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
Kevin Bates 3941004e68
Merge pull request #5545 from adamblake/patch-1
6 years ago
David Lukes fad1ce56e3 Improve login shell heuristics
6 years ago
David Lukes b152dd314d
Nested shells should not be login (#5247) (#5565)
6 years ago
Ram Rachum 7d375282a9 Fix exception causes all over the codebase
6 years ago
Kevin Bates db46c594bb
Merge pull request #5530 from cool-RR/patch-1
6 years ago
Adam Blake f2db0265d4
Respect cell.is_editable during find-and-replace
6 years ago
Laura Merlo 95348dd1de FIX: removed double link when custom_display_url (#5400)
6 years ago
Ram Rachum 54e58be448
Fix exception causes in handlers.py
6 years ago
Steven Silvester b5a488835e remove commented out code
6 years ago
Reece Hart 427bc961ee closes #4029: implement optional markdown header and footer files
6 years ago
Kevin Bates e937fd7992
Back to dev version
6 years ago
Kevin Bates 36bc44a82c
Release 6.1.0rc1
6 years ago
E. M. Bray 8e7c99ad8d
Workaround for socket permission errors on Cygwin (#4584)
6 years ago
mattn dbfa82c3e7
Add japanese translation files (#4490)
6 years ago
Mingxuan Lin 866f4f8e0d
Fix for the terminal shutdown issue (#4180)
6 years ago
Shane Canon b5b44eb520
Fix for recursive symlink issue #4669 (#4670)
6 years ago
Joshua Zeltser fb08a1bda3
TO show tooltips via keyboard forDuplicate,View,Rename, Download, Shutdown, Edit,Move, Delete buttons. (#4729)
6 years ago
tao a90121c0d2
Solve issue #3940: The dropdown submenu at notebook page is not keyboard accessible (#4732)
6 years ago
Ben Thayer ea0ac90257
Backspace deletes empty line (#5502) (#5516)
6 years ago
Zachary Sailer ed5e9d6d0e
Merge pull request #5316 from berendjan/reduce_duplication
6 years ago
Matthias Geier 5aba3b824c
MathJax: Support for \gdef (#4407)
6 years ago
Aman Bansal 45d9f38d36
Alignment issue fixed (#3173)
6 years ago
Ben Thayer cf5cb64c32
Implemented Split Cell for multicursor (#4824)
6 years ago
Ben Thayer d406b8c6a3
Fixed multicursor backspacing (#4880)
6 years ago
Mohammad Mostafa Farzan 6b83c9b4c5
unforce rtl output display (#5039)
6 years ago
Mohammad Mostafa Farzan 2ac0ff3d97
add codemirror-rtl to rtl markdown cells (#5037)
6 years ago
Mohammad Mostafa Farzan 80fc3c8c48
add support for all RTL languages (#5036)
6 years ago
John de2f3f724d
remove old JS markdown tests, add a new one in selenium (#5497)
6 years ago
Kyle Kelley 6308e979aa
Merge pull request #2922 from takluyver/run-cell-play
6 years ago
lucabem 266e2978e9 Changed _get_endpoint_for_user_filter to static and used in constructor class instead of each class method
6 years ago
lucabem f5322fc387 Added functionality to allow filter kernels by Jupyter Enterprise Gateway using KERNEL_USERNAME env var
6 years ago
Kevin Bates 6e9256b064
Culling: ensure last_activity attr exists before use (#5355)
6 years ago
Kevin Bates 4da22cef44
Restore detection of missing terminado package (#5465)
6 years ago
Kevin Bates 66ad3f469c
Enable check_origin on gateway websocket communication (#5471)
6 years ago
Max Klein 01e298f83d
added `--autoreload` flag to `NotebookApp` (#4795)
6 years ago
Toon Baeyens b278fa67de
Make a notebook writable after successful save-as (#5296)
6 years ago
Onno Broekmans 7563c54dfc
Fix broken "Raw cell MIME type" dialog (#3255) (#5385)
6 years ago
Madhusudhan Srinivasa 4775ee551a
use cmdtrl-enter to run a cell (#5120)
6 years ago
dSchurch f42f2408b0
Migrate Move multiselection test to selenium (#5158)
6 years ago
Niko Felger d84faae6a8
Convert notifications JS test to selenium (#5455)
6 years ago
Zachary Sailer ae7747f2b7
Merge pull request #5352 from ErwinRussel/refactoring
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 2064957a84
Add basic terminal manager tests
6 years ago
Afshin Taylor Darian e9ce1b7461
Merge pull request #5107 from manics/toolbar-button-help-tooltip
6 years ago
Simon Li 5d47947675 Toolbar buttons tooltip: fallback to label as tooltip, set aria-label
6 years ago
Steven Silvester 038b2c0c4c
remove unnecessary import of requests_unixsocket (#5451)
6 years ago
Kevin Bates d2d50f127a
Add env variable support for port options (#5221)
6 years ago
Simon Li d7f86ef6d3 Toolbar buttons tooltip: show help instead of label
6 years ago
Kevin Bates cd9b1a874b
Add cull_interval validate, rename method - per review
6 years ago
Kevin Bates e06a55ea51
Merge branch 'master' into cull-terminals
6 years ago
Zachary Sailer cbfc4dae91
Merge pull request #5351 from berendjan/download_multiple_files
6 years ago
Steven Silvester ebd2b5701c
Merge pull request #5198 from bzinberg/zeros-crash
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 e577b6c40c
Merge pull request #5354 from berendjan/Added_NL_language
6 years ago
Berend-Jan Lange 42bc3f7c4b updated terminado sentence
6 years ago
Berend-Jan Lange 30bbf1af80 updated with toonijn's comments 2
6 years ago
Kevin Bates a291f31cfe
Merge pull request #5425 from pinarkavak/log-notebook-type
6 years ago
Pinar Kavak 8c063c2a61 Added notebook name to the logs
6 years ago
Berend-Jan Lange 41f9f615df updated with toonijn's comments
6 years ago
Kevin Bates b4a2ad990a
Merge pull request #5222 from kinow/patch-2
6 years ago
Kevin Bates df887b2edf
Check for invalid characters prior to rename (#5193)
6 years ago
Kris Wilson 1a5eed8678 Make integration test conditional for CI compatibility.
6 years ago
Kris Wilson 3e28cfd603 Feedback: improve test coverage.
6 years ago
Kris Wilson 8d9b8c6f06 Cleanup.
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 b9567512f8 Fixup tests.
6 years ago
Kris Wilson 8aad324773 Fixup.
6 years ago
Kris Wilson 20b5cb8e4d Fixup.
6 years ago
Kris Wilson a9ed339d58 Add UNIX socket support to notebook server.
6 years ago
Jesus Panales Castillo 978a73380c Integrated LoginWidget into edit to enable users to logout from the text edit view. Issue #5399
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
Berend-Jan Lange a1ee84e7c1 checked translations again and updated readme
6 years ago
Berend-Jan Lange c677a9eb42 translated files
6 years ago
Berend-Jan Lange f3ce035d1a language_tested
6 years ago
Berend-Jan Lange 361877f071 added link to repo in readme
6 years ago
Berend-Jan Lange 5fe6964388 added poly translations
6 years ago
Berend-Jan Lange dee04d90cf added nl_NL json
6 years ago
Berend-Jan Lange 76e37beb7b added pot translation files
6 years ago
Erwin bd507b27a6 fix code duplication for cell conversion
6 years ago
Berend-Jan Lange 698b37aa0e added_indicator
6 years ago
Berend-Jan Lange b714425955 removed_nl_NL
6 years ago
Berend-Jan Lange def0dfc84b added_back_append_pdf
6 years ago
Berend-Jan Lange 39e7e0a280 added this.
6 years ago
Erwin d26d1e385f revert changes
6 years ago
Berend-Jan Lange 1af2c0c27a added prototype
6 years ago
Berend-Jan Lange feba9751a4 changed comments
6 years ago
Erwin 217c96eb59 fix test berendjan
6 years ago
Berend-Jan Lange 76d5422b4c tree added download multiple files
6 years ago
Kevin Bates 7de8df4dd8
Gateway only: Ensure launch and request timeouts are in sync (#5317)
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
Berend-Jan Lange 5907bf1e6c update
6 years ago
Berend-Jan Lange e6dea33643 update
6 years ago
Berend-Jan Lange aaf68538f0 passed_test
6 years ago
Berend-Jan Lange a9a5b1f1aa added return
6 years ago
Berend-Jan Lange 456421b6e5 removed_prototyping
6 years ago
Berend-Jan Lange 4e26db9931 duplicate_reduction
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 788bb0ebe0
Update all coroutine/yield methods to async/await, share another method
6 years ago
Kevin Bates 570986282e
Move duplicated methods to mixin, fix mixin order
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
Kevin Bates 677ccc3d7a
Refactor buffering, culling and activity monitoring into classes
6 years ago
Bruno P. Kinoshita 619d534edb Update message about minimum Tornado version
6 years ago
Ben Zinberg cb385481f6 Fix place where we were passing an `Array[string]` to `CodeMirror.findModeByExtension` instead of passing a string. (I guess older versions of CodeMirror allowed this?)
6 years ago
Karthikeyan Singaravelan c01b2cc014 Remove deprecated encoding parameter for Python 3.9 compatibility.
6 years ago
ahangsleben 33548e18bf Upgraded typeahead library. (#4944)
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 d6259ae285 Don't monkeypatch environment data locations for test notebook server
6 years ago
forest0 0c82d764bd preserve term "Markdown" untranslated
7 years ago
Thomas Kluyver 76a323e677
Merge pull request #4826 from benthayer/selectall
7 years ago
Thomas Kluyver b67164033e
Merge pull request #5043 from takluyver/selenium-prefill
7 years ago
Thomas Kluyver fd4275cdf6
Merge branch 'master' into master
7 years ago
Thomas Kluyver 7b5248d1ce
Merge pull request #5055 from shuichiro-makigaki/fix-gateway-handled-exceptions
7 years ago
Thomas Kluyver 806904c0f9
Merge pull request #5078 from haobibo/patch-1
7 years ago
Thomas Kluyver f185f4127d
Merge pull request #5021 from krinsman/master
7 years ago
Thomas Kluyver 1d76105301
Merge pull request #5077 from michalc/contents-manager-get-can-return-future
7 years ago
Bibo Hao 9775af7bba
Update security.py
7 years ago
Thomas Kluyver 10c7d2a53f
Merge pull request #5075 from shevelevs/DynamicDefaultForMinOpenFilesLimit
7 years ago
Bibo Hao 8d43f50f04
Ensure jupyter config dir exist
7 years ago