Here are the steps to download data files that are associated with the current workspace via a sym link.
-
On jupyter interface, click
New > Terminal
-
On the terminal, locate the true location of the file and copy if to your current workspace via the
cp
command (compressing is a good idea).
-
Go back to the jupyter interface and download the tar file and extract it locally using
tar -xvzf glove.6B.100d.txt.tar
and move the contents to the desired directory.
-
- Go back to the terminal and remove the temporary files via
rm glove*
- Go back to the terminal and remove the temporary files via