Ram Rachum
7d375282a9
Fix exception causes all over the codebase
6 years ago
Kerwin.Sun
b5f5c9500e
remove py2 dependence
7 years ago
Min ho Kim
bd66c18b4f
Fix typos ( #4760 )
...
* Fix typos
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
7 years ago
Min RK
729183b148
use our own maybe_future
...
instead of the monkeypatch we did to keep the backport patch small
requiring tornado 5 simplifies things a ton because tornado.concurrent.Future is asyncio.Future
7 years ago
maartenbreddels
772544e60f
renamed manager.py to config_manager.py and added more docstrings
8 years ago
maartenbreddels
89b32e4412
allow default json files in a .d directory, original PR: ipython/traitlets#452
8 years ago
Min RK
d6a534ec5b
use RFC5987 encoding for filenames
...
as described in RFC 6266 describing Content-Disposition
9 years ago
Min RK
236198571b
test dirs are paths, not TempDir objects
9 years ago
Min RK
83ca4833eb
update bundler tests with self.request
9 years ago
Sylvain Corlay
0e8b8b67d2
Separate common classes for server and notebook extensions
10 years ago
Peter Parente
925709b5b4
Fix bundler tool failures on Windows
...
* Normalize to system path separator format
* Fix hardcoded separators
* Fix hardcoded test paths
10 years ago
Peter Parente
2473efcb3d
Update Distributing Jupyter Extensions doc
...
* Add tarball_bundler example inline
* Add tarball_bundler example to bundler doc too
* Cross-ref from distributing doc to doc about writing extensions
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
4a3386663c
New bundler extensions developer doc
...
* Improve some docstrings too
* Fix a busted extension link along the way
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
c82cce050b
Fix missed bundler -> bundlerextensions renames
...
In notebook.json config
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
4412b4bd6c
Improve bundler list output
...
Include label and module name (if available) to
help a user remember which Python module provides
which bundler(s)
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
352d3830fd
Add bundler CLI tests
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
7e7c25b405
Add missing copyright
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
4828410c26
Bundler API tests
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
ebcfebcfd0
Add bundler tool test cases
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
4f81b71512
Make BundlerTools a module
...
It has no instance state. It should be a module that bundlers optionally import.
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
99b6aa4bd0
Docstring cleanup
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
d5f47d2d53
Add zip bundler as an example
...
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
3a9a0f5f74
Add jupyter bundler extension list command
...
Cleanup more bundler vs bundlerextension refs
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
de7753402b
Cleanup CLI naming
...
Based on first review by @minrk
* bundlerextension for consistency
* Move CLI entry point into bundler package
* Add bundler/__main__.py
(c) Copyright IBM Corp. 2016
10 years ago
Peter Parente
8fb670904b
First pass migrating from jupyter_cms
...
* Change handler for consistency with nbconvert
* Change bundler function API to take ContentManager models
* Change CLI to work as jupyter bundler
* Change UI to fit into existing template / JS structure
(c) Copyright IBM Corp. 2016
10 years ago