Thomas Kluyver
7fb461ddf7
Selenium test fixture to open a notebook with prefilled content
...
This makes several tests shorter and (hopefully) more efficient
7 years ago
Thomas Kluyver
9640e1f943
Merge pull request #4101 from dubielt1/test-kernel-menu
...
Translated kernel menu javascript test to selenium
7 years ago
Thomas Kluyver
6d76481ccd
Merge pull request #4622 from TeresaPartidaS/convert_execute_code_js_to_selenium
...
Migrate execute code test to selenium
7 years ago
Thomas Kluyver
257e71202c
Rework execution test, add wait_for_cell_output helper
7 years ago
TPartida
c23de34161
Modified to avoid race condition
7 years ago
TPartida
6811727a25
Remove execute_code js
7 years ago
TPartida
6c7ad0417e
Convert execute_code to Selenium
7 years ago
Thomas Kluyver
08d0b56390
Fix waiting for dialog to close before clicking menu again
7 years ago
Thomas Kluyver
934c7dda80
Return to tree window after test using notebook
7 years ago
Thomas Kluyver
46614c3772
Simplify test for interrupting running code
7 years ago
Thomas Kluyver
17176de1f2
Rename test file so test is discovered
7 years ago
lmcdon14
f4ba6daece
Remove interrupt.js
7 years ago
lmcdon14
f2bfd3bebd
create selenium interrupt test and add utility function
7 years ago
Thomas Kluyver
92db6a727c
Simplify test for shutting down & restarting kernel through the menus
7 years ago
Tres DuBiel
36e14efa93
Translated kernel menu javascript test to selenium
7 years ago
Luciano Resende
8881a06e0e
Back to development version
7 years ago
Luciano Resende
7eb7f1cdc1
Release 6.0.2
7 years ago
Luciano Resende
13039db1a6
Move license information from COPYING.md
...
Closes #4765
Fixes 2768
7 years ago
Thomas Kluyver
a90957dae7
Merge pull request #4999 from betteridiot/betteridiot_disable_redirect_file
...
Setting to disable redirect file browser launch
7 years ago
Marcus D Sherman
0a1fff1d0d
Removing unneeded tornado setting
...
As per the comments in https://github.com/jupyter/notebook/pull/4999#discussion_r340833884 , the setting was removed.
7 years ago
Marcus D Sherman
4fe631a248
Changes from code review comments
...
Makes the necessary changes proposed by @takluyver in https://github.com/jupyter/notebook/pull/4999
7 years ago
Thomas Kluyver
eb3e1a4d6c
Merge pull request #4991 from 00Kai0/fix-py2dep
...
remove py2 dependence
7 years ago
Thomas Kluyver
5f53f35208
Merge pull request #4987 from takluyver/fix-selenium-is-kernel-running
...
Fix checking if kernel is running through Selenium
7 years ago
Marcus D Sherman
fa12f4b2f8
Setting to disable redirect file browser launch
...
When it was originally added, the PR for launching a browser via a redirect file (jupyter#4260) created some issues for some environments-namely WSL, Chromebook, and Android (jupyter#4346 (comment), jupyter/help#496 ). The reason for the break in these environments is due to the file structure/path differences between the runtime and the browser.
This commit adds a setting to the `jupyter_notebook_config.py` that allows users to disable the use of redirect file for launching a browser in favor of the original, yet visible, URL + token approach. This setting: `c.NotebookApp.use_redirect_file` will be set to True by default.
7 years ago
Jason Grout
5acbc155b9
Add support for increasing the soft limit on open file handles ( #4893 )
...
Add some minimal support for increasing the soft limit
on open file handles, default to at least 4096.
This hopefully fixes https://github.com/jupyterlab/jupyterlab/issues/6727
7 years ago
Kerwin.Sun
b5f5c9500e
remove py2 dependence
7 years ago
Thomas Kluyver
fb2286585c
Fix checking if kernel is running through Selenium
...
Avoid error "Jupyter.notebook.kernel is null"
7 years ago
Thomas Kluyver
ed96937401
Merge pull request #4936 from 00Kai0/fix-py2dependence
...
Rm dependences of py2 in base path.
7 years ago
Kerwin.Sun
c1b45e3e5e
remove raw_input
7 years ago
sasaki takeru
dcef16a5be
typo ( #4946 )
7 years ago
Jason Grout
8f36daec83
Fixed semicolon
7 years ago
Kyle Kelley
b6d3bb0158
successively look for .data('path') up parents
7 years ago
Kerwin.Sun
ebfe75b6df
rm dependences of py2 in base path.
7 years ago
Tom Jarosz
6092b290f1
Import `gen`
7 years ago
Tom Jarosz
d77c72b1b6
Added decorator
...
Added decorator `@gen.coroutine` to `FileHandler.get()`
7 years ago
Luciano Resende
c0123ae860
Back to development version
7 years ago
Luciano Resende
a1c88dcd26
Release 6.0.1
7 years ago
Eunsoo Park
20c2c66857
Attempt to re-establish websocket connection to Gateway
...
When notebook (with `--gateway-url` option) lost the connection to
Gateway, notebook didn't connect to Gateway again although the
websocket connection from the client was still alive.
This change recovers the connection to Gateway to prevent this anomaly.
Signed-off-by: Eunsoo Park <esevan.park@gmail.com>
7 years ago
Luciano Resende
e498de6775
Back to development version
7 years ago
Luciano Resende
bd6396d31e
Release 6.0
7 years ago
fabihaahmed
8b21329deb
Narrator is not announcing "state of links"(enable or disable) under Edit tab. #3958 ( #4733 )
...
* Solved issue #3939
Further fixes issue #3939 and #3958 to work on windows browsers
* Made some changes requested in the PR
* Made some small tweaks
* Restore missing semicolon
7 years ago
Vibhanshu
70d74d21ac
changed default filename for a copied notebook ( #4618 )
7 years ago
Min ho Kim
bd66c18b4f
Fix typos ( #4760 )
...
* Fix typos
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
7 years ago
Babatunde Adeola
59619978b9
Fixed issue #3983 : Return focus to Not trusted notification when modal is closed ( #4745 )
...
* Resolvedg merge conflicts
* removed strig comparison
* #3983 Removed unnecessary lines
* Add if statement to focus button
7 years ago
tao
3e2ee045d4
Solve issue #4206 : The contrast of font color of code comment in code cell is lower than 4.5:1 ( #4746 )
...
Fix issue #4206 - increase contrast of comments in code cells
7 years ago
Thomas Kluyver
c8de32f376
Merge pull request #4735 from uclixnjupyternbaccessibility/issue-#3939
...
Label is missing for form textarea element on notebook page: issue #3939
7 years ago
Thomas Kluyver
f48caac104
Merge pull request #4740 from uclixnjupyternbaccessibility/issue-3987
...
Narrator focus is not in logical order for running notebook links: issue #3978
7 years ago
Thomas Kluyver
416b7d78ec
Merge pull request #4734 from uclixnjupyternbaccessibility/issue-#3217
...
Added main/navigation tags to meet DAP requirements: issue #3217
7 years ago
fabihaahmed
76c39dcb83
Made some changes as requested in the PR
7 years ago
Thomas Kluyver
dba4ed86d0
Add back extra line
7 years ago