Thomas Kluyver
df8a548012
Some improvements to promise handling when saving notebook
7 years ago
Chris Miller
daa80ad4ac
Tune chunk size for large file uploads to be larger for perf gains.
7 years ago
Chris Miller
7a42187ccd
Optimize Base64 encoding of large files to be uploaded to avoid GC pauses.
7 years ago
Min RK
82782a370e
Merge pull request #4084 from bhansa/issues-4000-accessibility
...
improved color contrast for file menus
7 years ago
Stephen Ward
91fb343c0c
fixed ui-icons from blocking tooltip text
7 years ago
Min RK
9d19aa3677
Merge pull request #4221 from betatim/uploading-ui-tweak
...
Tweak upload button to give visual feedback
7 years ago
Min RK
11a2e6d52e
assemble breadcrumb html safely
...
avoids xss from malicious directory names
8 years ago
Tim Head
f03797bfc1
Tweak upload button to give feedback
...
For files below 25MB there was no visual feedback to the user when
uploading a file. This leads to confusion when uploading files that are
big but not huge over a slow network connection.
8 years ago
Vu Minh Tam
c2b292f3e6
Add missing i18n parameter
...
fix missing parameter
8 years ago
Thomas Aarholt
9182f84cf0
Corrected alt-text of "replace in all cells"
8 years ago
bhansa
d97275b91b
removed bg darken for navbar
8 years ago
bhansa
3ca5f16ff0
improved color contrast for file menus
8 years ago
1kastner
9b7312d330
Add info about messaging specs
...
I found it very useful to read https://jupyter-client.readthedocs.io/en/stable/messaging.html in order to understand what is happening here. What do you think?
8 years ago
Arjun Radhakrishna
c5bee3a29d
test and fix: disable math inside code blocks
8 years ago
Gustavo Efeiche
26c73d36d0
Fix issue #3948
8 years ago
Gustavo Efeiche
a8716eb9ac
Fix versions mismatch in namespace.js and _version.py
8 years ago
Min RK
7acb4e047d
release 5.7.0
8 years ago
Min RK
37b35dc65f
fix uneven input/output prompt alignment
8 years ago
Min RK
86e473e754
Merge pull request #3839 from AestheticIntegration/fix-output-prompt-width
...
Return output prompt to width of input prompt after #3772
8 years ago
Min RK
0da9648ed3
Merge pull request #3905 from KGHustad/breadcrumb-root-url-fix
...
Prefix base URL to breadcrumb root URL
8 years ago
Kristian Gregorius Hustad
076acf6a98
Prefix base URL to breadcrumb root URL
...
The base URL was only prefixed to the breadcrumbs following the root.
See https://github.com/jupyterhub/jupyterhub/issues/2137 for problem
description.
8 years ago
Peter Parente
109b39e2b6
Prevent page reload on Enter
8 years ago
Steven Silvester
98085dcb84
Merge pull request #3744 from PraneetMokkapati/master
...
Disabled Tags and Slide Types for non editable cells
8 years ago
Dave Aitken
4bfda5074d
Return output prompt to width of input prompt after #3772
8 years ago
Min RK
b94cc449db
Merge pull request #3712 from forbxy/master
...
fix:can't choose same file twice when in upload file
8 years ago
Grant Nestor
75d2744eb4
Fix uneven input prompt width for markdown cells
8 years ago
Grant Nestor
43bd70b246
Fix uneven input prompt width
8 years ago
Grant Nestor
3c4bc0ef62
Display inline run button on same line as input prompt
8 years ago
Grant Nestor
f54e4355e8
Only display inline run button on mobile
8 years ago
Thomas Kluyver
2dd46b16c9
back to development
8 years ago
Thomas Kluyver
7674331e3d
release 5.6.0
8 years ago
Mokkapati, Praneet(ES)
b3457a068e
Disabling Slide Type changes, when a cell is not editable
8 years ago
Mokkapati, Praneet(ES)
24dd9d67d7
Disabling Adding or Removing Tags, when a cell is not editable
8 years ago
bxy007
c339a34605
fix:can't choose same file
8 years ago
Thomas Kluyver
b8b66332e2
Back to development
8 years ago
Thomas Kluyver
b428d2d40a
release 5.6.0rc1
8 years ago
Thomas Kluyver
5766341360
Merge pull request #3289 from Madhu94/add-save-as-menu-option
...
Add save as menu option
8 years ago
Min RK
0c81fc3f06
Remove ES6 syntax from save_notebook_as
...
ES6 syntax is not available to us
8 years ago
madhu94
81c6eed3d7
Don't get entire contents of the notebooks, while checking
...
if it exists
Don't get entire contents of the notebooks, while checking
if it exists
8 years ago
M Pacer
dd282f6970
add el & update css in output_area to match run button in In from #3535
...
Without this change the output and Input areas become unaligned.
This still isn't an ideal fix, but it'll make a release possible without
making the styling problematic.
8 years ago
Thomas Kluyver
702b67d15e
Merge pull request #3630 from arovit/add_find_replace_test
...
[WIP: 838] Add find replace test
8 years ago
arovitn
b22994eb47
renamed the ids, removed the replace_all parameter and changed the name of the testcase as mentioned in the comments
8 years ago
arovitn
33c1dea080
add 'ids' to the form_and_replace form and address other review comments
8 years ago
Thomas Kluyver
374da5a451
Merge pull request #3535 from lucasoshiro/clickable-prompt
...
[WIP] Executing cell when clicking its prompt
8 years ago
Lucas Oshiro
40cf1ab912
Click instead of mouseup
8 years ago
madhu94
eab1e709eb
Add basic selenium test case
8 years ago
madhu94
84e565c5c0
More UI changes
8 years ago
madhu94
9b18d079a4
Switch sessions instead of opening in new window
8 years ago
madhu94
ee79a7f505
UI changes
8 years ago
madhu94
fd25ae1fd2
Add 'Save As' option to the menu
8 years ago