Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 573 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 573 Bytes

How to access to Iris data?

Here is a simple example to access to Iris data in Python via SQL queries.
You must register to the website first and have validated account.

Setup

Install the python virtual environment (see: https://python-poetry.org).

$ poetry install 
$ poetry shell

Then, create a .env file in this repository and set the following environment variables:

IRIS_USERNAME=your_iris_username
IRIS_PASSWORD=your_iris_password

Finally, run the notebook on this python environment using Jupiter notebook or your favorite IDE.