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

remove python from default jupyter notebook save formats

parent 726fd20b
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 = ["html", "python"]
formats = ["html", ]
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