Logs for #nikola for 2016-02-16

07:45:12 -GitHub[plugins]:#nikola- [plugins] xuhdev pushed 2 new commits to master: https://git.io/vg7q5
07:45:12 -GitHub[plugins]:#nikola- plugins/master 8369a0c Hong Xu: publication_list: improve process_bibtex_string.
07:45:12 -GitHub[plugins]:#nikola- plugins/master 706e914 Hong Xu: publication_list: update the template to add some HTML escape.
07:50:32 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#866 (master - 706e914 : Hong Xu): The build passed.
07:50:33 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/8741729a2709...706e9147cf8f
07:50:33 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/109542208
21:06:00 <z0k> Hi, I'm getting an error message when I try to build a post in ipynb format. I tried markdown format which seems to work fine.
21:06:37 <z0k> I followed the instructions in the docs: "To use Jupyter notebooks (previously known as IPython Notebooks) as posts/pages, make sure ipynb is in your COMPILERS and that the .ipynb extension is defined in POSTS and PAGES."
21:08:22 <z0k> I added this line in the tuple for POSTS ("posts/*.ipynb", "posts", "post.tmpl")
21:09:13 <z0k> I added one for md as well. The COMPILERS dict already had an "ipynb" key.
21:10:22 <z0k> Running on El Capitan, here is the traceback:
21:11:41 <z0k> (env3) ➜  posts  nikola build            
21:11:43 <z0k> Scanning posts..........done!
21:11:45 <z0k> .  render_sources:output/posts/hello/index.ipynb
21:11:47 <z0k> .  render_posts:cache/posts/hello.html
21:11:49 <z0k> ########################################
21:11:51 <z0k> TaskError - taskid:render_posts:cache/posts/hello.html
21:11:53 <z0k> PythonAction Error
21:11:55 <z0k> Traceback (most recent call last):
21:11:57 <z0k>   File "/Users/zarak/env3/lib/python3.5/site-packages/doit/action.py", line 383, in execute
21:11:59 <z0k>     returned_value = self.py_callable(*self.args, **kwargs)
21:12:01 <z0k>   File "/Users/zarak/env3/lib/python3.5/site-packages/nikola/post.py", line 492, in compile
21:12:03 <z0k>     self.is_two_file),
21:12:05 <z0k>   File "/Users/zarak/env3/lib/python3.5/site-packages/nikola/plugins/compile/ipynb.py", line 99, in compile_html
21:12:07 <z0k>     out_file.write()
21:12:09 <z0k> TypeError: write() takes exactly one argument (0 given)n