{ "cells": [ { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "0" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "import datasets\n", "import subprocess\n", "\n", "exepath = \"/home/eschwartz/ooanalyzer-tests/code/testcases/BuildExes\"\n", "\n", "subprocess.check_call(\"rm -rf /tmp/somewhere\", shell=True)\n", "subprocess.check_call(\"mkdir -p /tmp/somewhere\", shell=True)\n", "subprocess.check_call(f\"find {exepath} -name '*.csv' | tar -T - -c | tar -C /tmp/somewhere -x\", shell=True)" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "65caf25c8de2403bb5c410f4ed6619d9", "version_major": 2, "version_minor": 0 }, "text/plain": [ "Resolving data files: 0%| | 0/3600 [00:00