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
Min RK
925da82353
use existing extension in ensure_extension
...
rather than assuming extension is .ipynb
11 years ago
Min RK
84f3fe647f
use splitext to remove extension from notebook name
...
extension may not be .ipynb.
11 years ago
Min RK
5ba389dcc5
restore clusters tab with a link to IPython parallel.
11 years ago
Min RK
1a91f8ce74
remove clusters tab from notebook
...
moving to an nbextension in ipyparallel
11 years ago
Min RK
a978987da9
fix notebook version in About
11 years ago
hiaselhans
23cc03ed9d
tree rename dialog - focus filename without extension
...
focus only the relevant part of the filename on rename dialog
this selects all prior to the first dot in the filename
11 years ago
Jonathan Frederic
5c18ecb151
Merge pull request #102 from Carreau/no-global
...
Start working on removing global JS IPython
11 years ago
Matthias Bussonnier
26c3628185
adress john comments
11 years ago
Min RK
33b458d960
install IPython kernel with proper API
...
not deprecated API
11 years ago
Matthias Bussonnier
37d4ede57e
revert jquery removal
11 years ago
Min RK
7db1410a11
test --generate-config
11 years ago
Min RK
29a11a3aa1
use `super` in NotebookApp.start
11 years ago
Matthias Bussonnier
d116a2b127
s/IPython/Jupyter/ in some comments and UI elements
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
eb3f86d4e8
"Manual restart" is not very descriptive.
...
This is a little clearer IMHO
11 years ago
Min RK
0deee0d989
build auth/js/main.min.js
...
exports login_main and logout_main
11 years ago
Min RK
85d952b4d7
use minified `main.min.js` on each application
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
Matthias Bussonnier
a081af3cd2
/IPython/Jupyter/ in About dialog
11 years ago
Matthias Bussonnier
ebb6ea7e80
/IPython/Jupyter/ in some comments
11 years ago
Matthias Bussonnier
561c0de118
get rid of namespace dependency in Cell
11 years ago
Matthias Bussonnier
24bd52c572
get rid of revese dependencies in textcell
11 years ago
Matthias Bussonnier
5ed24fdff0
Use property on IPython/Jupyter global.
...
This allow the loading to be lazy, and to display a warning message on
access.
11 years ago
Matthias Bussonnier
fb6d92509b
Move binding to IPython global one level up the stack
11 years ago
Matthias Bussonnier
2b98c8dbff
remove useless access to IPython global
11 years ago
Matthias Bussonnier
7c84376596
savewidget does not require namespace
11 years ago
Matthias Bussonnier
9048675547
remove reverse dependency in Page
11 years ago
Matthias Bussonnier
cd888ad8c3
remove rever dependency in sesson and loginwidget
11 years ago
Matthias Bussonnier
85fd9fff23
remove reverse deps in Kernel and cleanup Namespace
11 years ago
Matthias Bussonnier
8d0ae844f5
remove reverse dependency in comms
11 years ago
Matthias Bussonnier
4d3654e640
remove reverse dependency to IPython on notification widget
11 years ago
Matthias Bussonnier
2d4b410d34
rename global to Jupyter
11 years ago
Matthias Bussonnier
c4676d067e
remove rever dependency for dialog
11 years ago
Matthias Bussonnier
5ffcb42d29
remove reverse dependency for Keyboard
11 years ago
Matthias Bussonnier
7cffe80461
Get rid of reverse dependency for security,
...
remove single jquery usage in security in favor of native dom element
creation
11 years ago
Matthias Bussonnier
36bb3fef27
clean utils of reverse dependency
11 years ago
Matthias Bussonnier
ce90bdb2d5
re-enable highlighting for ipython kernel
...
Default mode is now `text` and not ipython.
so the `ipython` mode was not dispatched.
11 years ago
Min RK
d71a59cc9f
s/jupyter_notebook/notebook
11 years ago