Matthias Bussonnier
10a5017f4c
Cache bower cache. Speed up build by 1min/matrix item
11 years ago
Matthias Bussonnier
da22554e9a
Merge pull request #141 from nbarray/nb/remove-sc
...
shortcut: explicit exception message
11 years ago
Nicolas Barray
94d13ef899
shortcut: explicit exception message
...
In the function remove_shortcut, if the action failed, it used to
throw an 'implementation oriented' exception message:
> throws('try to delete non-leaf')
This is not a good message for the user who wants to mess with the
shortcuts.
The solution is to leave this 'implementation oriented' exception message
and add a try-catch bloc above that catches this message and throws
a new, frendliest, exception message.
I came up with this:
> throws('try to remove non-existing shortcut')
* notebook/static/base/js/keyboard.js: (remove_shortcut) add try-catch.
Signed-off-by: Nicolas Barray <nbarray@gmail.com>
11 years ago
Min RK
e0bb6e6f2f
Merge pull request #140 from Carreau/f-minify
...
Do not minify css
11 years ago
Matthias Bussonnier
19e37b0aa1
Do not minify css
...
it removes rules. Closes #112
11 years ago
Thomas Kluyver
bb54245db5
Merge pull request #135 from minrk/splitext
...
use splitext to remove extension from notebook name
11 years ago
Min RK
925da82353
use existing extension in ensure_extension
...
rather than assuming extension is .ipynb
11 years ago
Min RK
84f3fe647f
use splitext to remove extension from notebook name
...
extension may not be .ipynb.
11 years ago
Matthias Bussonnier
c85fb52ad3
Merge pull request #121 from minrk/rm-clusters
...
remove clusters tab from notebook
11 years ago
Min RK
5ba389dcc5
restore clusters tab with a link to IPython parallel.
11 years ago
Min RK
1a91f8ce74
remove clusters tab from notebook
...
moving to an nbextension in ipyparallel
11 years ago
Matthias Bussonnier
9a9a74908b
Merge pull request #124 from jdfreder/docs
...
Docs
11 years ago
Min RK
a6c5be5d60
Merge pull request #132 from minrk/nb-version
...
fix notebook version in About
11 years ago
Jonathan Frederic
07815b4ffc
Remove wonky custom theme
11 years ago
Jonathan Frederic
a18acf52c8
@takluyver 's suggested changes.
11 years ago
Min RK
a978987da9
fix notebook version in About
11 years ago
Thomas Kluyver
69094bfffc
Merge pull request #131 from hiaselhans/master
...
tree rename dialog - focus filename without extension
11 years ago
Jonathan Frederic
4eb2db842b
cwd->getcwd
11 years ago
Jonathan Frederic
79482e8b4f
Add root
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
Jonathan Frederic
130d3d4779
Add requirements file for RTD
11 years ago
Jonathan Frederic
3716dd7328
Correct reference.
11 years ago
Jonathan Frederic
1e7c865cba
Implement @takluyver's magic RTD executor 💀
11 years ago
Jonathan Frederic
38c6fffd8d
Update jsdoc config.
11 years ago
Jonathan Frederic
af18367030
Remove profile info.
11 years ago
Jonathan Frederic
1ac315436b
Update link to kernel install doc
11 years ago
Jonathan Frederic
0e10d87292
Implement @takluyver's doc generation API
11 years ago
Jonathan Frederic
75e53d915e
Day 3 - Finishing pass over the notebooks.
11 years ago
Jonathan Frederic
4c008765fe
Day 2 - ipynb
11 years ago
Jonathan Frederic
bc2a2ecde2
Day 2 - rst
11 years ago
Jonathan Frederic
af5fbc5fc9
Day 1
11 years ago
Jonathan Frederic
5c18ecb151
Merge pull request #102 from Carreau/no-global
...
Start working on removing global JS IPython
11 years ago
Matthias Bussonnier
26c3628185
adress john comments
11 years ago
Matthias Bussonnier
a7dc324bba
update example on how to bind keyboard shortcut
11 years ago
Thomas Kluyver
19227596e2
Merge pull request #126 from minrk/new-install-kernelspec
...
install IPython kernel with proper API
11 years ago
Min RK
33b458d960
install IPython kernel with proper API
...
not deprecated API
11 years ago
Matthias Bussonnier
37d4ede57e
revert jquery removal
11 years ago
Min RK
ac5f6c1713
Merge pull request #118 from SylvainCorlay/update_backbone
...
Update backbonejs to 1.2
11 years ago
Sylvain Corlay
8cbe4730de
update backbone
11 years ago
Thomas Kluyver
bc35a60320
Merge pull request #114 from minrk/super-launch
...
use `super` in NotebookApp.start
11 years ago
Min RK
7db1410a11
test --generate-config
11 years ago
Min RK
29a11a3aa1
use `super` in NotebookApp.start
11 years ago
Matthias Bussonnier
d116a2b127
s/IPython/Jupyter/ in some comments and UI elements
11 years ago
Matthias Bussonnier
8f3858749a
remove dependencies to namespace in MenuBar
11 years ago
Min RK
6bea149869
Merge pull request #109 from Carreau/namual-restart
...
"Manual restart" is not very descriptive.
11 years ago
Matthias Bussonnier
3bcbd989b7
less globals
11 years ago
Matthias Bussonnier
eb3f86d4e8
"Manual restart" is not very descriptive.
...
This is a little clearer IMHO
11 years ago
Jonathan Frederic
e41d1f0075
Merge pull request #60 from minrk/build-js
...
build main.min.js with r.js
11 years ago
Min RK
7923bc817c
Clarify dependency-changed message
...
and add a few clarifying comments
11 years ago
Min RK
30102f2780
use gulp-newer to avoid wasteful re-running of rjs
11 years ago