https://github.com/quansight/omnisci-examples
Examples demonstrating different tools for interacting with the OmniSci server
https://github.com/quansight/omnisci-examples
Last synced: about 1 year ago
JSON representation
Examples demonstrating different tools for interacting with the OmniSci server
- Host: GitHub
- URL: https://github.com/quansight/omnisci-examples
- Owner: Quansight
- License: mit
- Created: 2020-07-17T18:05:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T18:22:35.000Z (about 5 years ago)
- Last Synced: 2024-06-11T19:38:08.951Z (about 2 years ago)
- Language: Jupyter Notebook
- Size: 107 KB
- Stars: 4
- Watchers: 8
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# omnisci-examples
Examples demonstrating different tools for interacting with the OmniSci server
## Environment Setup
Create a conda environment
> NOTE: The conda environment here is incomplete. We're currently depending on several open PRs. This environment will need to be updated to switch to individual PRs and will be updated once these packages are released.
`conda env create -n omnisci -f environment.yml`
Install the Jupyter Lab Extension for the Ibis-Vega-Transfrom
`jupyter labextension install ibis-vega-transform`
Install the Jupyter Lab Extension for the HoloViz stack
`jupyter labextension install @pyviz/jupyterlab_pyviz`
To run the examples locally, you'll also need to install [Docker](https://docs.docker.com/get-docker/)
### OmniSci Data Science Installer (MacOS only)
If you are using `MacOS` and you don't have an anaconda/miniconda environment locally,
you can install all dependencies needed to run the notebook examples installing
[OmniSci Data Science installer](https://github.com/Quansight/omnisci-datascience-installer/releases).
For more information, check its [documentation](https://github.com/Quansight/omnisci-datascience-installer/blob/master/README.md)