Jonathan Frederic
12fe7823ad
New Terminal into new new button
2015-01-19 09:41:32 -08:00
Jonathan Frederic
2d835bd7ed
Put lists in an accordion
2015-01-19 09:41:31 -08:00
Jonathan Frederic
808916762e
Remove terminals page of the dashboard,
...
move contents into running tab.
2015-01-19 09:41:31 -08:00
Andrew Dawes
bb37ee2d6d
changed to 3.x
2015-01-15 11:55:31 -08:00
Andrew Dawes
c86e6e8a87
fixed Notebook Help item as specified by ellisonbg
2015-01-15 00:36:44 -08:00
Min RK
e769c2c99e
remove tree override.css
2015-01-14 12:51:22 -08:00
Thomas Kluyver
2deb7d1f29
Update help link about Markdown
...
Closes gh-7428
2015-01-12 09:46:55 -08:00
Brian E. Granger
db10980a8f
Merge pull request #7401 from mathieu1/new-notebook-same-kernel
...
create new notebook with same kernel
2015-01-09 17:07:20 -08:00
Mathieu
4e5839dde4
add choice of kernel for new notebook
2015-01-09 15:46:06 +01:00
Jason Grout
5dea7ad30b
Split apart the body attributes and classes in the notebook templates
2015-01-08 23:41:50 +00:00
Matthias Bussonnier
f51872c4c2
Merge pull request #7346 from jdfreder/terminal-page
...
Use page backdrop color in terminal page
2015-01-06 12:27:46 +01:00
Matthias Bussonnier
214195ce5f
Merge pull request #7327 from minrk/kernel-links
...
move Python-specific help links to kernel_info
2015-01-01 11:04:50 +01:00
Jonathan Frederic
7b602f07cc
Use page backdrop with the terminal
2014-12-29 12:37:02 -08:00
Jonathan Frederic
992976844d
Merge pull request #7302 from Carreau/1pix
...
a few 1 pixel fixes.
2014-12-29 11:58:53 -08:00
Min RK
83f51e877c
move Python-specific help links to kernel_info
...
help_links in kernel_info were already in the msg spec,
but not implemented.
Python-specific docs are now linked to the Python version.
2014-12-27 01:11:10 -08:00
Jonathan Frederic
09b289d932
Merge pull request #7274 from Carreau/global-command
...
make global css change on command/edit mode
2014-12-23 18:20:19 -08:00
Matthias Bussonnier
27f3c224c2
a few 1 pixel fixes.
...
this uses the same html/css structure acroos the tabs, and reduce the overlay
click zone that expended the size of the header to 25px instead of 24px
2014-12-23 23:20:03 +01:00
Brian E. Granger
7b21e13705
Merge pull request #7242 from jdfreder/terminal-fixes
...
Some UI design changes for the Notebook and associates
2014-12-23 13:20:20 -08:00
Jonathan Frederic
9e3b18605a
Reverse order of file/folder and notebooks in new menu
2014-12-23 12:15:06 -08:00
Jonathan Frederic
e0adde46f3
New new button
2014-12-23 12:15:06 -08:00
Jonathan Frederic
849c96ae61
Merge pull request #7268 from Carreau/ungroup-button
...
ungroup button on dashboard
2014-12-23 11:24:30 -08:00
Matthias Bussonnier
6b57f44bf6
ungroup button on dashboard
...
fix a few instanced of button toolbar that were not with the right class or not in btn groups.
2014-12-23 11:32:15 +01:00
Bussonnier Matthias
15ab64e884
make global css change on command/edit mode
2014-12-19 15:20:16 +01:00
Jonathan Frederic
cda53215ba
Improve edit app
2014-12-18 15:19:36 -08:00
Jonathan Frederic
94a893d975
Prevent terminal from scrolling
2014-12-18 15:19:36 -08:00
Jonathan Frederic
79fe99d124
Make terminal pretty
2014-12-18 15:19:35 -08:00
Min RK
da95c496d9
transparent gif placeholder src
...
avoids invalid empty src
2014-12-16 21:14:52 -08:00
Min RK
9f9714e11f
remove kernel logo text placeholder
2014-12-16 21:14:51 -08:00
Min RK
da88bff678
add text placeholder for kernels with no logo
...
capital first initial on gray field
2014-12-16 21:14:23 -08:00
Min RK
d5f6aaa1f6
remove kernel selector from header
...
- add kernel name to indicator
- float kernel logo where indicator used to be
2014-12-16 21:13:36 -08:00
Jonathan Frederic
a485fe42ea
s/Notebooks/Files
2014-12-15 16:07:45 -08:00
Min RK
26136f44d2
Merge pull request #7088 from Carreau/kernel.js
...
Load the per kernel kernel.js and kernel.css
2014-12-15 10:33:35 -08:00
Bussonnier Matthias
9a6f282129
do not try to fix mathjax URl
2014-12-12 16:27:48 +01:00
Bussonnier Matthias
59f5b9199d
just indent everythin twice
2014-12-12 15:40:29 +01:00
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.
2014-12-12 15:28:51 +01:00
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.
2014-12-10 10:45:26 +01:00
Min RK
e890122c3e
Merge pull request #6537 from takluyver/kernelspec-logos
...
Initial support for supplying kernel logos in kernel spec
2014-12-09 15:08:07 -08:00
Thomas Kluyver
cad0c32137
Hide kernel logo if it's missing
2014-12-09 10:54:38 -08:00
Thomas Kluyver
f123b0d2ad
Initial support for supplying kernel logos in kernel spec
2014-12-09 10:53:53 -08:00
Min RK
1e5bd77bda
s/mode/language/
...
for user-facing CodeMirror mode (hover text, language menu)
2014-12-08 11:37:01 -08:00
Min RK
03779746ab
Toggle line numbers in menu
...
use 'Toggle' text, instead of switching between Show/Hide
2014-12-07 13:55:06 -08:00
Min RK
0b8920193f
add Mode menu to editor
2014-12-07 13:40:42 -08:00
Min RK
a53d467243
update edit page blocks after layout changes
2014-12-07 13:40:16 -08:00
Min RK
0cc0dead5d
add File/Rename
2014-12-07 13:11:22 -08:00
Min RK
d6282035fa
add save widget to text editor
2014-12-07 13:11:22 -08:00
Min RK
c58070a702
make savewidget css a little more generic
...
- use classes instead of IDs
- use .filename instead of #notebook_name
2014-12-07 13:11:20 -08:00
Min RK
c8a1f06179
fixup keyMap
2014-12-07 13:10:15 -08:00
Min RK
85b6b280b2
allow selecting codemirror keymap in menu
2014-12-07 13:10:14 -08:00
Min RK
9a504dd7c3
basic LESS for editor
2014-12-07 13:10:14 -08:00
Min RK
0efd335553
editor progress
...
- load/store codemirror config
- fill out menus a bit:
- Edit/find,replace
- View/toggle line numbers
2014-12-07 13:10:13 -08:00