Alteryx Designer Desktop Knowledge Base

Definitive answers from Designer Desktop experts.

FAQ: Getting started with Jupyter Notebook

EricWe
Alteryx
Alteryx
Created

FAQ: Getting started with Jupyter Notebook

 

What is Jupyter Notebook?

 

Jupyter Notebook is an open-source application used for statistical modeling, machine learning, data transformation, and other data science purposes. The application is also referred to as Jupyter. The notebooks can contain documentation read by users, executable code such as Python that is run for data analysis, as well as the results of an interactive session. Notebooks can include output such as HTML, images, video, and plots. Notebooks are processed by a computational engine called a kernel.

 

Starting in release 2018.3 the Python Tool includes a customized version of Jupyter that allows you to run Python code directly in Alteryx Designer. Because it is used within the constraints of Designer, some options may not behave the same as a standard online Jupyter Notebook. For details see the Python Tool Help Page: Python Tool.

 

What if I cannot configure a Jupyter notebook in the Python Tool?

 

Try clicking on any blank space on the workflow canvas, then back on to the Python Tool to make it available for configuration. It may be necessary to do this several times if the Python Tool is not responding at first. Each time you do this, the Python Tool attempts to connect to Juypter again.

 

A proxy server is blocking use of Jupyter notebooks what should I do?

 

When proxy credentials are needed for Designer, the username and password can be configured by clicking on the Options menu and selecting User Settings, Edit User Settings, Advanced tab, and then Proxy Settings.

 

EricWe_0-1572460387837.png

 

If that does not resolve the issue, you can try clicking in the Windows Search bar, type Internet Options, and press the Enter key. On the Connections tab, click the LAN Settings button. Check the box for “Use a proxy server for your LAN”, and then enter the proxy server address and port. Also, check the box for “Bypass proxy server for local addresses”.

 

EricWe_1-1572460387844.png

 

If a proxy auto-config (PAC) file is in use, you may need to check settings in the file as it defines how web browsers and other user agents can automatically choose the appropriate proxy server.

 

What if Jupyter Notebook is still not working?

 

Check to see if a jupyter_server.log file exists in the Alteryx default temporary folder. To locate this folder, click on the Options menu and select User Settings, Edit User Settings, and then the Default tab. For more information, please see: How To: Obtain Web Configuration (Jupyter) Logs for the Python tool.

 

Is connection debugging available?

 

Yes, try enabling the CEF Developers Tools using the instructions listed here: Debugging the CEF. Afterwards, add a Python tool to the Designer canvas and check the Console tab in the AlteryxCEF DevTools window that appears. This should verify if there are any errors connecting to Jupyter.

 

EricWe_2-1572460387849.png

 

How can I avoid caching issues with notebooks?

 

If you open 2 separate instances of Designer for testing each with a New Workflow1 workbook, and the Python Tool as tool #1, the notebook would get shared between both workflows. To avoid this issue, save each workflow with a unique name.

 

What if I get a File not found error?

 

Try saving the workflow and running it again as listed in the Python Tool Mastery article on Community.

 

 

Additional Resources

 

Python Tool

Tool Mastery Python

Jupyter Notebook Quick Start Guide

Python Tool Doesn't Show Any Results or Errors on Run

Python Tool Libraries - An Introduction to Python

How To: Use Alteryx.installPackages() in Python tool

How to reset the Python tool

 

Comments
balaji07
5 - Atom

L