Jonathan Frederic
|
1fe6dbb4e4
|
Merge pull request #431 from Carreau/fix-58
Fix bad message break notebook
|
11 years ago |
Matthias Bussonnier
|
7d3be593a8
|
Fix bad message break notebook
Would need a test, and probably a way to display the message to the user
if it ever happen.
|
11 years ago |
Min RK
|
8f1b2e9fd9
|
Merge pull request #427 from Carreau/fix-245
Deprecate duplicate functions from utils.
|
11 years ago |
Min RK
|
5162a9ed48
|
Merge pull request #426 from Carreau/fix-100
Only hide top-level-header.
|
11 years ago |
Matthias Bussonnier
|
c3edf61bef
|
Fix typos.
|
11 years ago |
Matthias Bussonnier
|
5fadb67dda
|
Deprecate duplicate functions from utils.
Closes #245
|
11 years ago |
Matthias Bussonnier
|
937b42fda4
|
Only hide top-level-header.
closes jupyter/nbconvert#100
|
11 years ago |
Min RK
|
e33741f93f
|
catch errors in app_initialized callbacks
avoids bad custom.js preventing initialization.
|
11 years ago |
Min RK
|
49f8eaf7b8
|
use events.on for notebook first-load
rather than reimplementing with on/off.
|
11 years ago |
Min RK
|
172c6e272f
|
Merge pull request #423 from Carreau/ignore-min-edit
Acknowledge "ingnore_minified" on editor page.
|
11 years ago |
Matthias Bussonnier
|
c4f2c5ac23
|
Acknowledge "ingnore_minified" on editor page.
a few typo and consistency also.
|
11 years ago |
Matthias Bussonnier
|
806cd1f989
|
Merge pull request #400 from minrk/restart-run-all
add Restart & Run All action
|
11 years ago |
Josh Barnes
|
71cb6b9b69
|
Avoid loading nbextensions twice by keeping track of which have been loaded
|
11 years ago |
Sylvain Corlay
|
a3fa53f0f4
|
Filter by target name
|
11 years ago |
Sylvain Corlay
|
c451342c81
|
Adding comm_info method
|
11 years ago |
Min RK
|
17499ebb49
|
Notebook.restart_kernel returns a promise
|
11 years ago |
Min RK
|
0615c251f2
|
add restart-run-all action
and constituent restart, run-all actions
|
11 years ago |
Josh Barnes
|
3251cb90fa
|
require bootstrap in base/js/dialog.js
|
11 years ago |
Matthias Bussonnier
|
bd03233e8b
|
Merge pull request #382 from Carreau/rebase-358
swapped glass for keyboard for command palette icon
|
11 years ago |
Min RK
|
7056b10045
|
Merge pull request #370 from Carreau/fix-flexbox
Fix flexbox on celltoolbar and safari.
|
11 years ago |
Yuri Numerov
|
5cd247f5f6
|
swapped glass for keyboard for command palette icon
|
11 years ago |
Matthias Bussonnier
|
2c16e34a32
|
Merge pull request #340 from captainsafia/merge-cell-fix
Added fix for merge above on topmost cell to resolve #330
|
11 years ago |
Matthias Bussonnier
|
453bd03ae0
|
Fix flexbox on celltoolbar and safari.
cf https://github.com/jupyter/nbgrader/issues/394
Cannot fix in flexbox.less cf above issue.
|
11 years ago |
Matthias Bussonnier
|
2d5d548d79
|
Revert "Use NPM, node ES5, and browserify."
|
11 years ago |
Jonathan Frederic
|
511bb689c2
|
Move search and replace into the right directory
|
11 years ago |
Jonathan Frederic
|
c0a30d4df8
|
Commandpalette
|
11 years ago |
Jonathan Frederic
|
c8ff593efc
|
Move source out
|
11 years ago |
Jonathan Frederic
|
2332b719ce
|
Get the notebook working!
|
11 years ago |
Jonathan Frederic
|
3498a5193c
|
Get all of the apps working except notebookapp
|
11 years ago |
Jonathan Frederic
|
81a2998fe0
|
Dynamically load contents, also browserify contents.
|
11 years ago |
jdfreder
|
ad80ae9bca
|
Fix bugs 🐛
|
11 years ago |
jdfreder
|
ff9406f2e3
|
require.js ES5 -> commonjs ES5
|
11 years ago |
Safia Abdalla
|
205a0a1b11
|
Added check for all negative indices in merge_cells
|
11 years ago |
Brian E. Granger
|
21f63d4322
|
Merge pull request #285 from Carreau/snr
Search And replace.
|
11 years ago |
Safia Abdalla
|
8b31737ad6
|
Moved check for index to merge_cells
|
11 years ago |
Safia Abdalla
|
7999edb5b8
|
Added check for index on merge_above to resolve #330
|
11 years ago |
Min RK
|
3d49cf3b27
|
remove large, wrong MathJax warning
when MathJax fails to load.
It points to installing local mathjax, which doesn't make sense anymore now that we ship it as a dependency.
|
11 years ago |
Matthias Bussonnier
|
74ce3dae0d
|
document, and trim whitespaces.
|
11 years ago |
Matthias Bussonnier
|
8bec3a79b2
|
improvement of UI
UI to replace only in selected cell, use bootstrap way of doing it.
Button order is now more keyboard friendly
|
11 years ago |
Kyle Kelley
|
d3668a87cc
|
clusterlist is no longer part of jupyter/notebook
|
11 years ago |
Matthias Bussonnier
|
6459b20f15
|
Do not conflict with header named `notebook`.
Closes #298
|
11 years ago |
Matthias Bussonnier
|
9563f1bf06
|
Allow replacement only in selection
Might want to consider it as an option on the dialog maybe...
|
11 years ago |
Matthias Bussonnier
|
90e2a7a487
|
Fix bug, reenable minify
|
11 years ago |
Matthias Bussonnier
|
768a9675eb
|
pull styling in separate file
|
11 years ago |
Matthias Bussonnier
|
966510f2a8
|
remove unrelated change
|
11 years ago |
Matthias Bussonnier
|
0fc9232f14
|
Move search and replace to it's own file
load as if it was an extension.
|
11 years ago |
Matthias Bussonnier
|
a7f5651bff
|
fix replace error in multiline codemirror things
|
11 years ago |
Matthias Bussonnier
|
5d3ddd5f3b
|
more cleanup
|
11 years ago |
Matthias Bussonnier
|
95d64d5c53
|
start clening things up into functions
|
11 years ago |
Matthias Bussonnier
|
fce1ec14c7
|
SnR working !
|
11 years ago |