Created
July 9, 2013 05:44
-
-
Save cowlicks/5954987 to your computer and use it in GitHub Desktop.
more nikola failures with ipython notebook
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
(nikola)blake@quadrilateral:~/cowlicks$ nikola build | |
Scanning posts....done! | |
. render_sources:output/posts/week-6-ufunc-overrides.ipynb | |
. render_posts:cache/posts/week-6-ufunc-overrides.html | |
######################################## | |
TaskError - taskid:render_posts:cache/posts/week-6-ufunc-overrides.html | |
PythonAction Error | |
Traceback (most recent call last): | |
File "/home/blake/.virtualenvs/nikola/local/lib/python2.7/site-packages/doit/action.py", line 324, in execute | |
returned_value = self.py_callable(*self.args, **kwargs) | |
File "/home/blake/cowlicks/plugins/compile_ipynb/__init__.py", line 48, in compile_html | |
raise Exception('To build this site, you also need ' | |
Exception: To build this site, you also need https://github.com/damianavila/compile_ipynb-for-Nikola.git. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
But I have nbconvert and nbformat...