Skip to content

Commit

Permalink
Merge pull request #2353 from getnikola/fix-ipython-template
Browse files Browse the repository at this point in the history
Remove incorrect attempt to change ipynb template
  • Loading branch information
Kwpolska committed Jun 4, 2016
2 parents 37d7af5 + dddd9a8 commit 88f7071
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/plugins/compile/ipynb.py
Expand Up @@ -82,7 +82,6 @@ def compile_html_string(self, source, is_two_file=True):
"""Export notebooks as HTML strings."""
if flag is None:
req_missing(['ipython[notebook]>=2.0.0'], 'build this site (compile ipynb)')
HTMLExporter.default_template = 'basic'
c = Config(self.site.config['IPYNB_CONFIG'])
exportHtml = HTMLExporter(config=c)
with io.open(source, "r", encoding="utf8") as in_file:
Expand Down

0 comments on commit 88f7071

Please sign in to comment.