Thomas Kluyver
374da5a451
Merge pull request #3535 from lucasoshiro/clickable-prompt
...
[WIP] Executing cell when clicking its prompt
2018-05-23 11:29:12 +02:00
Lucas Oshiro
40cf1ab912
Click instead of mouseup
2018-05-22 12:56:16 -03: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
6fc09088ed
[WIP 838: Writing test for 'Find and replace' in selected cell apply on all cells]
2018-05-18 15:49:54 -07:00
Thomas Kluyver
893505a89b
Merge pull request #3621 from Carreau/test-3.7
...
start testing on 3.7
2018-05-18 16:00:39 +02:00
Mathis Rosenhauer
a9ccdef489
stat symlink to determine access
2018-05-18 14:36:46 +02:00
Matthias Bussonnier
0463ca9b19
start testing on 3.7
2018-05-17 10:52:47 -07:00
madhu94
eab1e709eb
Add basic selenium test case
2018-05-14 00:56:51 +05:30
madhu94
84e565c5c0
More UI changes
2018-05-13 00:05:26 +05:30
madhu94
9b18d079a4
Switch sessions instead of opening in new window
2018-05-13 00:05:26 +05:30
madhu94
ee79a7f505
UI changes
2018-05-13 00:05:26 +05:30
madhu94
fd25ae1fd2
Add 'Save As' option to the menu
2018-05-13 00:05:26 +05:30
Thomas Kluyver
dc73f9a9be
Back to development
2018-05-09 15:39:00 +02:00
Thomas Kluyver
3b84442f21
release 5.5.0
2018-05-09 15:35:27 +02:00
arovitn
70ce8fac33
forgot adding .perform() for ActionChain
2018-05-07 19:19:23 -07:00
Lucas Oshiro
8e5601370a
Firefox media query for touch devices
2018-05-07 22:53:15 -03:00
Thomas Kluyver
11743f1865
Merge pull request #3593 from takluyver/url-prefer-ipaddr
...
Prefer IP address over hostname when available
2018-05-05 07:35:23 +02:00
Thomas Kluyver
8d62e041b2
Add PR to changelog
2018-05-05 07:19:30 +02: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
Thomas Kluyver
38a67bc790
Prefer IP address over hostname when available
2018-05-04 22:39:34 +02: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
Lucas Oshiro
5eea1b1f59
Media query for touchscreen devices, fixed input prompt HTML
2018-04-26 18:33:03 -03: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