Josh Barnes
9552fc1872
give Page constructor default arguments
...
for any extension template which relied on the old no-parameter formation
9 years ago
Josh Barnes
df19a51f59
fix codemirror.less to match CodeMirror's expected padding layout
...
fixes #2869 (I hope!)
9 years ago
Kyle Kelley
11e578f7fd
load locale dynamically only when not en-us
9 years ago
Kyle Kelley
91addcf776
Merge pull request #2860 from minrk/jsversion
...
resync jsversion with Python version
9 years ago
Min RK
d59349ac15
resync jsversion with Python version
...
by running setup.py jsversion
9 years ago
madhu
a5e64c3f77
fix(notebook): Allow copy operation on modified, read-only
...
notebooks
Should close #2541
9 years ago
Thomas Kluyver
11ba6be432
Merge pull request #2745 from gnestor/keymap-default
...
Make "extraKeys" consistent for notebook and editor
9 years ago
Grant Nestor
f222978992
Remove comments
9 years ago
Thomas Kluyver
9dabaa2ccf
Merge pull request #2774 from iamlemec/master
...
Factor out output_prompt_function, as is done with input prompt
9 years ago
Grant Nestor
aa3c1a5481
Merge pull request #2357 from Ashamandi/master
...
Bidi support
9 years ago
Douglas Hanley
c946374aba
output_prompt_function: construct node rather than use HTML string
9 years ago
Doug Hanley
53c39ff61f
Factor out output_prompt_function, as is done with input prompt
9 years ago
Grant Nestor
ff49a10a36
release 5.1.0
9 years ago
Thomas Kluyver
60f81e49b2
release 5.1.0rc3
9 years ago
Min RK
f8a6e1c5b7
Merge pull request #2792 from takluyver/mathjax-callback-err
...
Attempt to fix mysterious mathjax callback error
9 years ago
cebolan
31f888e6ae
Fix documentation on keyboard shortcuts
...
closes #2801
9 years ago
Thomas Kluyver
379c359fa1
Log failure to load notebook at error level
9 years ago
Thomas Kluyver
41062f87b3
Ensure AMSmath is loaded before calling resetEquationNumbers method
9 years ago
Thomas Kluyver
04c5aec072
Catch errors from queueing Mathjax resetEquationNumbers call.
9 years ago
Thomas Kluyver
e3df23656e
Prevent uploading file twice
...
Closes gh-2773
9 years ago
Grant Nestor
63c7c336f0
release 5.1.0rc2
9 years ago
Grant Nestor
62bc68c585
Make "extraKeys" consistent for notebook and editor
9 years ago
Grant Nestor
4424b0e46a
Switch back to "default" keycap
9 years ago
Grant Nestor
e36bafd164
Set "sublime" to default keymap for editor
9 years ago
Thomas Kluyver
835bbd132c
Set CodeMirror mode using mimetype, not mode name
...
One mode definition file can contain different modes, e.g. clike includes C, C++,
C#, Java, and a few others. We need to use the mime type to distinguish which one
we want.
Closes gh-2737
9 years ago
Grant Nestor
b099303a96
release 5.1.0rc1
9 years ago
Vidar Tonaas Fauske
9249ae25e1
Add buffers argument to CommManager.new_comm
9 years ago
Vidar Tonaas Fauske
05c1f6feb8
Add buffers argument to comm open/close
9 years ago
madhu
2208917c05
fix(notebook): Allow notebooks to be trusted without triggering
...
a save. Closes #195
9 years ago
Thomas Kluyver
823e447293
Merge pull request #2534 from gnestor/issue-2151
...
Enforce right-alignment for cell in markdown tables
9 years ago
Grant Nestor
4ac086d477
Remove commented out old code
9 years ago
Thomas Kluyver
e37b6976c8
Add promise for notebook_loaded.Notebook event
9 years ago
Grant Nestor
8644a15a6b
Prevent marked from returning inline styles for table cells
9 years ago
samarsultan
28fcc7bffd
update notebooklist.js
9 years ago
samarsultan
048befc311
update savewidget.js
9 years ago
samarsultan
c4385ebcb3
removing setUserPreference function
9 years ago
samarsultan
142b74b019
updating bidi and numericshaping files
9 years ago
samarsultan
3e0c87d12a
tuning code style
9 years ago
Min RK
1812469a7c
update custom.js docs with promises
9 years ago
Thomas Kluyver
96d87c5792
Add a promise for app_initialized event.
...
See gh-2499
9 years ago
Matthias Bussonnier
decb30d8b0
Merge pull request #2681 from gnestor/fix-prompt-overlay
...
Fix hidden prompt overlay button
9 years ago
samarsultan
57da7fa019
Resolving Conflicts
9 years ago
Grant Nestor
d00617a064
Add image/gif mimetype
9 years ago
Grant Nestor
dbda33090f
Merge pull request #2677 from mpacer/mjax_labels
...
clear equation labels on typesetting so that labels don't stop equations from rendering
9 years ago
Grant Nestor
bbd2ac6112
Merge pull request #2691 from invisibleroads/patch-1
...
Restore flat edge of rendered html code block
9 years ago
Thomas Kluyver
63aa0df454
Merge pull request #2696 from gnestor/cm-keymaps
...
Add missing codemirror keymaps to keyboard shortcuts dialog
9 years ago
Roy Hyunjin Han
644a8aad8d
Add padding to inline code as requested by @gnestor
9 years ago
Grant Nestor
cf6d305d93
Merge pull request #2698 from takluyver/fuzz-check-last-modified
...
Allow 0.5 seconds difference in file timestamps before warning of conflicting change
9 years ago
Grant Nestor
97d1730bdc
Merge pull request #2699 from takluyver/i1976
...
Validate CodeMirror keyMap from frontend config
9 years ago
Grant Nestor
65598bf1f4
More consistency!
9 years ago