This commit is contained in:
Frank Knoll
2024-04-25 12:18:01 +02:00
parent a3f578ee1d
commit 0a4c2e0d9e

View File

@@ -42,6 +42,7 @@
"source": [
"# split --bytes=45MiB VAERSBeforeDeletion.7z VAERSBeforeDeletion_\n",
"def restoreVAERSBeforeDeletionFolder():\n",
" from IPython import get_ipython\n",
" !cat data/VAERSBeforeDeletion/VAERSBeforeDeletion_* > VAERS/VAERSBeforeDeletion.7z\n",
" !cd VAERS; 7z x -y VAERSBeforeDeletion.7z\n",
"\n",