zhangmm
|
498bdb66b3
|
add a style for password input
|
2015-09-12 09:32:01 +08:00 |
|
Matthias Bussonnier
|
806cd1f989
|
Merge pull request #400 from minrk/restart-run-all
add Restart & Run All action
|
2015-09-11 16:04:34 -07:00 |
|
Matthias Bussonnier
|
e901e4d1f2
|
Merge pull request #169 from Security513/master
Add FreeBSD instructions
|
2015-09-11 15:46:35 -07:00 |
|
Matthias Bussonnier
|
abc0860784
|
Merge pull request #313 from minrk/rm-ipython-import
remove unconditional IPython import from notebookapp
|
2015-09-11 09:22:47 -07:00 |
|
Matthias Bussonnier
|
f6ef532d67
|
Merge pull request #418 from minrk/termjs-007
bump term.js to 0.0.7
|
2015-09-11 09:16:48 -07:00 |
|
Matthias Bussonnier
|
65f15d1386
|
Merge pull request #321 from minrk/shell-true
run commands with shell=True
|
2015-09-11 09:09:22 -07:00 |
|
Min RK
|
235c2cc18d
|
bump term.js to 0.0.7
various issues fixed, including copy/paste
|
2015-09-11 15:08:42 +02:00 |
|
Min RK
|
a0fed9b42b
|
Merge pull request #409 from jcb91/master
Addresses #212. Avoid loading nbextensions twice…
|
2015-09-11 10:25:26 +02:00 |
|
Min RK
|
f3dc957ec5
|
Merge pull request #416 from jakirkham/test_python_33
Also test on Python 3.3
|
2015-09-11 10:24:36 +02:00 |
|
Min RK
|
e0190edec1
|
Merge pull request #417 from rgbkrk/docker-cleanup
Docker cleanup
|
2015-09-11 10:20:55 +02:00 |
|
John Kirkham
|
668812ad85
|
.travis.yml: Test on Python 3.3, as well.
|
2015-09-10 16:56:40 -04:00 |
|
Kyle Kelley
|
54a6d94447
|
ipykernel direct, no tests in container
|
2015-09-10 15:53:37 -05:00 |
|
Kyle Kelley
|
8790cc182e
|
Only install ipython as is
|
2015-09-10 15:30:40 -05:00 |
|
Brian E. Granger
|
d43d72f10d
|
Merge pull request #408 from captainsafia/pypi-description
Added description text to setup.py to resolve #374
|
2015-09-09 18:20:06 -07:00 |
|
Safia Abdalla
|
6cec1eada4
|
Added long_description to setup.py
|
2015-09-09 16:49:29 -07:00 |
|
Josh Barnes
|
71cb6b9b69
|
Avoid loading nbextensions twice by keeping track of which have been loaded
|
2015-09-09 16:41:45 +01:00 |
|
Min RK
|
23162fd289
|
Don't redirect from /edit/ to /files/
show failure to decode, instead
|
2015-09-09 10:30:32 +02:00 |
|
Min RK
|
4f0b3b8c10
|
only redirect to editor for text documents
treat unidentified mime-types as text
|
2015-09-09 10:30:32 +02:00 |
|
Min RK
|
f64aa490e3
|
set model mimetype, even when content=False
|
2015-09-09 10:30:32 +02:00 |
|
Safia Abdalla
|
a7fae2c6f9
|
Added description text to setup.py
|
2015-09-08 15:41:33 -07:00 |
|
Min RK
|
32112d2509
|
Merge pull request #407 from Carreau/fix-shrt
[docs] update shortcut
|
2015-09-08 22:36:21 +02:00 |
|
Matthias Bussonnier
|
c29b8780a3
|
update shortcut
|
2015-09-08 09:11:49 -07:00 |
|
Min RK
|
70e9186914
|
bump requirejs waitSeconds to 30
default is 7, and can timeout inappropriately on slow connections
|
2015-09-08 10:08:34 +02:00 |
|
Min RK
|
159b470c86
|
Merge pull request #401 from Carreau/overz
Fix overzealous auto escape
closes #398
|
2015-09-08 09:39:39 +02:00 |
|
Min RK
|
0641b68d40
|
Merge pull request #166 from SylvainCorlay/comm_list_shell_message
Adding comm_info method to kernel
|
2015-09-08 09:16:21 +02:00 |
|
Sylvain Corlay
|
a3fa53f0f4
|
Filter by target name
|
2015-09-07 15:48:17 -04:00 |
|
Sylvain Corlay
|
c451342c81
|
Adding comm_info method
|
2015-09-07 15:21:51 -04:00 |
|
Matthias Bussonnier
|
bce9c94f32
|
Fix overzealous auto escape
closes #398
Need backport.
|
2015-09-07 09:20:51 -07:00 |
|
Min RK
|
f175b2391a
|
shell=True wants a string cmd
|
2015-09-07 12:12:24 +02:00 |
|
Min RK
|
f1396457fb
|
run commands with shell=True
appears to be needed on Windows,
and should be harmless elsewhere.
|
2015-09-07 12:11:45 +02:00 |
|
Min RK
|
5e6339180e
|
remove unconditional IPython import from notebookapp
IPython shouldn't ever be assumed to be present
|
2015-09-07 12:07:34 +02:00 |
|
Min RK
|
17499ebb49
|
Notebook.restart_kernel returns a promise
|
2015-09-06 17:57:58 +02:00 |
|
Min RK
|
31f0ef480b
|
add Restart & Run All to Kernel Menu
|
2015-09-06 15:51:34 +02:00 |
|
Min RK
|
0615c251f2
|
add restart-run-all action
and constituent restart, run-all actions
|
2015-09-06 15:51:20 +02:00 |
|
Min RK
|
931fbb4f50
|
Merge pull request #390 from minrk/swagger-api
move swagger API handler off of existing `/api`
|
2015-09-06 15:22:14 +02:00 |
|
Min RK
|
e79b84cd6b
|
Merge pull request #393 from jcb91/master
fixes #391
|
2015-09-04 17:09:52 +02:00 |
|
Josh Barnes
|
3251cb90fa
|
require bootstrap in base/js/dialog.js
|
2015-09-04 15:34:27 +01:00 |
|
Min RK
|
65484f0b1c
|
Merge pull request #385 from iiSeymour/master
Use a 401 status code for invalid login attempts. Fixes #384
|
2015-09-03 22:46:23 +02:00 |
|
Min RK
|
798fc8acef
|
move swagger API handler off of existing /api
that spot was already taken
also set the content-type correctly
|
2015-09-03 22:42:35 +02:00 |
|
Chris Seymour
|
6880715826
|
Use a 401 status code for invalid login attempts. Fixes #384
|
2015-09-03 14:31:38 +01:00 |
|
Min RK
|
39ffd32eba
|
Merge pull request #383 from Carreau/303
Fix symlink issue with Win/Py2
|
2015-09-03 12:05:31 +02:00 |
|
Matthias Bussonnier
|
d16576eb68
|
Use more pythonic way to check wether module have attribute
closes #303
|
2015-09-03 11:47:26 +02:00 |
|
Matthias Bussonnier
|
bd03233e8b
|
Merge pull request #382 from Carreau/rebase-358
swapped glass for keyboard for command palette icon
|
2015-09-03 11:43:32 +02:00 |
|
Min RK
|
7056b10045
|
Merge pull request #370 from Carreau/fix-flexbox
Fix flexbox on celltoolbar and safari.
|
2015-09-03 11:30:26 +02:00 |
|
Yuri Numerov
|
5cd247f5f6
|
swapped glass for keyboard for command palette icon
|
2015-09-03 11:20:47 +02:00 |
|
Matthias Bussonnier
|
2189b7f686
|
Merge pull request #363 from Carreau/docs-typo
Docs typo
|
2015-09-03 11:16:19 +02:00 |
|
Matthias Bussonnier
|
eeb9573991
|
bring more fixes
|
2015-09-02 15:12:04 +02:00 |
|
Matthias Bussonnier
|
552fd197d5
|
port some typos
|
2015-09-02 15:03:26 +02:00 |
|
Matthias Bussonnier
|
98745984c2
|
Remove auto generate .rst files
|
2015-09-02 15:03:24 +02:00 |
|
Matthias Bussonnier
|
de925603e4
|
move typo from rst to ipynb
|
2015-09-02 15:03:02 +02:00 |
|