Python3 in Custom Plugin

Options
gblack686
gblack686 Partner, Registered Posts: 62 Partner

I'm trying to use Python 3 within my plugin. My current environment is using Python36 as its Jupyter interpretor, but when I check the logs, it still looks like Python 2.7 is being inherited.

'/mnt/dataiku/DATA_DIR/pyenv/lib/python27.zip'

Is there a way to change this for an individual plugin? My main desire for Python 3 is using f-string formatting in my code.

Best Answer

Setup Info
    Tags
      Help me…