From b6e61c2c4869365504a2c1b20c27057f35f91e23 Mon Sep 17 00:00:00 2001 From: Alexandria Barghi Date: Mon, 14 Oct 2024 08:40:24 -0700 Subject: [PATCH] move notebook to inner directory --- notebooks/debug/notebook_smoke_test.ipynb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 notebooks/debug/notebook_smoke_test.ipynb diff --git a/notebooks/debug/notebook_smoke_test.ipynb b/notebooks/debug/notebook_smoke_test.ipynb new file mode 100644 index 00000000..8d455fcb --- /dev/null +++ b/notebooks/debug/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 +}