How to check which kernel is being used while running the TIBCO Data Science Team Studio jobs?

How to check which kernel is being used while running the TIBCO Data Science Team Studio jobs?

book

Article ID: KB0072405

calendar_today

Updated On:

Products Versions
Spotfire Data Science Team Studio 6.5 and above

Description

This article gives a way to find which kernel is being used while running the python notebook as a job in the TIBCO Data Science Team Studio workspace.

Issue/Introduction

This article gives a way to find which kernel is being used while running the python notebook as job in TIBCO Data Science Team Studio workspace.

Environment

Unix based.

Resolution

We can check which kernel is being used by the python notebook while running the jobs by enabling the debug logs for the notebook.
In /opt/notebooks/settings.ini file on the Python Notebooks server we can update the property below to collect the debug logs:  

[Logging]
level = DEBUG



The debug logs can be found in file /var/log/messages on the Notebook server. Refer to below screenshot which shows the job_kernel notebook run by python3 kernel.
User-added image