From 06ac52a62d74e629c8ca87d1bda72c473f8e93d1 Mon Sep 17 00:00:00 2001 From: Github Actions Bot Date: Mon, 6 Nov 2023 15:15:53 +0000 Subject: [PATCH] style: [CI] cleanup python notebooks --- evaluation/ablation/test-stream-2.ipynb | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/evaluation/ablation/test-stream-2.ipynb b/evaluation/ablation/test-stream-2.ipynb index c247d43..64017b2 100644 --- a/evaluation/ablation/test-stream-2.ipynb +++ b/evaluation/ablation/test-stream-2.ipynb @@ -2,29 +2,12 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "569e4726-2856-4e5f-a220-e3bef1c110e1", "metadata": { "tags": [] }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.\n", - "\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "Error response from daemon: No such container: mobilitydb_chanwutk\n", - "Error: failed to start containers: mobilitydb_chanwutk\n" - ] - } - ], + "outputs": [], "source": [ "import subprocess\n", "import json\n",