10847 Commits (2fb47162d7c3565c68758650fa66692425a6b147)
 

Author SHA1 Message Date
Thomas Kluyver 2fb47162d7
Merge pull request #3494 from danagilliann/master
8 years ago
danagilliann e4334e631c empty space to cell
8 years ago
Thomas Kluyver 9d4a2da362
Merge pull request #3004 from gnestor/issue-1530
8 years ago
Thomas Kluyver 717294d88b
Merge pull request #3493 from ashleytqy/ash.travis
8 years ago
danagilliann 51e910b7ca solved waiting asterisk
8 years ago
Ashley Teoh ad59f707db formatting
8 years ago
Ashley Teoh 87f93044c6 only check links if build is triggered by cron
8 years ago
Thomas Kluyver 596020307b
Merge pull request #3475 from takluyver/selenium-undelete
8 years ago
Thomas Kluyver bf5dc5abec
Merge pull request #3477 from takluyver/i3473
8 years ago
Thomas Kluyver de37b584d1 Rename config option to quit_button
8 years ago
Min RK 70aa9a7ed3
Merge pull request #3478 from takluyver/disable-terminals
8 years ago
Thomas Kluyver bf173a8f02
Merge pull request #3424 from kevin-bates/fix-leak-iopub
8 years ago
Thomas Kluyver 9359a73788 Allow translation of shutdown dialog
8 years ago
Thomas Kluyver 8a97003a6a New module for shutdownbutton
8 years ago
Thomas Kluyver ae1b6fb835 Change button label to 'Quit'
8 years ago
Thomas Kluyver c9a124d58c Enable shutdown button by default
8 years ago
Grant Nestor 86e45ab9f4 Add shutdown button option
8 years ago
Thomas Kluyver 9e8202ab7a Add NotebookApp.terminals_enabled config option
8 years ago
Thomas Kluyver 9e72e054c0 Convert native for loop to Array forEach()
8 years ago
Thomas Kluyver 45b8bb9c62 Remove converted JS undelete test
8 years ago
Thomas Kluyver 40e996956a Finish making Selenium undelete test
8 years ago
Thomas Kluyver 08072107ae Start writing undelete test in Selenium
8 years ago
Thomas Kluyver b49ba398c6 Move fixture into conftests.py
8 years ago
Thomas Kluyver fc8bbb44ca Delete unused imports
8 years ago
Thomas Kluyver faa0cab302
Merge pull request #3458 from mpacer/selenium_utils
8 years ago
Thomas Kluyver 7266fd53b0 Remove unused variant of append for now
8 years ago
Thomas Kluyver a6f604a540 No need for copy
8 years ago
Thomas Kluyver c23ba2a87f Docstrings and naming clarity
8 years ago
M Pacer 515f8e22dc nicer error and use append directly do not iterate over cells
8 years ago
M Pacer 74af79c89d Improve docstrings & comments; Remove unused code; Relocate script
8 years ago
M Pacer 79603b496f add quick_notebook utility and give docstring reminder to quit browsers
8 years ago
M Pacer 3c4596bfdf Take into account lab as a potential endpoint for the driver
8 years ago
M Pacer d598ef517f switch fstring to format string
8 years ago
M Pacer c081af5690 add other markdown string conversion examples for test
8 years ago
M Pacer 7808a89fd3 make append actually append to the end of cell list
8 years ago
M Pacer 0999798949 use new utilities, enable more markdown cells to be added easily
8 years ago
M Pacer 33ca649b0b add get_rendered_contents helper function
8 years ago
M Pacer d9dd5d8f1c add run_all method
8 years ago
M Pacer 5e43458d7d add append, extend & coerce_to_cell methods
8 years ago
M Pacer 98c09f8fd0 use index method to get cell index in execute_cell
8 years ago
M Pacer 02e0ac38a4 fix add_cell logic, add content param, edit_cell default not render
8 years ago
M Pacer bf4868dfc4 remove wait_for_selector call inside self.cells property
8 years ago
M Pacer e9971a97aa simplify __getitem__ __setitem__ to handle only ints/slices and ints
8 years ago
M Pacer c16dac22ca use new rich container __*__ methods to make adding & executing nicer
8 years ago
M Pacer e183fc1627 enrich signature for execute_cell to accept both index and cell directly
8 years ago
Thomas Kluyver dc1eeab2f3
Merge pull request #3412 from mpacer/update_selenium_tests
8 years ago
M Pacer 3571f1604f introduce cell __iter__, & __setitem__/__getitem__ for cells & indices
8 years ago
M Pacer 5d19785e87 small changes to naming things
8 years ago
M Pacer ebef7bae4c create new_notebook classmethod creating/switching to new Notebook page
8 years ago
M Pacer a112ab6d2a add select_kernel function for clicking "new" & selecting a kernel
8 years ago