You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Min RK
f982c0df3a
attachment mimebundle values are strings, not lists
...
When first added, the first item of the list contained the attachment.
After roundtripping to a file, the list was correctly converted to a single string,
the first element of which is a single character, not the full data.
9 years ago
..
auth
Merge pull request #2033 from vlimant/master
9 years ago
base
track REST API activity
9 years ago
bundler
test dirs are paths, not TempDir objects
9 years ago
edit
s/jupyter_notebook/notebook
11 years ago
files
set notebook mime-type on download links
10 years ago
kernelspecs
s/jupyter_notebook/notebook
11 years ago
nbconvert
test dirs are paths, not TempDir objects
9 years ago
notebook
make MathJax config parameter configurable (instead of hard coded)
10 years ago
services
test dirs are paths, not TempDir objects
9 years ago
static
attachment mimebundle values are strings, not lists
9 years ago
templates
add base_url to view page
9 years ago
terminal
json_errors should be outermost decorator on API handlers
10 years ago
tests
Merge pull request #2111 from minrk/patch-env
9 years ago
tree
test dirs are paths, not TempDir objects
9 years ago
view
Create `/view` route, handler, and template
9 years ago
__init__.py
s/jupyter_notebook/notebook
11 years ago
__main__.py
s/jupyter_notebook/notebook
11 years ago
_sysinfo.py
Don't run git unless it looks like we are in a repo.
11 years ago
_tz.py
move tz utils to top-level private module ._tz
9 years ago
_version.py
Bump version to 5.0.0.dev
11 years ago
allow76.py
s/jupyter_notebook/notebook
11 years ago
extensions.py
Add base aliases for nbextensions apps
10 years ago
jstest.py
call it token
10 years ago
log.py
Use `dict()` to convert the mapping to a dictionary
11 years ago
nbextensions.py
remove unused code in nbextensions
9 years ago
notebookapp.py
Bump up tornado buffer sizes to allow saving large notebooks
9 years ago
serverextensions.py
Add base aliases for nbextensions apps
10 years ago
utils.py
Improve performance of directory listing
10 years ago