Skip to content
Snippets Groups Projects
Commit b5db8c0c authored by Ronald Jäpel's avatar Ronald Jäpel
Browse files

TmpFix: remove pdf from nbconvert

parent ac9aa5e4
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ class Notebook:
def convert_ipynb(self, output_dir, formats: list = None):
if formats is None:
formats = ["pdf", "python"]
formats = ["html", "python"]
app = NbConvertApp()
app.initialize()
output_root_directory = os.path.join(output_dir, self.notebook_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment