From 1d04ad0d549a2426d8765962fe91a14f902e6d63 Mon Sep 17 00:00:00 2001 From: Alexandria Barghi Date: Fri, 11 Oct 2024 15:59:26 -0700 Subject: [PATCH] add smoke test notebook --- notebooks/notebook_smoke_test.ipynb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 notebooks/notebook_smoke_test.ipynb diff --git a/notebooks/notebook_smoke_test.ipynb b/notebooks/notebook_smoke_test.ipynb new file mode 100644 index 0000000..8d455fc --- /dev/null +++ b/notebooks/notebook_smoke_test.ipynb @@ -0,0 +1,20 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import cugraph" + ] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}