dongweiming
85a2a88396
Update custom.js for 3.0
2014-12-20 08:34:23 +08:00
Thomas Kluyver
fa7423383e
Merge pull request #7191 from minrk/contents-test-reuse
...
abstract some methods in contents service tests
2014-12-19 13:37:53 -08:00
Min RK
4404c7ea2b
checkpoint
2014-12-19 13:10:47 -08:00
Min RK
979eb2d281
don't enforce .ipynb extension in URLs
...
let ContentsManager decide what's a notebook
2014-12-19 12:42:28 -08:00
Min RK
db5147998d
docstring on test_dir
2014-12-19 12:26:16 -08:00
Thomas Kluyver
eb93afeaf8
Merge pull request #7254 from quantopian/type-not-dotted-object
...
MAINT: Use `Type` instead of `DottedObjectName` for managers.
2014-12-19 11:28:53 -08:00
Bussonnier Matthias
9c959ce6b1
correct variable name
2014-12-19 15:50:48 +01:00
Bussonnier Matthias
15ab64e884
make global css change on command/edit mode
2014-12-19 15:20:16 +01:00
Bussonnier Matthias
eaf8fdc4f9
Do not inject self in IPython namespace
...
And do not require nemaespace either
- this is bad practice, and this prevent from
writing a blended content manager that works both
with drive and localhost as they shoudl both export
themselves to IPython.Contents module.
2014-12-19 14:55:30 +01:00
Scott Sanderson
acf011bd9c
DEV: Tweaks to Login/LogoutHandler setup.
...
- Require handlers to be tornado.web.RequestHandlers. Rename the
- NotebookApp attributes from log{in,out}_handler to log{in,out}_handler_class.
2014-12-19 00:52:21 -05:00
Jonathan Frederic
7926c36b0d
Remove right margin from the terminal
2014-12-18 16:28:59 -08:00
Jonathan Frederic
8d2e57e3ef
invoke css
2014-12-18 15:37:41 -08:00
Jonathan Frederic
028b79b385
Move kernel logo to right margin.
2014-12-18 15:37:22 -08:00
Jonathan Frederic
fd5659427d
invoke css
2014-12-18 15:19:36 -08:00
Jonathan Frederic
2c714357c4
Review comments
2014-12-18 15:19:36 -08:00
Jonathan Frederic
359bc2e1bc
invoke css
2014-12-18 15:19:36 -08:00
Jonathan Frederic
096b1638bf
Remove padding on editor
2014-12-18 15:19:36 -08:00
Jonathan Frederic
7daba81475
invoke css
2014-12-18 15:19:36 -08:00
Jonathan Frederic
cda53215ba
Improve edit app
2014-12-18 15:19:36 -08:00
Jonathan Frederic
b81a9f6bc6
invoke css
2014-12-18 15:19:36 -08:00
Jonathan Frederic
972065ad22
Additional aesthetic clean-up
2014-12-18 15:19:36 -08:00
Jonathan Frederic
461b2e74b6
invoke css
2014-12-18 15:19:36 -08:00
Jonathan Frederic
94a893d975
Prevent terminal from scrolling
2014-12-18 15:19:36 -08:00
Jonathan Frederic
fbc2adf2d5
Make things consistent
2014-12-18 15:19:36 -08:00
Jonathan Frederic
4e7832cf64
invoke css
2014-12-18 15:19:35 -08:00
Jonathan Frederic
726c95cbff
Address review comments
2014-12-18 15:19:35 -08:00
Bussonnier Matthias
2b0147c21a
no shadow on print media
...
Also hide celltoolbars
2014-12-18 15:19:35 -08:00
Matthias Bussonnier
6e9ef7abeb
Style notebook as a document
2014-12-18 15:19:35 -08:00
Jonathan Frederic
4d62ad0df6
invoke css
2014-12-18 15:19:35 -08:00
Jonathan Frederic
79fe99d124
Make terminal pretty
2014-12-18 15:19:35 -08:00
Jonathan Frederic
3969f0ec84
Move terminal less into better location
2014-12-18 15:19:35 -08:00
Jonathan Frederic
f8968df7e2
Merge pull request #7148 from minrk/kernel-selector
...
remove kernel selector from header
2014-12-18 15:16:23 -08:00
Bussonnier Matthias
bb61df5c35
make shutdown yellow/orange
2014-12-18 20:07:01 +01:00
Jonathan Frederic
196478b765
Merge pull request #7260 from takluyver/widgetvaluedefaults
...
Widget values as positional arguments
2014-12-18 08:05:11 -08:00
Matthias Bussonnier
27c90f1da3
Merge pull request #7087 from nheijermans/master
...
Enable the IPython Notebook to display messages from other clients.
2014-12-18 09:19:44 +01:00
Scott Sanderson
8e2286911d
DEV: Set klass=object
for Log{in,out}Handler.
...
It seems plausible that people will implement custom handlers that
aren't subclasses of a known type.
Another possible option would be `IPythonHandler`, but even that feels
too restrictive.
2014-12-18 01:59:19 -05:00
Scott Sanderson
0953de3432
MAINT: Remove unused imports.
...
I was in the neighborhood...
2014-12-18 01:59:19 -05:00
Scott Sanderson
8ab449cd9a
MAINT: Use Type
instead of DottedObjectName
Log{in,out}Handler.
2014-12-18 01:59:19 -05:00
Scott Sanderson
23b3a332f9
MAINT: Use Type
instead of DottedObjectName
for managers.
...
`Type` is strictly more powerful than `DottedObjectName` and is easier
for users to override.
2014-12-18 01:59:19 -05:00
Min RK
00e4ad59c0
add counter to new notebooks in test_manager
...
ensures brand new notebooks are untrusted
previously, all new notebooks were identical,
so once one was trusted, they would all start trusted.
2014-12-17 14:27:38 -08:00
Min RK
90ee93849f
remove signatures from example notebook metadata
2014-12-17 14:27:37 -08:00
Thomas Kluyver
9c0fb7bf68
Use more conventional *args naming over *parg
2014-12-17 12:47:56 -08:00
Thomas Kluyver
cbb685b314
Fix copy-pasted super() call
2014-12-17 12:47:04 -08:00
Jason Goad
cda015340c
added value positional argument to applicable widgets
2014-12-17 12:45:58 -08:00
Jason Goad
7bcced9da0
widget fix?
2014-12-17 12:43:17 -08:00
Scott Sanderson
a1ad9abe51
MAINT: Unicode literal in assertDictContainsSubset
2014-12-17 11:38:46 -08:00
Scott Sanderson
4a2149d1c3
TEST: Add a non-notebook file to directory test.
2014-12-17 11:38:46 -08:00
Scott Sanderson
af7d1cdb50
STY: Define dirs as a single expression.
2014-12-17 11:38:46 -08:00
Scott Sanderson
f7cf204b25
BUG: Convert to bytes before comparing binary blobs.
2014-12-17 11:38:46 -08:00
Scott Sanderson
e9b81b6c7a
TEST: Verify base64 return values after decoding.
2014-12-17 11:38:45 -08:00