Quansight / omnisci

Explorations on using MapD and Jupyter together.
4 stars 1 forks source link

Document install instructions for backends #127

Closed kcpevey closed 4 years ago

kcpevey commented 4 years ago

The readme and docs need to have some instructions for installing the backends. For example, if you want to use ibis to connect to omnisici, you need to run
pip install ibis-framework[omniscidb]

Likely this should also be included in the tutorials for each backend the tutorial uses.