Fernando Perez
90e2f601b8
Merge pull request #3450 from ipython/flatten
...
Flatten IPython.frontend, moving all its components to the top-level of IPython.
This includes a shim module that allows older projects to maintain backwards compatibility while warning them loudly about the change, so they can adapt to the new API.
13 years ago
MinRK
a3653e34b1
update references for IPython.html
13 years ago
MinRK
cf726d6a40
mv IPython.html.notebook -> IPython.html
13 years ago
MinRK
eaffc26e9c
update frontend in MANIFEST and .gitignore
13 years ago
MinRK
7f255c9d26
remove a few dangling frontends from setupbase
13 years ago
Fernando Perez
a1c0b749ff
Fix imports in test suite.
13 years ago
Fernando Perez
f150b6f6a9
Fix all remaining imports that used `IPython.frontend`.
13 years ago
Fernando Perez
9858a93794
Fix all imports for the notebook.
13 years ago
Fernando Perez
20a015c1e6
Move frontend/html directory to top level.
13 years ago
Min RK
5a193bead5
Merge pull request #3456 from ivanov/noscript
...
Add notice for users who disable javascript
13 years ago
Paul Ivanov
df02517c93
use less.css for the style of the noscript message
13 years ago
Paul Ivanov
d57d6da8f0
Notice for users who disable javascript
13 years ago
Min RK
f3ac52b5bc
Merge pull request #3453 from ivanov/fix-3447
...
fix websocket connection in old Firefox
location.origin is a too recent addition.
closes #3447
13 years ago
Paul Ivanov
b76f839a9b
fix cell execution in firefox, closes #3447
...
location.origin is specific to WebKit only. The fix is to use a
combination of location.protocol and location.host
13 years ago
Brian E. Granger
cfcc56b139
Merge pull request #3393 from minrk/bootstrap
...
[WIP] bootstrapify
13 years ago
MinRK
7f3f064067
compress menubar a few pixels vertically
13 years ago
MinRK
bff456dd49
menubar not full-width
...
let it hang from the header
match inner shadow on menubar container for symmetry
13 years ago
MinRK
5a932602b6
fix cell alignment by a few pixels
13 years ago
MinRK
d4a9cade35
reduce height of notification_widget by a few pixels
13 years ago
MinRK
3761f6270e
add break between prompt and input in Rename dialog
13 years ago
MinRK
dea453be98
reduce horizontal padding for pager-container
13 years ago
MinRK
25f2f7406d
use IPython border color for tree view
13 years ago
Paul Ivanov
a024f850e6
Merge pull request #3428 from minrk/escapeDollar
...
process escapes in mathjax
\$ can now be used to insert dollar signs in markdown cells
13 years ago
MinRK
2a063c6f5b
process escapes in mathjax
...
allows to enter dollar signs in markdown.
13 years ago
MinRK
9c755781ce
tweak quick-help
...
- increase maximum height of dialogs
- toggle display of the help dialog, only create it once.
13 years ago
MinRK
427a4806cb
specify end-space height in less
13 years ago
MinRK
236bbc8325
remove extra console.log
13 years ago
MinRK
df2b86d39c
don't color delete buton
13 years ago
MinRK
1afda874eb
fix cell toolbar
13 years ago
MinRK
41ff201dca
fix raw_input
...
double-focus, size, and use `val()` instead of `attr("value")`
13 years ago
MinRK
a3dbdfeb52
bootstrapify notification widget
13 years ago
MinRK
76062a3940
use named tabs in tree
13 years ago
MinRK
a01f5590f8
fix tab hash / url behavior
...
clicking tabs sets hash, loading hash url implies tabs
13 years ago
MinRK
a453f8219b
don't remove nav-tab border
13 years ago
MinRK
8a4e398b75
fix Invalid Password message location
13 years ago
MinRK
5ac293bb97
fix select alignment on FF
13 years ago
MinRK
f2b045b14d
remove console.log
13 years ago
MinRK
167a734964
bootstrapify quickhelp
13 years ago
MinRK
b2d9b9beb8
bootstrapify delete dialog
13 years ago
MinRK
d1416665dc
use row-fluid for cluster list
13 years ago
MinRK
7f3995eded
use row-fluid for tree_list
13 years ago
MinRK
e5891be78c
pager styling
...
fixes occasional hiding of top 16px of the header
13 years ago
MinRK
c4ad524cef
inherit bootstrap properly
...
need *both* bootstrap and responsive in style.less, neither in page.html.
13 years ago
MinRK
638b30ff90
shrink navbars a little
13 years ago
MinRK
864ef914ae
fight with bootstrap a little less in tree view
13 years ago
MinRK
0beb0a7828
add missing cell_type = "code";
13 years ago
MinRK
265a8e7edb
only put the notebook in a container
...
allows pager to be full-width
13 years ago
MinRK
116a461bce
fix bad `$(body)`
13 years ago
MinRK
b67fff1d39
tweak header styling
...
use nabbers, so they are internally consistent
13 years ago
MinRK
0d94351fd5
disabile bootstrap's capitalized nav-header
13 years ago