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
8 years ago
Thomas Kluyver
3bc3b5bd0f
Merge pull request #3589 from sunilhari/Issue#2793Fix
...
Fix for reload button no longer works Issue
8 years ago
Hari
0875d5602b
Fix for reload button no longer works Issue
8 years ago
Thomas Kluyver
2aca6f98b0
Merge pull request #3508 from Sheshtawy/convert-dualmode-insertcell-to-selenium
...
Convert dualmode_insertcell.js
8 years ago
sheshtawy
b25a14222e
Update assert statement to use a list for more descriptive errors and less requests to the browser
8 years ago
sheshtawy
17e46a7cd6
Remove js test file
8 years ago
Carol Willing
6d258b5bba
Merge pull request #3536 from nyu-ossd-s18/documentation
...
Improve Documentation
8 years ago
danagilliann
ee3710139b
complete section on troubleshooting the installation
8 years ago
Thomas Kluyver
9a3e8ca7d9
Merge pull request #3561 from takluyver/i3549
...
Allow defining keyboard shortcuts for missing actions
8 years ago
sheshtawy
1283f27908
Add tests for insertion above/below multiple selected cells
8 years ago
sheshtawy
0acdea70d9
Remove markdown cells assertions since they're not useful anymore
8 years ago
sheshtawy
ebf27aa94c
Remove unnecessary imports
8 years ago
sheshtawy
a46f5b81a1
Add assertions for insert below and above cell commands in command mode and also after editing cells in edit mode
8 years ago
sheshtawy
c4adc5266f
Update utils.py to resolve merge conflict
8 years ago
danagilliann
7b60c679e4
attempt to render image
8 years ago
danagilliann
1c1202cc7f
made pull request changes
8 years ago
Thomas Kluyver
a0c4f135a7
Merge pull request #3562 from tklever/moment-version-bump
...
chore: upgrade moment.js to recent version
8 years ago
Tim Klever
e9a2fb27a9
chore: upgrade moment.js to recent version
8 years ago
Thomas Kluyver
ec144509f8
Merge pull request #3560 from philippjfr/output_updated_event
...
Add a output_updated.OutputArea event
8 years ago
Thomas Kluyver
bb1c547e7d
Fix some linter warnings in keyboard.js
8 years ago
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
8 years ago
Philipp Rudiger
8a9afb4f58
Add a output_updated.OutputArea event
8 years ago
Thomas Kluyver
10b7240599
Merge pull request #3554 from arovit/selenium_test
...
[WIP] [3335] Convert JS tests to Selenium
8 years ago
danagilliann
1b70075b07
text improvements
8 years ago
arovitn
5b0bc68e77
[WIP] [3335] Converting prompt_numbers.js test to selenium
8 years ago
Arovit Narula
4faed778b6
Merge pull request #1 from jupyter/master
...
merge from main jupyter/notebook
8 years ago
Thomas Kluyver
fc24f31be8
Merge pull request #3500 from gnestor/issue-2518
...
Prevent default on pageup/pagedown when completer is active
8 years ago
Thomas Kluyver
58752355b9
Merge pull request #3539 from nyu-ossd-s18/filesize
...
Adding file size to views
8 years ago
Thomas Kluyver
160754d27e
None -> null for JSON API
8 years ago
Celina Kilcrease
192e3fe9d8
remove es6 syntax
8 years ago
Celina Kilcrease
174e724174
get file size in base model
8 years ago
Ashley Teoh
dee58e0a08
use text() not html()
8 years ago
Ashley Teoh
577cbe52b7
update api description
8 years ago
Ashley Teoh
dd608ad2bd
add MIT licence
8 years ago
Ashley Teoh
d35ac8bc3a
right align file size column
8 years ago
Celina Kilcrease
06214aea0a
remove inline css
8 years ago
Celina Kilcrease
8cc9734c77
merged changes
8 years ago
Thomas Kluyver
fcf5f39606
Merge pull request #3507 from nyu-ossd-s18/improve-accessibility
...
Fixes to improve web accessibility
8 years ago
Ashley Teoh
2e9ba4a1ac
use pretty-bytes
8 years ago
Celina Kilcrease
acc2056e05
fixed filesize
...
fixed typo
8 years ago
Celina Kilcrease
13933f396a
converting filesize to readable format
8 years ago
Ashley Teoh
abe05dea42
change column width, flip order
8 years ago
Celina Kilcrease
ff8e1cc983
only get filesize for files and notebooks
...
adding sort function
add file size text
8 years ago
Matthias Bussonnier
8034d71429
Merge pull request #3541 from ivanov/extension-version
...
basic __version__ reporting for extensions
8 years ago
Paul Ivanov
d0edace3d2
basic __version__ reporting for extensions
8 years ago
Celina Kilcrease
a47a188728
Merge branch 'filesize' of https://github.com/nyu-ossd-s18/notebook into filesize
8 years ago
Celina Kilcrease
d19f97017f
fixed filesize
8 years ago
danagilliann
93125c755c
Merge branch 'improve-accessibility' of github.com:nyu-ossd-s18/notebook into improve-accessibility
8 years ago
danagilliann
46f481448d
remove token_input focus
8 years ago
Ashley Teoh
8c96ad58c7
cleanup
8 years ago