Benda Xu
db90e16d17
d/s/examples/N/Importing Notebooks.ipynb: disable execution.
...
This notebook example includes writing to the directory of another
module, usually resulting in a doc build failure. Therefore we
disable its execution by nbsphinx.
Closes : #2372
See-Also: https://bugs.gentoo.org/show_bug.cgi?id=626860
9 years ago
Grant Nestor
63c7c336f0
release 5.1.0rc2
9 years ago
Grant Nestor
5fff543d33
Merge pull request #2770 from takluyver/i2757
...
Catch OSError when getting file mtime & ctime
9 years ago
Thomas Kluyver
3115f0602f
deprecated name warn() -> warning()
9 years ago
Thomas Kluyver
1e511c5ebf
Catch OSError when getting file mtime & ctime
...
Closes gh-2757
9 years ago
Grant Nestor
f8d4d6ad2d
Merge pull request #2739 from takluyver/editor-cm-mode-mime
...
Set CodeMirror mode using mimetype, not mode name
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
Grant Nestor
7dc9439af7
Merge pull request #2731 from vidartf/comm-buffers
...
Add buffers argument to comm open/close
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
Min RK
da2d54f73e
Merge pull request #2718 from Madhu94/trust_without_save
...
Allow notebooks to be trusted without triggering a save
9 years ago
Min RK
114b9167e6
Merge pull request #2729 from takluyver/uninstall-nbext-find
...
Uninstall an nbextension from the first location it is found
9 years ago
Thomas Kluyver
2884afc3cb
Describe the --py flag for uninstall command
9 years ago
Thomas Kluyver
d992f42421
Fix description for disable command
9 years ago
Thomas Kluyver
add7c44d51
Uninstall an nbextension from the first location it is found
...
Closes gh-2725 (see discussion on that PR)
9 years ago
madhu
2208917c05
fix(notebook): Allow notebooks to be trusted without triggering
...
a save. Closes #195
9 years ago
Thomas Kluyver
fcc5b0fe9c
Merge pull request #2723 from gnestor/5.1
...
Add 5.1.0 to changelog
9 years ago
Grant Nestor
1f1728260a
More corrections
9 years ago
Grant Nestor
cea19ffa7c
Corrections
9 years ago
Grant Nestor
975d42ae94
Add 5.1.0 to changelog
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
Min RK
5e5e41b066
Merge pull request #2719 from takluyver/nb-loaded-promise
...
Add promise for notebook_loaded.Notebook event
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
Thomas Kluyver
9f5926ec14
Merge pull request #2710 from takluyver/initialized_promise
...
Add a promise for app_initialized event.
9 years ago
Min RK
1812469a7c
update custom.js docs with promises
9 years ago
Min RK
18c20d1355
Merge pull request #2706 from gabyx/master
...
Bug Fix: use the nbconvert.exporters.base instead of deprecated expor…
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
Grant Nestor
e4524a752b
Merge pull request #2704 from jcb91/nbserverapp
...
Ensure NbserverListApp produces valid json even for multiple/no servers
9 years ago
Gabriel Nuetzi
507509cdfb
Bug Fix: use the nbconvert.exporters.base instead of deprecated exporter_map
9 years ago
Josh Barnes
79c5fb5ac9
add separate flag for NbserverListApp json list output
9 years ago
Josh Barnes
e49fb8bcec
Ensure NbserverListApp produces valid json even for multiple/no servers
9 years ago
Kyle Kelley
3c62f3bc5d
Merge pull request #2702 from gnestor/image-gif
...
Add image/gif mimetype
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
Thomas Kluyver
6d0ea0eef1
Merge pull request #2701 from gnestor/list-newline-style
...
Prevent extra newline between nested lists
9 years ago
Grant Nestor
502c074b2c
Prevent extra newline between nested lists
9 years ago
Grant Nestor
51fc7692aa
Clean up formatting
9 years ago
Grant Nestor
0552b3b1ab
Remove keymap for "esc"
9 years ago
Grant Nestor
1ae816517e
Consistent order for platform-specific keymaps
9 years ago
Kyle Kelley
f50ffae790
Merge pull request #2695 from gnestor/public-server-docs
...
Remove quotes around URL in tornado_settings example
9 years ago