Bussonnier Matthias
0118cfbd48
re-hook notification area for editor.
...
- re-order element to be the same as in notebook,
- rename events correctly.
- Add event on savign to show that save is in progress, that get
dismissed on file save
Closes #7569
2015-01-25 19:59:16 +01:00
Jessica B. Hamrick
241dd2b69c
Make tour functional again
2015-01-20 14:54:48 -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
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
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
Bussonnier Matthias
15ab64e884
make global css change on command/edit mode
2014-12-19 15:20:16 +01: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
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
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
a53d467243
update edit page blocks after layout changes
2014-12-07 13:40:16 -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
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.
2014-12-07 11:16:15 -08:00
Min RK
4fc163812a
change kernel spec placeholder name to 'Kernel'
2014-12-05 12:06:25 -08:00
Jonathan Frederic
e79a43e867
Fix scroll/resize handle missing behavior.
2014-12-03 14:29:20 -08:00
Jonathan Frederic
353a9afd34
Kill the layout manager
2014-12-03 14:29:20 -08:00
Thomas Kluyver
800e2ad25a
'Download as' script
2014-11-18 16:26:29 -08:00
Min RK
59b54eba53
add Reconnect to kernel menu
2014-11-07 15:42:40 -08:00
MinRK
dd95b1ef5f
remove heading cells in v4
2014-11-01 16:41:07 -07:00
Min RK
965102ba60
Merge pull request #6554 from Carreau/itsallaboutme
...
Add About IPython
2014-10-30 14:23:16 -07:00
Matthias Bussonnier
d269912958
Merge pull request #6110 from minrk/binarycomm
...
support binary buffers in comm messages
2014-10-19 11:03:24 +02:00
MinRK
e36df49c5f
tweak collapsed navbar style
...
- notification and indicators appear above menu on small screen
- collapsed menu button floats left
2014-10-18 18:21:07 -07:00
MinRK
5ccbd18e5d
collapse the navbar on narrow windows
...
so it doesn't take up a bunch of vertical height when not in use
2014-10-18 18:21:07 -07:00
Matthias Bussonnier
e7c2c369e0
Add about dialog in Notebook Help Menu.
...
This allow to get info on version of IPython when running remotely.
The about dialog also send a kernel info request and display the banner
which is useful for non-python kernel that don't match IPython version
2014-10-16 17:04:19 +02:00
MinRK
b548e51550
use TextEncoding for string<->ArrayBuffer
...
requires text-encoding js polyfill, for now
2014-10-15 12:23:32 -07:00
MinRK
8e863d951c
use require to load CodeMirror modes
...
CM's loadmode addon only works if you *don't* load CodeMirror itself with require.
2014-10-10 19:21:55 +02:00
Matthias BUSSONNIER
5b355936df
Update to codemirror 4
...
Update to codemirror 4.6 and update most notebook to work wiht it
this include keyevent that where triggerd twice and the re-writing of
ipython-gfm anf ipython mode to work with require.
2014-10-10 19:18:56 +02:00
Bussonnier Matthias
0dcce32de7
use standard html
2014-10-02 16:14:03 +02:00
Min RK
c007debe3a
Merge pull request #6084 from tomspur/fontawesome4
...
Update fontawesome to 4.1
2014-07-28 11:44:39 -07:00
Thomas Spura
01dec53cf9
Port more icons to fontawesome-4
2014-07-27 14:53:20 +02:00
Thomas Kluyver
c71eea365e
Add submenu under kernel for changing kernel
2014-07-24 18:14:11 -07:00
Matthias BUSSONNIER
849ff3bb05
Simplify and uniformise styling of kernel selector
...
Make the theme coherent with the logout button
2014-07-24 16:55:18 -07:00
Thomas Kluyver
41626420e2
Allow switching kernel from the notebook UI
2014-07-24 16:31:55 -07:00
MinRK
579f5101f0
restore websocket_url configurable
...
allows ws to be handled via separate proxies,
as appears to be the case on OpenShift and some other hosting services.
2014-07-22 14:43:40 -07:00
Jonathan Frederic
188072d190
@carreau review changes
2014-07-10 15:47:22 -05:00
Jonathan Frederic
0e9e1dd5a3
MWE,
...
Fixed LOTS of bugs
2014-07-10 15:47:22 -05:00
Jonathan Frederic
fb32b6561f
Start of work to make notebook.html requirejs friendly.
2014-07-10 15:25:08 -05:00
Jonathan Frederic
6834cb95bc
Rebase cleanup, comments and nesting
2014-06-09 12:05:39 -07:00
jon
68cfaeb7c9
Fixed status indicator region
2014-06-09 12:05:38 -07:00