Python Tool / Jupyter Notebook not working after update
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I updated Alteryx to 2022.1 this week, and now my workflows using the Python tool are no longer working. Do I need to download a Python/Jupyter update separately or something, or change a setting maybe?
When I click on the Python tool, it says the Jupyter Notebook is loading for a while, and then goes blank without loading.
Running the workflow doesn't cause an error in the Python tool, but it doesn't work either. No data is output. I can't attach a sample workflow since the non-functional Python tool presumably still contains sensitive information in it. The specific use is to download data from the Qualtrics API as described in this thread. If I bring in a new Python tool into a new workflow, the same thing happens where the Jupyter notebook never loads.
It does seem like the One-Tool Example workflow runs and produces output, but the Jupyter notebook never loads there either.
- Labels:
- Developer Tools
- Python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks. I did a complete uninstall and my tool works again: Complete Uninstall of Alteryx Designer - Alteryx Community
I will avoid adding Python or Anaconda to Path and instead use alias in PowerShell.
New-Item -Type file -Force $profile
Set-Alias python "$HOME\AppData\Local\Programs\Python\Python311\python.exe"
Set-Alias pip "$HOME\AppData\Local\Programs\Python\Python311\scripts\pip.exe"
I'm hoping to avoid encountering this issue by troyfontaine's PS suggestion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I spoke too soon. I installed the predictive tools, and it looks like I'm back to square one. I used RNonAdminInstall_2022.3.1.450.exe, but seeing as how this is related to R, I'm not sure this is the cause. I'll try another complete uninstall and see if only the AlteryxNonAdminInstallx64_2022.3.1.450.exe installer is reliable. In either case, I'll be trying a new Windows installation soon.
Version: 2022.3.1.450 Patch: 2
Running Non-Elevated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Getting access denied on this page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
HI Everyone,
Could you please help me with the resolution of the Python tool not being able to load its contents on Alteryx Designer and aslo Jupyter.exe and Jupyter-notebook.exe process was unable to launch on the Task Manager process as well.
We have uninstalled the markupsafe package completely from our Servers and restarted the Designer via Run as Administrator, how ever the issue still exists.
PLEASE HELP
PLEASE HELP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi team,
Could you please let us know if you are able to resolve this issue through unblocking from Antivirus, If Yes, then could you please explain the steps as we are on Windows Server 2019 and issue is still there.
Thank you team.

- « Previous
-
- 1
- 2
- Next »