Update src/workflow_nodes.py
Browse files- src/workflow_nodes.py +2 -0
src/workflow_nodes.py
CHANGED
|
@@ -706,6 +706,8 @@ def execute_notebook_node(state: InteractiveCaseStudyState) -> InteractiveCaseSt
|
|
| 706 |
output_path=exec_path,
|
| 707 |
parameters={},
|
| 708 |
log_output=True,
|
|
|
|
|
|
|
| 709 |
)
|
| 710 |
# 6a. Success: read full executed notebook
|
| 711 |
executed_nb = nbformat.read(exec_path, as_version=4)
|
|
|
|
| 706 |
output_path=exec_path,
|
| 707 |
parameters={},
|
| 708 |
log_output=True,
|
| 709 |
+
kernel_name="python3"
|
| 710 |
+
|
| 711 |
)
|
| 712 |
# 6a. Success: read full executed notebook
|
| 713 |
executed_nb = nbformat.read(exec_path, as_version=4)
|