I've got an Workflow that uses an macro with multiple python tools in it.
what this macro mainly does is uploading specific data to Azure.
for a while it worked great but the past few day's i'm getting cannot access errors and the python tool is creating new folders like 215aaf0eeb...
where the jupytherPipes.json file is stored.
full error:
00:00:03.530 - Error - ToolId 331: Tool #28: Jupyter Tool failed to open for writing the json file "[serverpath\filedirectory]\215aaf0eebe128b03a7008899fd409fd\jupyterPipes.json": The process cannot access the file because it is being used by another process. (32)
What i don't understand is why a python tool uses an Jupyther tool and why it is trying to access an .json file.
from my understanding regarding python (I'm used to Pycharm/VScode editors) is that it never uses jupyther nootbook.
why does Alteryx uses jupyter nootbooks for python?