Min RK
da95c496d9
transparent gif placeholder src
...
avoids invalid empty src
11 years ago
Min RK
9f9714e11f
remove kernel logo text placeholder
11 years ago
Min RK
da88bff678
add text placeholder for kernels with no logo
...
capital first initial on gray field
11 years ago
Min RK
d5f6aaa1f6
remove kernel selector from header
...
- add kernel name to indicator
- float kernel logo where indicator used to be
11 years ago
Jonathan Frederic
a485fe42ea
s/Notebooks/Files
11 years ago
Min RK
26136f44d2
Merge pull request #7088 from Carreau/kernel.js
...
Load the per kernel kernel.js and kernel.css
11 years ago
Bussonnier Matthias
9a6f282129
do not try to fix mathjax URl
11 years ago
Bussonnier Matthias
59f5b9199d
just indent everythin twice
11 years ago
Bussonnier Matthias
1b2305c475
emit valid html:
...
Not closed div, <a> don't have alt but title, chrome frame has been
closed for at least a year, IE shoudl use edge mode. div cannot embed
span.
11 years ago
Matthias BUSSONNIER
4239dc03f3
load the per kernel kernel.js and kernel.css
...
As per discussion, each kernel can provide a file name kernel.js that
we try to load at kernel switching. If such a file exist we assume that
the kernel pathches the javasscript and that this javascript cannot be
unpatched, and further switching of the kernel cannot be undone without
reloading the page. (separate PR for UI)
if a kernel provide kernel.js, the it should consist into a AMD module
definition that uses require.js the module shoudl define a function name
`onload` that will be called at the appropriate moment before the kernel
starts.
11 years ago
Min RK
e890122c3e
Merge pull request #6537 from takluyver/kernelspec-logos
...
Initial support for supplying kernel logos in kernel spec
11 years ago
Thomas Kluyver
cad0c32137
Hide kernel logo if it's missing
11 years ago
Thomas Kluyver
f123b0d2ad
Initial support for supplying kernel logos in kernel spec
11 years ago
Min RK
1e5bd77bda
s/mode/language/
...
for user-facing CodeMirror mode (hover text, language menu)
11 years ago
Min RK
03779746ab
Toggle line numbers in menu
...
use 'Toggle' text, instead of switching between Show/Hide
11 years ago
Min RK
0b8920193f
add Mode menu to editor
11 years ago
Min RK
a53d467243
update edit page blocks after layout changes
11 years ago
Min RK
0cc0dead5d
add File/Rename
11 years ago
Min RK
d6282035fa
add save widget to text editor
11 years ago
Min RK
c58070a702
make savewidget css a little more generic
...
- use classes instead of IDs
- use .filename instead of #notebook_name
11 years ago
Min RK
c8a1f06179
fixup keyMap
11 years ago
Min RK
85b6b280b2
allow selecting codemirror keymap in menu
11 years ago
Min RK
9a504dd7c3
basic LESS for editor
11 years ago
Min RK
0efd335553
editor progress
...
- load/store codemirror config
- fill out menus a bit:
- Edit/find,replace
- View/toggle line numbers
11 years ago
Min RK
0b46e2aff2
remove some custom css
...
mainly in navbars, where we were doing custom
things that bootstrap already did with classes.
This did require the removal of multiple class LESS inheritance for
navbar buttons, because it doesn't work properly. Seems like a LESS bug, but I'm not sure.
11 years ago
Min RK
6a1cebe4c0
minor reflow of tree header
...
- remove absolutely positioned text (absolute text doesn't wrap correctly)
- associate hidden upload directly with 'click here' via span
- remove column split, rely on regular reflow
11 years ago
Min RK
d9767e8c94
separate selecting default kernel from new notebook with specified kernel
...
adds checkmark to indicate selection
11 years ago
Min RK
0cfd8731a0
include current kernel name in new notebook dropdown
11 years ago
Min RK
d312486840
Add kernel-select dropdown to new notebook button
...
most recent choice is remembered in localStorage
11 years ago
Min RK
4fc163812a
change kernel spec placeholder name to 'Kernel'
11 years ago
Matthias Bussonnier
b12ac2cb15
Merge pull request #7011 from jdfreder/killthelayout
...
Kill the layout manager
11 years ago
Jason Grout
155381072c
Make the favicon a template block
11 years ago
Jonathan Frederic
e79a43e867
Fix scroll/resize handle missing behavior.
11 years ago
Jonathan Frederic
353a9afd34
Kill the layout manager
11 years ago
Min RK
f15727f6f6
Merge pull request #7032 from minrk/require-url-arg
...
add '?v=<date>' to require URLs
11 years ago
Min RK
cf91873644
Merge pull request #6866 from takluyver/nb-texteditor
...
Notebook text editor
11 years ago
Thomas Kluyver
011beaa385
Rename texteditor files & folders to edit
11 years ago
Bussonnier Matthias
cc00d48b8c
Use map instead of hacking path to our need.
...
might help closing #7034
11 years ago
Min RK
a492ac554d
add '?v=<date>' to require URLs
...
- resets cache on server restart
- don't cache requests on master (rely on 304 for content caching)
11 years ago
Min RK
535bbee883
Merge pull request #6978 from takluyver/nbconvert-script
...
Nbconvert to script for any kernel language
11 years ago
Thomas Kluyver
bc769d24f6
Add filename to header area
11 years ago
Min RK
b54cc20357
use Jupyter logo in the notebook header
...
and favicon
11 years ago
Thomas Kluyver
8dced9ab73
Styling to make it clearer where the editor is
11 years ago
Thomas Kluyver
6419595371
Use NotificationArea in the text editor
11 years ago
Thomas Kluyver
c1d012d703
Enable codemirror search/replace shortcuts
11 years ago
Thomas Kluyver
f49bef7b0d
Saving files works
11 years ago
Thomas Kluyver
25ee73a554
Loading a file works
11 years ago
Thomas Kluyver
e6935d47c0
Basic infrastructure for new texteditor component
11 years ago
Thomas Kluyver
800e2ad25a
'Download as' script
11 years ago
Matthias Bussonnier
4cd8ee3bb2
Merge pull request #6881 from jasongrout/template-blocks
...
Make favicon and logo images blocks in the template
11 years ago