Testcommit nach Repo-Umstellung
This commit is contained in:
@ -26,7 +26,6 @@ import math
|
|||||||
import re
|
import re
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
|
||||||
# Template
|
# Template
|
||||||
from ci_template import plotly_template
|
from ci_template import plotly_template
|
||||||
plotly_template.set_theme(theme)
|
plotly_template.set_theme(theme)
|
||||||
@ -46,7 +45,6 @@ def prepare_figure_export(fig, name):
|
|||||||
safe_filename = slugify(f"{name}_{bib_filename.replace('.bib', '')}")
|
safe_filename = slugify(f"{name}_{bib_filename.replace('.bib', '')}")
|
||||||
return f"{safe_filename}.html"
|
return f"{safe_filename}.html"
|
||||||
|
|
||||||
|
|
||||||
# Zentraler Schalter für Export-Flags
|
# Zentraler Schalter für Export-Flags
|
||||||
from config_netzwerk import (
|
from config_netzwerk import (
|
||||||
export_fig_visualize_network,
|
export_fig_visualize_network,
|
||||||
|
|||||||
Reference in New Issue
Block a user