Min RK
2f0f3987b1
Merge pull request #444 from Carreau/strip-ansi
...
Strip more ANSI escape sequence.
11 years ago
Dave Willmer
57cc23349e
Add F10 key.
11 years ago
Matthias Bussonnier
e5ed972467
Strip more ANSI escape sequence.
...
`?` can be found in ANSI escape sequence. ( `[?25l` hide cursor,
`[25k`show cursor)
Closes #95
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
Josh Barnes
71cb6b9b69
Avoid loading nbextensions twice by keeping track of which have been loaded
11 years ago
Josh Barnes
3251cb90fa
require bootstrap in base/js/dialog.js
11 years ago
Matthias Bussonnier
2d5d548d79
Revert "Use NPM, node ES5, and browserify."
11 years ago
Jonathan Frederic
c8ff593efc
Move source out
11 years ago
Jonathan Frederic
81a2998fe0
Dynamically load contents, also browserify contents.
11 years ago
jdfreder
ff9406f2e3
require.js ES5 -> commonjs ES5
11 years ago
Brian E. Granger
21f63d4322
Merge pull request #285 from Carreau/snr
...
Search And replace.
11 years ago
Kyle Kelley
d3668a87cc
clusterlist is no longer part of jupyter/notebook
11 years ago
Matthias Bussonnier
90e2a7a487
Fix bug, reenable minify
11 years ago
Matthias Bussonnier
40ee54fffe
draft snr
11 years ago
Matthias Bussonnier
589dce314e
rename function
11 years ago
Matthias Bussonnier
0f307f28f1
cleanup stuff and fix tests
11 years ago
Matthias Bussonnier
67dd3b4450
Finish writing the command palette
11 years ago
Matthias Bussonnier
daf7afb940
show keyboard shortcut
11 years ago
Min RK
2f3789fb95
back to dev
11 years ago
Min RK
1c839f686b
release 4.0.1
...
with correct js version this time
11 years ago
Min RK
a36dcf2f98
export utils.load_extension
...
single, simple, catchable extension load
unlike load_extensions, which is the API normally used, which does its own logging of failure to load.
11 years ago
Min RK
3a750dad13
Revert custom themes
...
The customizable themes were not actually ready for merge.
11 years ago
Min RK
ad937b47bf
Merge pull request #179 from nsonnad/add-themes-config
...
Add less config for themes and apply throughout
11 years ago
Jonathan Frederic
fbae11d334
Get rid of useless loop
11 years ago
Jonathan Frederic
c819c333f7
@takluyver 's comments :check:
11 years ago
Jonathan Frederic
0c8315f72d
Fix spaces
11 years ago
Jonathan Frederic
f5296808ff
Load modules individually, so a missing module doesn't 💩 on everything.
11 years ago
Niole Nelson
3db5083b4a
updated keyboard.js to throw errors instead of strints: #145
11 years ago
Niole Nelson
3e5e4a9293
updated keyboard.js to throw errors instead of strings, #145
11 years ago
nsonnad
8ced23308e
add two themes and configure styles for them
11 years ago
Nicolas Barray
94d13ef899
shortcut: explicit exception message
...
In the function remove_shortcut, if the action failed, it used to
throw an 'implementation oriented' exception message:
> throws('try to delete non-leaf')
This is not a good message for the user who wants to mess with the
shortcuts.
The solution is to leave this 'implementation oriented' exception message
and add a try-catch bloc above that catches this message and throws
a new, frendliest, exception message.
I came up with this:
> throws('try to remove non-existing shortcut')
* notebook/static/base/js/keyboard.js: (remove_shortcut) add try-catch.
Signed-off-by: Nicolas Barray <nbarray@gmail.com>
11 years ago
Matthias Bussonnier
26c3628185
adress john comments
11 years ago
Matthias Bussonnier
37d4ede57e
revert jquery removal
11 years ago
Matthias Bussonnier
8f3858749a
remove dependencies to namespace in MenuBar
11 years ago
Matthias Bussonnier
3bcbd989b7
less globals
11 years ago
Matthias Bussonnier
f807dd0ea4
fix some file links
11 years ago
Matthias Bussonnier
44de1ac270
remove dependencies to namespace in SessionList
11 years ago
Matthias Bussonnier
4c08e4caf4
remove dependencies to namespace in QuickHelp
11 years ago
Matthias Bussonnier
01c236e7b2
remove dependencies to namespace in Pager
11 years ago
Matthias Bussonnier
cf666e0af1
remove dependencies to namespace in SaveWidget
11 years ago
Matthias Bussonnier
551b235c49
remove dependencies to namespace in Toolbar
11 years ago
Matthias Bussonnier
0cd30b0a8c
remove dependencies to namespace in Tooltip
11 years ago
Matthias Bussonnier
bb690fbd9d
don't reverse bind to IPython namespace in Notebook
11 years ago
Matthias Bussonnier
f3e50f0fd5
remove dependencies to namespace in Completer
11 years ago
Matthias Bussonnier
f7f3a15d9a
remove dependencies to namespace in Keyboardmanager
11 years ago
Matthias Bussonnier
0ff2b07242
remove dependencies to namespace in Mathjaxutils
11 years ago