Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pluggable deploy as, download as mechanism #15

Merged
merged 10 commits into from
Dec 16, 2015

Conversation

parente
Copy link
Member

@parente parente commented Dec 4, 2015

For issue #13

Allow edits during dev without disturbing the git controlled version

(c) Copyright IBM Corp. 2015
(c) Copyright IBM Corp. 2015
Let the bundler decide what to do completely because two calls to finish results in an exception

(c) Copyright IBM Corp. 2015
(c) Copyright IBM Corp. 2015
(c) Copyright IBM Corp. 2015
(c) Copyright IBM Corp. 2015
@parente parente changed the title [WIP] Pluggable deploy as, download as mechanism Pluggable deploy as, download as mechanism Dec 8, 2015
* BundlerTools available on hander passed to bundler()
* Tests for bundler tools w/ test assets
* Makefile targets for testing
* Makefile var name changes for consistency with other projects


(c) Copyright IBM Corp. 2015
* All public methods (each one is potentially useful)
* More consistent naming

(c) Copyright IBM Corp. 2015
:param handler: The tornado web handler that serviced the request
:param absolute_notebook_path: The path of the notebook on disk
'''
self.finish('Hello world!'')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be called on handler, not self.

@jtyberg
Copy link
Contributor

jtyberg commented Dec 15, 2015

Reviewed with @parente. This makes sense to me to let other extensions bring in other bundlers.

(c) Copyright IBM Corp. 2015
@parente
Copy link
Member Author

parente commented Dec 16, 2015

Merging this in to pave the way for the other initial bundler impls to go in as well.

parente added a commit that referenced this pull request Dec 16, 2015
Pluggable deploy as, download as mechanism
@parente parente merged commit b358801 into jupyter-incubator:master Dec 16, 2015
@parente parente mentioned this pull request Dec 16, 2015
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants