Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 31bd406

Browse files
fixed typo
1 parent dd505e3 commit 31bd406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def run_builder():
121121
nb['cells'].append(nbf.v4.new_markdown_cell(f"""**Reference:**\n{references}"""))
122122

123123
# Write in the downselect function
124-
nb['cells'].append(nbf.v4.new_code_cell(f"""display(qgrid({i.get('func')}))""", metadata={
124+
nb['cells'].append(nbf.v4.new_code_cell(f"""{i.get('func')}""", metadata={
125125
"tags": ["InvestigativeActions", "Downselects"]}))
126126

127127
# *** Write Notebook to file ***

0 commit comments

Comments
 (0)