Commit Graph

7949 Commits

Author SHA1 Message Date
Matthias Bussonnier
a9576ba96e forgot octal prefix 2015-09-16 14:51:31 -07:00
Matthias Bussonnier
e5ed972467 Strip more ANSI escape sequence.
`?` can be found in ANSI escape sequence. ( `[?25l` hide cursor,
`[25k`show cursor)

Closes #95
2015-09-16 13:48:39 -07:00
Min RK
cc32f165e8 Merge edit-redirect fix 2015-09-16 12:17:48 +02:00
Matthias Bussonnier
dcc8555778 Merge pull request #435 from jdfreder/removebs
Remove bootstrap dependency in menubar.js
2015-09-15 15:49:10 -07:00
Jonathan Frederic
2fcf9fcd76 Remove bootstrap dependency 2015-09-15 14:39:59 -07:00
Jonathan Frederic
1fe6dbb4e4 Merge pull request #431 from Carreau/fix-58
Fix bad message break notebook
2015-09-15 13:54:39 -07:00
Matthias Bussonnier
7d3be593a8 Fix bad message break notebook
Would need a test, and probably a way to display the message to the user
if it ever happen.
2015-09-15 13:31:51 -07:00
Min RK
009ae06e66 Merge pull request #433 from captainsafia/title-double-backslash
Strip trailing slash from notebook_dir
2015-09-15 21:55:02 +02:00
Safia Abdalla
84f1f6fc3d Replace backslash with slash 2015-09-15 12:22:42 -07:00
Safia Abdalla
36d5131a4b Added notebook_dir validations to _validate function 2015-09-15 11:58:51 -07:00
Safia Abdalla
292ba6fd1b Added tests for notebook path with backslash 2015-09-15 10:59:31 -07:00
Matthias Bussonnier
8ec8a520e8 Merge pull request #404 from minrk/rjs-timeout
bump requirejs waitSeconds to 30
2015-09-15 10:48:55 -07:00
Safia Abdalla
9969cce177 Added rstrip on notebook_dir to resolve #411 2015-09-15 10:17:44 -07:00
Min RK
8f1b2e9fd9 Merge pull request #427 from Carreau/fix-245
Deprecate duplicate functions from utils.
2015-09-15 08:28:23 +02:00
Min RK
5162a9ed48 Merge pull request #426 from Carreau/fix-100
Only hide top-level-header.
2015-09-15 08:24:45 +02:00
Matthias Bussonnier
c3edf61bef Fix typos. 2015-09-14 16:30:16 -07:00
Matthias Bussonnier
5fadb67dda Deprecate duplicate functions from utils.
Closes #245
2015-09-14 11:20:12 -07:00
Matthias Bussonnier
b521d76ebb Merge pull request #424 from minrk/custom-js-safe
catch errors in app_initialized callbacks
2015-09-14 10:16:01 -07:00
Matthias Bussonnier
937b42fda4 Only hide top-level-header.
closes jupyter/nbconvert#100
2015-09-14 09:35:21 -07:00
Min RK
e33741f93f catch errors in app_initialized callbacks
avoids bad custom.js preventing initialization.
2015-09-14 14:45:21 +02:00
Min RK
49f8eaf7b8 use events.on for notebook first-load
rather than reimplementing with on/off.
2015-09-14 14:42:35 +02:00
Min RK
172c6e272f Merge pull request #423 from Carreau/ignore-min-edit
Acknowledge "ingnore_minified" on editor page.
2015-09-14 08:25:38 +02:00
Matthias Bussonnier
c4f2c5ac23 Acknowledge "ingnore_minified" on editor page.
a few typo and consistency also.
2015-09-13 18:49:24 -07:00
Min RK
7d331cbbc9 Merge pull request #421 from germ13/patch-1
Add examples of latex expressions
2015-09-12 22:07:52 +02:00
Min RK
f493ed924f Merge pull request #420 from Jeffiy/master
add a style for password input
2015-09-12 17:30:28 +02:00
juan serrano
f9280708b2 Add examples of latex expressions 2015-09-12 04:02:34 -07:00
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