Quansight / omnisci

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

[omnisci-examples][desktop] OmniSciDB Connection Template Notebook #150

Closed israelvicars closed 3 years ago

israelvicars commented 3 years ago

Justification

Provide the user a starting point for a new Jupyter Lab notebook.

Request (General goal)

Add a template notebook to the installer example notebooks (00_Connection_Template.ipynb) that provides the user a starting point for initializing a connection to the desktop edition OmniSciDB.

CleanShot 2021-02-16 at 22 42 39

Stakeholders

@tmostak

Technical Specification

File name: 00_Connection_Template.ipynb

Connection details: user='admin', password='HyperInteractive', host='127.0.0.1', port=16274, dbname='omnisci'

Example (actual): 00_Connection_Template.ipynb.zip

niviksha commented 3 years ago

@xmnlab @israelvicars we should make this an ibis connection rather than a pymapd connection, since we can always get the underlying pymapd connection from the ibis connection