I’m trying to run this assignment locally after completing this in a notebook online. I can download the CSV dataset, but when I tick the embedding file and click download all I get is a blank page?
Thanks!
I’m trying to run this assignment locally after completing this in a notebook online. I can download the CSV dataset, but when I tick the embedding file and click download all I get is a blank page?
Thanks!
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.
rm glove*