Skip to content

Instantly share code, notes, and snippets.

@roaramburu
Created August 1, 2019 20:44
Show Gist options
  • Save roaramburu/4344752f1e6c93e99006c153ea94b641 to your computer and use it in GitHub Desktop.
Save roaramburu/4344752f1e6c93e99006c153ea94b641 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from blazingsql import BlazingContext\n",
"import cudf\n",
"import dask_cudf\n",
"import dask\n",
"from dask.distributed import Client\n",
"\n",
"client = Client('127.0.0.1:8786')\n",
"bc = BlazingContext(dask_client=client)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment