Min RK
9f501ab5cd
get kernelspec info from kernelspecs
...
instead of adding display_name to the sessions model
10 years ago
Min RK
66242b9a70
Merge pull request #503 from julienr/kernel_name
...
Adds kernel name to running notebooks list
10 years ago
Julien Rebetez
4925097006
Use kernel display_name instead of name in running kernels list
10 years ago
Julien Rebetez
78c6ca7e21
Adds kernel name to running notebooks list
10 years ago
Min RK
a8b15bc709
avoid double-encoding base_url
...
base_url should already be url-encoded.
10 years ago
Min RK
cc32f165e8
Merge edit-redirect fix
11 years ago
Min RK
4f0b3b8c10
only redirect to editor for text documents
...
treat unidentified mime-types as text
11 years ago
Matthias Bussonnier
2d5d548d79
Revert "Use NPM, node ES5, and browserify."
11 years ago
Jonathan Frederic
c8ff593efc
Move source out
11 years ago
Jonathan Frederic
3498a5193c
Get all of the apps working except notebookapp
11 years ago
Jonathan Frederic
81a2998fe0
Dynamically load contents, also browserify contents.
11 years ago
jdfreder
ff9406f2e3
require.js ES5 -> commonjs ES5
11 years ago
Thomas Kluyver
f2c5e6ba98
Catch error adding link to notebook list
...
Part of the fix for gh-223.
If a filename can't be decoded in the current encoding, Python escapes
the undecodable bytes as unpaired surrogates, which JS doesn't like
building a URL from.
This doesn't make the undecodable filename openable, but it stops it
from breaking the listing of other files.
The real fix is to set up the locale encoding correctly so that the
filenames can be decoded.
11 years ago
Min RK
3a750dad13
Revert custom themes
...
The customizable themes were not actually ready for merge.
11 years ago
Niole Nelson
248c15eb32
sort order of all files and directories is now case-insensitive
11 years ago
nsonnad
8ced23308e
add two themes and configure styles for them
11 years ago
Min RK
1a91f8ce74
remove clusters tab from notebook
...
moving to an nbextension in ipyparallel
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
Matthias Bussonnier
3bcbd989b7
less globals
11 years ago
Matthias Bussonnier
44de1ac270
remove dependencies to namespace in SessionList
11 years ago
Matthias Bussonnier
fb6d92509b
Move binding to IPython global one level up the stack
11 years ago
Min RK
d71a59cc9f
s/jupyter_notebook/notebook
11 years ago