When using Python Execute, what version of Python does Team Studio use?
book
Article ID: KB0077071
calendar_today
Updated On:
Products
Versions
Spotfire Data Science Team Studio
6.5.0
Description
Python Execute Operator runs a Jupyter Python Notebook. What version of Python does Team Studio use when running Python Execute?
Issue/Introduction
Python Execute Operator runs a Python notebook. What version of Python is used when using the Python Execute Operator
Resolution
In Team Studio, the Python Execute Operator will choose the kernel version of python that was saved when modifying the Jupyter notebooks.
For example, if a Jupyter notebooks was created using Python 3 (and saved), then the Python Execute operator will run the Jupyter Notebooks as Python 3.