Min RK
e8b3c17693
Merge pull request #182 from frederikhermans/master
...
Properly render newlines etc. in raw_input() prompt
11 years ago
Frederik Hermans
7c119caae6
Explicitly set monospace font on input.raw_input
...
Also do not explicitly set monospace font in raw_container_input,
because that the container's width to be inconsistent with the (later)
output div's width.
11 years ago
Frederik Hermans
a31a64ad69
Replace raw_input_prompt span tag with a pre tag
...
Also, the input tag becomes a child of the pre tag.
11 years ago
Min RK
b79c6ade71
Merge pull request #148 from Carreau/restart-and-clear
...
Add ability to restart and clear all.
11 years ago
Frederik Hermans
65ca37e6b7
Proper line-height for raw_input() prompt
11 years ago
Frederik Hermans
0ee6a87cae
Render newlines etc. in raw_input() prompt
...
This commit addresses https://github.com/ipython/ipython/issues/8532 .
The output of raw_input() is rendered in a <pre>, but the prompt is
rendered as a span.raw_input_prompt. With white-space:pre, the span
renders \t, \n, etc. as expected.
11 years ago
Jason Grout
a016e42cf7
Add links to the REST API documentation (what there is on the wiki)
11 years ago
Sylvain Corlay
0e18fd7ae2
allow passing a comm_id to new_comm
11 years ago
Matthias Bussonnier
d54caf1d37
Better message when the on disk notebook have changed.
...
Closes ipython/ipython#8456
11 years ago
Matthias Bussonnier
66a9f50468
Fix missing comma
11 years ago
Matthias Bussonnier
ac51856657
Add ability to restart and clear all.
...
It is a oft requested feature.
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
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
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
Matthias Bussonnier
37d4ede57e
revert jquery removal
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
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