forked from ipython/ipynb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a file watcher with watchdog (ipython#29)
* Create a watchdog trick for modules that is sensitive to notebook paths Fixes ipython#28 * Catch an error when a file is created in the watcher * Use the watcher while developing importnb * Rename the unittests to something more canonical. * Add the github pages deployment to travis. * Fix the watcher instructions in the readme. * Add the watchdog requirement for the setup * Manually install pyyaml from to pass 3.7dev * Add context to the readme * Deploy pages on any travis_branch * Escape the profile read error int he ipython extension * add pip to the cache on travis
- Loading branch information
Showing
20 changed files
with
822 additions
and
290 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
Oops, something went wrong.