Why my ipynb files are downloaded as txt file in Google Colab

1.9k views Asked by At

This seems wierd, but my Google Colab was working fine until the last two days the Download .ipynb option is not downloading .ipynb files but rather txt files. I have to rename the file to ipynb and the notebooks are working fine. Anybody have faced such issues with Colab?

2

There are 2 answers

0
Bhargav chowdary On

The simple solution to this is, while saving to local system,by default colab may give as json or text file. But we can change it to All files and add .ipynb as suffix to the file name

1
Sujith Pawan On

facing same problem while downloading kaggle file as .txt rather than ipynb file i just Re-named file name as ipynb then after got it.