Commit Graph

7560 Commits

Author SHA1 Message Date
Min RK
5da299eb93 Merge pull request #147 from takluyver/sigint-no-tty-die
Die immediately on SIGINT if not in a tty
2015-06-10 15:23:42 -07:00
Thomas Kluyver
25f5afd39f Die immediately on SIGINT if not in a tty
Closes gh-146
2015-06-10 14:39:38 -07:00
Matthias Bussonnier
da22554e9a Merge pull request #141 from nbarray/nb/remove-sc
shortcut: explicit exception message
2015-06-10 12:29:39 -07:00
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>
2015-06-10 12:04:52 +02:00
Min RK
e0bb6e6f2f Merge pull request #140 from Carreau/f-minify
Do not minify css
2015-06-09 17:03:50 -07:00
Matthias Bussonnier
19e37b0aa1 Do not minify css
it removes rules. Closes #112
2015-06-09 13:57:27 -07:00
Thomas Kluyver
bb54245db5 Merge pull request #135 from minrk/splitext
use splitext to remove extension from notebook name
2015-06-08 17:04:08 -07:00
Min RK
925da82353 use existing extension in ensure_extension
rather than assuming extension is .ipynb
2015-06-08 15:54:23 -07:00
Min RK
84f3fe647f use splitext to remove extension from notebook name
extension may not be .ipynb.
2015-06-07 10:56:57 -07:00
Matthias Bussonnier
c85fb52ad3 Merge pull request #121 from minrk/rm-clusters
remove clusters tab from notebook
2015-06-05 13:54:32 -07:00
Min RK
5ba389dcc5 restore clusters tab with a link to IPython parallel. 2015-06-05 12:25:11 -07:00
Min RK
1a91f8ce74 remove clusters tab from notebook
moving to an nbextension in ipyparallel
2015-06-05 12:25:08 -07:00
Matthias Bussonnier
9a9a74908b Merge pull request #124 from jdfreder/docs
Docs
2015-06-05 10:33:42 -07:00
Min RK
a6c5be5d60 Merge pull request #132 from minrk/nb-version
fix notebook version in About
2015-06-04 16:34:51 -07:00
Jonathan Frederic
07815b4ffc Remove wonky custom theme 2015-06-04 16:19:23 -07:00
Jonathan Frederic
a18acf52c8 @takluyver 's suggested changes. 2015-06-04 09:35:02 -07:00
Min RK
a978987da9 fix notebook version in About 2015-06-03 20:05:20 -08:00
Thomas Kluyver
69094bfffc Merge pull request #131 from hiaselhans/master
tree rename dialog - focus filename without extension
2015-06-03 15:57:58 -07:00
Jonathan Frederic
4eb2db842b cwd->getcwd 2015-06-03 14:57:23 -07:00
Jonathan Frederic
79482e8b4f Add root 2015-06-03 14:46:43 -07:00
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
2015-06-03 23:21:22 +02:00
Jonathan Frederic
130d3d4779 Add requirements file for RTD 2015-06-02 17:30:56 -07:00
Jonathan Frederic
3716dd7328 Correct reference. 2015-06-02 15:35:01 -07:00
Jonathan Frederic
1e7c865cba Implement @takluyver's magic RTD executor 💀 2015-06-02 12:24:35 -07:00
Jonathan Frederic
38c6fffd8d Update jsdoc config. 2015-06-02 11:03:26 -07:00
Jonathan Frederic
af18367030 Remove profile info. 2015-06-02 08:26:23 -07:00
Jonathan Frederic
1ac315436b Update link to kernel install doc 2015-06-02 08:26:23 -07:00
Jonathan Frederic
0e10d87292 Implement @takluyver's doc generation API 2015-06-02 08:26:23 -07:00
Jonathan Frederic
75e53d915e Day 3 - Finishing pass over the notebooks. 2015-06-02 08:26:23 -07:00
Jonathan Frederic
4c008765fe Day 2 - ipynb 2015-06-02 08:26:23 -07:00
Jonathan Frederic
bc2a2ecde2 Day 2 - rst 2015-06-02 08:24:17 -07:00
Jonathan Frederic
af5fbc5fc9 Day 1 2015-06-02 08:24:17 -07:00
Jonathan Frederic
5c18ecb151 Merge pull request #102 from Carreau/no-global
Start working on removing global JS IPython
2015-06-01 13:20:50 -07:00
Matthias Bussonnier
26c3628185 adress john comments 2015-06-01 11:33:28 -07:00
Matthias Bussonnier
a7dc324bba update example on how to bind keyboard shortcut 2015-05-29 15:30:10 -07:00
Thomas Kluyver
19227596e2 Merge pull request #126 from minrk/new-install-kernelspec
install IPython kernel with proper API
2015-05-29 13:59:42 -07:00
Min RK
33b458d960 install IPython kernel with proper API
not deprecated API
2015-05-29 12:29:28 -07:00
Matthias Bussonnier
37d4ede57e revert jquery removal 2015-05-28 12:06:20 -07:00
Min RK
ac5f6c1713 Merge pull request #118 from SylvainCorlay/update_backbone
Update backbonejs to 1.2
2015-05-27 10:32:24 -07:00
Sylvain Corlay
8cbe4730de update backbone 2015-05-27 08:54:55 -04:00
Thomas Kluyver
bc35a60320 Merge pull request #114 from minrk/super-launch
use `super` in NotebookApp.start
2015-05-26 16:48:28 -07:00
Min RK
7db1410a11 test --generate-config 2015-05-26 13:28:51 -07:00
Min RK
29a11a3aa1 use super in NotebookApp.start 2015-05-26 13:28:36 -07:00
Matthias Bussonnier
d116a2b127 s/IPython/Jupyter/ in some comments and UI elements 2015-05-26 12:04:09 -07:00
Matthias Bussonnier
8f3858749a remove dependencies to namespace in MenuBar 2015-05-26 12:03:32 -07:00
Min RK
6bea149869 Merge pull request #109 from Carreau/namual-restart
"Manual restart" is not very descriptive.
2015-05-24 12:02:38 -07:00
Matthias Bussonnier
3bcbd989b7 less globals 2015-05-24 10:30:41 -07:00
Matthias Bussonnier
eb3f86d4e8 "Manual restart" is not very descriptive.
This is  a little clearer IMHO
2015-05-23 20:04:34 -07:00
Jonathan Frederic
e41d1f0075 Merge pull request #60 from minrk/build-js
build main.min.js with r.js
2015-05-23 17:39:54 -07:00
Min RK
7923bc817c Clarify dependency-changed message
and add a few clarifying comments
2015-05-23 14:46:26 -07:00