I ran some machine-learning notebooks on Kaggle. I created multiple versions in the same notebook. I have also put logs of the results and other important things.
Now I tried to download a specific version. It shows the logs when I view from Kaggle. I downloaded the code and opened locally and cannot see the logs. Only the code. But when I download a notebook from Google Colab I can also see the logs as well.
How do I download the logs along with the code?

The
Download Codemenu option does just that - downloads the code, and nothing else.To export the notebook, including the code cells and their associated outputs, open the notebook in question and select
File→Download Notebook.