Commit Graph

11008 Commits

Author SHA1 Message Date
arovitn
dcb45b2b34 modified the deletion logic as per the comments and setting the readonly cell to false 2018-06-07 19:01:13 -07:00
arovitn
66b257bf3b removing test_empty_arrows_keys.py and moving the delete_cell test into test_deletecell.py 2018-05-30 19:45:29 -07:00
arovitn
0afa1e5855 Modified to use list comprehension, added '()' for to_command_mode, added assert to check presence of cell and remove 'return True' from remove_cells 2018-05-21 18:33:42 -07:00
arovitn
70ce8fac33 forgot adding .perform() for ActionChain 2018-05-07 19:19:23 -07:00
arovitn
031c90b933 1. Converting 'empty_arrows_keys.js' into selenium based test
2. Moved "delete_cell" method to utils.py and modified references to use it from there
3. added a generalized method "trigger_keystrokes" to send keystrokes to browser
2018-05-04 16:31:32 -07:00
arovitn
55be52b8a3 fix merge 2018-05-04 10:22:04 -07:00
arovitn
c37bf03655 Merge branch 'jupyter-master' 2018-05-04 10:17:49 -07:00
Thomas Kluyver
5cfba9cb24 Back to development 2018-05-01 21:49:49 +02:00
Thomas Kluyver
0f31d59c97 release 5.5.0rc1 2018-05-01 21:35:23 +02:00
Thomas Kluyver
bcacc83953
Merge pull request #3590 from takluyver/changelog-5.5
Add changelog for Notebook 5.5
2018-05-01 21:30:45 +02:00
Thomas Kluyver
e16407e988 Add changelog for Notebook 5.5 2018-05-01 12:02:43 +02:00
Thomas Kluyver
9ae9e7c7e5
Merge pull request #3571 from takluyver/docs-privacy
Add section in docs about privacy
2018-05-01 10:16:40 +02:00
Thomas Kluyver
7a623d65e9
Merge pull request #3584 from takluyver/doc-troubleshooting
Documentation updates and organisation
2018-05-01 10:15:38 +02:00
Thomas Kluyver
464d449a1f
Merge pull request #3586 from takluyver/pyzmq17
"Require" pyzmq>=17
2018-05-01 10:12:50 +02:00
Thomas Kluyver
c1b761890d
Merge pull request #3520 from bollwyvl/docs/confd-example
update docs with confd implementation details
2018-05-01 10:11:33 +02:00
Thomas Kluyver
85b60e29b8
Merge pull request #3485 from maartenbreddels/config_manager_no_defaults
ConfigManager should not write out default values found in the .d directory
2018-05-01 10:11:21 +02:00
Thomas Kluyver
3bc3b5bd0f
Merge pull request #3589 from sunilhari/Issue#2793Fix
Fix for reload button no longer works Issue
2018-05-01 09:58:14 +02:00
Hari
0875d5602b Fix for reload button no longer works Issue 2018-05-01 10:19:01 +05:30
Thomas Kluyver
dd687fb526 Capitalise header 2018-04-30 18:13:33 +02:00
Thomas Kluyver
3482d61234 Add blank notebook UI image 2018-04-30 18:13:00 +02:00
Thomas Kluyver
5f7667ef60 Rework and update notebook introductory document 2018-04-30 18:12:40 +02:00
Thomas Kluyver
cba22e8732 Reorganise docs landing page 2018-04-30 17:21:18 +02:00
Thomas Kluyver
7bfa3d03bd "Require" pyzmq>=17
Not really a requirement, but explaining about the pyzmq/tornado incompatibility
gets old fast.

Closes gh-3579
2018-04-30 17:03:21 +02:00
Thomas Kluyver
3cc31604a8 Add troubleshooting documentation 2018-04-29 22:45:16 +02:00
Thomas Kluyver
2aca6f98b0
Merge pull request #3508 from Sheshtawy/convert-dualmode-insertcell-to-selenium
Convert dualmode_insertcell.js
2018-04-28 21:57:59 +02:00
sheshtawy
b25a14222e Update assert statement to use a list for more descriptive errors and less requests to the browser 2018-04-28 12:50:09 -04:00
sheshtawy
17e46a7cd6 Remove js test file 2018-04-28 01:45:58 -04:00
Carol Willing
6d258b5bba
Merge pull request #3536 from nyu-ossd-s18/documentation
Improve Documentation
2018-04-27 14:45:24 -07:00
danagilliann
ee3710139b complete section on troubleshooting the installation 2018-04-27 14:02:49 -04:00
Thomas Kluyver
9a3e8ca7d9
Merge pull request #3561 from takluyver/i3549
Allow defining keyboard shortcuts for missing actions
2018-04-27 12:35:35 +02:00
sheshtawy
1283f27908 Add tests for insertion above/below multiple selected cells 2018-04-26 18:30:30 -04:00
sheshtawy
0acdea70d9 Remove markdown cells assertions since they're not useful anymore 2018-04-26 15:53:26 -04:00
sheshtawy
ebf27aa94c Remove unnecessary imports 2018-04-26 14:40:39 -04:00
sheshtawy
a46f5b81a1 Add assertions for insert below and above cell commands in command mode and also after editing cells in edit mode 2018-04-26 14:40:19 -04:00
sheshtawy
c4adc5266f Update utils.py to resolve merge conflict 2018-04-26 13:50:42 -04:00
danagilliann
7b60c679e4 attempt to render image 2018-04-26 13:27:30 -04:00
danagilliann
1c1202cc7f made pull request changes 2018-04-26 13:25:24 -04:00
Thomas Kluyver
a0c4f135a7
Merge pull request #3562 from tklever/moment-version-bump
chore: upgrade moment.js to recent version
2018-04-26 16:40:03 +02:00
Thomas Kluyver
771edd98ec Add section in docs about privacy
Closes gh-3566
2018-04-26 15:55:05 +02:00
Tim Klever
e9a2fb27a9
chore: upgrade moment.js to recent version 2018-04-24 14:24:20 -07:00
Thomas Kluyver
ec144509f8
Merge pull request #3560 from philippjfr/output_updated_event
Add a output_updated.OutputArea event
2018-04-24 17:38:02 +02:00
Thomas Kluyver
bb1c547e7d Fix some linter warnings in keyboard.js 2018-04-24 17:35:37 +02:00
Thomas Kluyver
20f1b74ce9 Allow defining keyboard shortcuts for missing actions
When users bind custom shortcuts to actions coming from extensions, the
shortcuts can be loaded before the extensions, so we need to allow
defining a shortcut for an action that doesn't exist yet.

Closes gh-3549
Closes gh-2954
2018-04-24 17:13:05 +02:00
Philipp Rudiger
8a9afb4f58 Add a output_updated.OutputArea event 2018-04-24 12:31:17 +01:00
Thomas Kluyver
10b7240599
Merge pull request #3554 from arovit/selenium_test
[WIP] [3335] Convert JS tests to Selenium
2018-04-23 21:43:18 +02:00
danagilliann
1b70075b07 text improvements 2018-04-22 22:48:39 -04:00
arovitn
5b0bc68e77 [WIP] [3335] Converting prompt_numbers.js test to selenium 2018-04-22 11:14:14 -07:00
arovitn
ce7a568ab7 [WIP] [3335] Converting prompt_numbers.js test to selenium 2018-04-20 18:46:43 -07:00
Arovit Narula
4faed778b6
Merge pull request #1 from jupyter/master
merge from main jupyter/notebook
2018-04-20 14:23:43 -07:00
Thomas Kluyver
fc24f31be8
Merge pull request #3500 from gnestor/issue-2518
Prevent default on pageup/pagedown when completer is active
2018-04-19 09:47:39 +02:00