Skip to content

Commit 189bcff

Browse files
author
enryh
committed
🎨 remove comment and sort
1 parent 576a36e commit 189bcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuegen/quarto_reportview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,10 +870,10 @@ def _generate_component_imports(self, component: r.Component) -> List[str]:
870870
r.PlotType.PLOTLY: ["import plotly.io as pio", "import requests"],
871871
},
872872
"dataframe": [
873-
"init_notebook_mode(all_interactive=True)", # ! somehow order is random in qmd file
874873
"import pandas as pd",
875874
"from itables import show, init_notebook_mode",
876875
"import dataframe_image as dfi",
876+
"init_notebook_mode(all_interactive=True)",
877877
],
878878
"markdown": ["import IPython.display as display", "import requests"],
879879
}

0 commit comments

Comments
 (0)