-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from jupyter/new-kernel-mods
Use new kernel management modules
- Loading branch information
Showing
5 changed files
with
149 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
language: python | ||
python: | ||
- "3.5" | ||
install: pip install ipykernel jupyter_client jsonschema | ||
install: pip install ipykernel jupyter_kernel_mgmt>=0.1.1 jupyter_protocol jsonschema | ||
script: python test_ipykernel.py |
Oops, something went wrong.