Installing TenFrame#

TenFrame is distributed with the Data Science Toolkit.

The Data Science Toolkit consists of three Python libraries for interacting with 1010data:

  • py1010, the 1010data Python SDK

  • TenFrame, a pandas-like interface to 1010data

  • iris, a Jupyter Notebook extension

Requirements#

You must have Python 3, pip3, and the 1010data Python SDK (py1010) installed on your system to use tenFrame.

The Data Science Toolkit install script installs py1010 for you. However, if you want to install the py1010 library separately, see Installing py1010 in the 1010data Python SDK User’s Guide.

In addition, if you plan on using TenFrame with Jupyter Notebook and iris, you must also be running version prime-18.51 or later of the Insights Platform.

Note

If you install the Data Science Toolkit and wish to disable iris, use the following command: tenFrame.useiris(False).

Installation#

We recommend that you use the Data Science Toolkit installer to install py1010, TenFrame, and iris.

To install the Data Science Toolkit, use the install script:

$ python3 install.py

The tools work best together, but you can install TenFrame individually using pip.

You can download the Python SDK files, including the tenFrame library, from https://www2.1010data.com/downloads/tools/python/py1010.zip. The tenFrame .whl file tenFrame-X.Y.Z-py3-none-any.whl is included in the main directory of the downloaded py1010 files.

To install TenFrame individually, use the following command:

pip install tenFrame-X.Y.Z-py3-none-any.whl