Question

We are able to load a file from a site such as kaggle and git hub to google collab, we apply the below code to download from other sites into google colab:

!wget nlp.stanford.edu/data/glove.6B.zip

but I am very curious to know if I am able to upload a saved file (such as an output from google colab) to kaggle or github with a command like above?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with datascience.stackexchange
scroll top