- Administration and Configuration Guide
- Interpreter Configuration and Connectivity
- Configure Interpreters
- python Interpreter
- Configure a python Interpreter
3.1.1.1 Configure a python Interpreter
To configure an python interpreter, follow these steps:
- On the Interpreter page LHS menu, select python. The python interpreter pane is displayed.
- On the Interpreter Settings page, expand Interpreter Client Configurations and click the Edit icon for <Class Name> (zeppelin). The Interpreter Client Configurations Window is displayed.
- Enter the following information in the python interpreter variant pane as
described in the following table.
Table 3-3 Python Interpreter Settings
Field Description zeppelin.python Enter the Python installed path. The value points to the default Python version set for the Interpreter. zeppelin.python.useIPython Set to True to use IPython, else set to False. zeppelin.python.maxResult Enter the maximum number of results that must be displayed. zeppelin.interpreter.output.limit Output message from interpreter exceeding the limit will be truncated. Note:
You can increase the limit upto 10240000 bytes. Increasing the default value from 102400 bytes to larger values is going to slow down the rendering of outputs in the UI.