mtd91429
cf1a76441c
Make tooltip buttons have consistent appearance
...
Change class of `expandlink` from `ui-corner-all` to `ui-button` to be consistent with `morelink` and `closelink`
7 years ago
Carol Willing
43622e756e
Merge pull request #4443 from minrk/notify-ws-close
...
trigger _ws_closed on any close event
7 years ago
Min RK
e80c77004d
Merge pull request #4423 from minrk/fix-custom
...
move rtl fixes to page.less from custom.css
7 years ago
Min RK
859ae0ac60
Merge pull request #4306 from 00Kai0/00kai0
...
make kill kernel configurable.
7 years ago
Min RK
490b8fd3ef
trigger _ws_closed on any close event
...
it doesn’t matter if the close was clean or not,
we should still handle the close event.
we set a different onclose handler prior to the client requesting close,
which is likely what the old wasClean checks were for
7 years ago
Min RK
4978373174
Merge pull request #4130 from SpencerPark/markdown-table-alignment
...
Default to right table alignment but allow table local overrides
7 years ago
Min RK
f4183bb612
Merge pull request #4275 from steaward/issue-4270
...
remove multiple download links for the #download_ipynb click
7 years ago
Min RK
eea02c2c5f
Merge pull request #4213 from aayusharyan/patch-1
...
Add padding bottom for symmetry of the Notebook
7 years ago
Min RK
b4328ea7ee
move rtl fixes to page.less from custom.css
...
custom.css should always be empty since it will be overridden
7 years ago
Thomas Kluyver
132f273065
Merge pull request #4377 from takluyver/selenium-test-save
...
Convert test of saving with complex name to Selenium
7 years ago
Thomas Kluyver
df8a548012
Some improvements to promise handling when saving notebook
7 years ago
Roman Kornev
d3ce20738c
Update text editor document.title
7 years ago
Roman Kornev
18ca0330d8
Update document.title to a more descriptive name
7 years ago
__kai__
9b3aa52b80
make kill kernel configurable.
7 years ago
Stephen Ward
0734e2c950
remove multiple download links for the .ipynb click
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
8 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
AAYUSH SINHA
a3987d6e27
Add padding bottom for symmetry of the Notebook
8 years ago
Vu Minh Tam
c2b292f3e6
Add missing i18n parameter
...
fix missing parameter
8 years ago
SpencerPark
9c3ea1319a
Default to right table alignment but allow table local overrides
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