Skip to content

Commit 42d62a5

Browse files
committed
changed archive type to .tar.gz
1 parent c107fcf commit 42d62a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_SAVE_MY_WORK.ipynb

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"\n",
1111
"But fear not, you can preserve all your hard work and notebooks and just move them to your own machine (where they should all run perfectly well in a recent installation of [Anaconda 3](https://www.anaconda.com/products/individual)\n",
1212
"\n",
13-
"Just execute the two cells below and this should create a file named jupyterfiles.zip.\n",
13+
"Just execute the two cells below and this should create a file named jupyterfiles.tar.gz (it may take a bit of time so wait for the success! prompt)\n",
1414
"\n",
15-
"Right click on jupyterfiles.zip in the File Browser and select Download\n",
15+
"Right click on jupyterfiles.tar.gz in the File Browser and select Download\n",
1616
"\n",
1717
"Let me know if you have any questions or issues\n",
1818
"\n",
@@ -35,7 +35,8 @@
3535
"metadata": {},
3636
"outputs": [],
3737
"source": [
38-
"shutil.make_archive(\"jupyterfiles\", 'zip', os.environ[\"HOME\"])"
38+
"shutil.make_archive(\"jupyterfiles\", 'gztar', os.environ[\"HOME\"])\n",
39+
"print('Success!: You should be able to download your files now')"
3940
]
4041
}
4142
],

0 commit comments

Comments
 (0)