ThireshS commited on
Commit
40dfb0b
·
verified ·
1 Parent(s): 56a5435

Update src/workflow_nodes.py

Browse files
Files changed (1) hide show
  1. src/workflow_nodes.py +1 -1
src/workflow_nodes.py CHANGED
@@ -705,7 +705,7 @@ def execute_notebook_node(state: InteractiveCaseStudyState) -> InteractiveCaseSt
705
  output_path=exec_path,
706
  parameters={},
707
  log_output=True,
708
- kernel_name="python3"
709
  )
710
  # 6a. Success: read full executed notebook
711
  executed_nb = nbformat.read(exec_path, as_version=4)
 
705
  output_path=exec_path,
706
  parameters={},
707
  log_output=True,
708
+ kernel_name="python3.9"
709
  )
710
  # 6a. Success: read full executed notebook
711
  executed_nb = nbformat.read(exec_path, as_version=4)