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
Thomas Kluyver
dc73f9a9be
Back to development
8 years ago
Thomas Kluyver
3b84442f21
release 5.5.0
8 years ago
Lucas Oshiro
8e5601370a
Firefox media query for touch devices
8 years ago
Thomas Kluyver
5cfba9cb24
Back to development
8 years ago
Thomas Kluyver
0f31d59c97
release 5.5.0rc1
8 years ago
Hari
0875d5602b
Fix for reload button no longer works Issue
8 years ago
Thomas Kluyver
9a3e8ca7d9
Merge pull request #3561 from takluyver/i3549
...
Allow defining keyboard shortcuts for missing actions
8 years ago
Lucas Oshiro
5eea1b1f59
Media query for touchscreen devices, fixed input prompt HTML
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
fc24f31be8
Merge pull request #3500 from gnestor/issue-2518
...
Prevent default on pageup/pagedown when completer is active
8 years ago