Logs for #nikola for 2017-06-14

00:34:47 <KwBot> [nikola] redwanhuq opened issue #2841: Latex rendering broken after conversion of ipython notebooks https://github.com/getnikola/nikola/issues/2841
03:09:16 <KwBot> [nikola] hieu-n opened issue #2842: Can nikola handle a large site with more than 150,000 post files? https://github.com/getnikola/nikola/issues/2842
09:30:56 <KwBot> [nikola] Kwpolska assigned issue #2841 to Kwpolska: Latex rendering broken after conversion of ipython notebooks https://github.com/getnikola/nikola/issues/2841
09:56:21 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to v8-cleanup: https://git.io/vH5xx
09:56:21 -GitHub[nikola]:#nikola- nikola/v8-cleanup 6f262e5 Chris Warrick: Fix #2841 — use correct hash for MathJax and always include KaTeX auto render...
09:56:56 <KwBot> [nikola] Kwpolska closed issue #2841: Latex rendering broken after conversion of ipython notebooks https://github.com/getnikola/nikola/issues/2841
10:00:06 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to v8-cleanup: https://git.io/vH5p8
10:00:06 -GitHub[nikola]:#nikola- nikola/v8-cleanup 5fbcbf4 Chris Warrick: Change version number to 8.0.0.dev0...
10:21:37 -travis-ci:#nikola- getnikola/nikola#9259 (v7-maintenance - 8a33948 : Chris Warrick): The build passed.
10:21:38 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/0eb37c07bdb4...8a33948460a9
10:21:38 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/242763908
10:27:22 -travis-ci:#nikola- getnikola/nikola#9262 (v8-cleanup - 5fbcbf4 : Chris Warrick): The build is still failing.
10:27:23 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/6f262e533324...5fbcbf4d678a
10:27:23 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/242764912
11:50:03 -GitHub[nikola]:#nikola- [nikola] Kwpolska force-pushed v8-cleanup from 5fbcbf4 to 9ea0962: https://git.io/vHS5c
11:50:03 -GitHub[nikola]:#nikola- nikola/v8-cleanup 72fc94d Chris Warrick: Fix json.dump argument order
11:50:03 -GitHub[nikola]:#nikola- nikola/v8-cleanup 6188ef0 Chris Warrick: Fix #2841 — use correct hash for MathJax and always include KaTeX auto render...
11:50:03 -GitHub[nikola]:#nikola- nikola/v8-cleanup bbcefa1 Chris Warrick: Change version number to 8.0.0.dev0...
12:06:38 -travis-ci:#nikola- getnikola/nikola#9264 (v8-cleanup - 9ea0962 : Chris Warrick): The build is still failing.
12:06:39 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/5fbcbf4d678a...9ea096295755
12:06:39 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/242796359
23:37:28 <ede0m> Hello Everyone, I am new to nikola and have decided to try it out in a spike for work. My goal is to host a main page that presents a table of multiple columns of water stream data. In each row (maybe 1000 examples?), the last column will hold a link that points to another page that will display charts about that specific stream. I have the main page constructed with the table, but am struggling to figure out the best way to use nikol
23:39:30 <ede0m> My best approach so far was to represent each linked page as a nikola "post" or "page" and write a python script to call 'newpage' from the command line. Is there a way to make this happen with nikola without an external python script? Where can I write python in nikola besides conf.py?