Skip to content
Snippets Groups Projects
Commit 548cd6bf authored by jarmil's avatar jarmil
Browse files

Jupyter: prehozeni templates

parent 82e55a0c
No related branches found
No related tags found
No related merge requests found
File moved
...@@ -28,7 +28,7 @@ def jupyterize(value): ...@@ -28,7 +28,7 @@ def jupyterize(value):
c.preprocessors = ["TagRemovePreprocessor"] c.preprocessors = ["TagRemovePreprocessor"]
nb_body, _ = nbconvert.TemplateExporter( nb_body, _ = nbconvert.TemplateExporter(
config=c, template_file="uniweb/jupyter-templates/my.tpl" config=c, template_file="uniweb/templates/jupyter/my.tpl"
).from_filename(filename) ).from_filename(filename)
# HACK: fucking ugly. Ale netusim kde se to tam bere, asi nekde v hloubi notebookovskych templates # HACK: fucking ugly. Ale netusim kde se to tam bere, asi nekde v hloubi notebookovskych templates
......
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