Unable to download the Notebooks

Hi, I’ve tried downloading the jupyter notebooks but it doesn’t let me. Doesn’t even let me save a copy. Is it prohibited to download the jupyter notebooks?

4 Likes

HI, @arslankas . Try this:

  1. Open your assignment/lecture notebook.Click Menu
  2. Go to top left, “File → Open…”
  3. When the page opens, select the checkbox next to your assignment/lecture notebook name and then click “Shutdown”.
  4. When it shutdowns, select the checkbox next to your assignment/lecture notebook name and then click “Download”. I hope this help
13 Likes

Hello @DhruvAwasthi ,

Welcome to the community!!

As per the community guidelines you are not supposed to post notebooks on Github.

Kindly go through the code of conduct : Code of Conduct

With regards,
Nilosree Sengupta

1 Like

Hello @arslankas ,

I had reported it to the team your issue.
I think it’s solved now.
Presently from my side I can see it’s working .

Can you kindly try again now.
Let me know if it’s resolved for your end too or you still can’t download.

With regards,
Nilosree Sengupta

1 Like

Thank you. That was perfect solution

2 Likes

Thank you. The problem was that Notebook was running while I was trying to download it.
Using Jacques’ method solved it for me

1 Like

Hey @nilosreesengupta,
Using “File → Download as → Notebook” is still not working. The solution that is working is the one suggested by @Jacques_Asinyo. I guess the issue still persists. Additionally, it doesn’t allow me to save the current state of the notebooks, so when I download the notebooks, they get downloaded in their default state.

Cheers,
Elemento

2 Likes

Hi @nilosreesengupta ,

I have the same experience as @Elemento, unable to save the current state of the notebook. Downloaded notebook is in the default state only.

1 Like

Hello @Elemento and @Kic ,

Oh I see! that’s a good way out suggested by @Jacques_Asinyo !

With regards,
Nilosree Sengupta

1 Like

If you want to convert your .ipynb file to .py:

  1. Use the provided Solution to download the notebook
  2. Open the notebook in VS Code
  3. Click on the … tab (next to the Outline tab) and choose Export
  4. Select Python Script as format

Hey @Mattias_Hallberg,
Welcome, and we are glad that you could become a part of our community :partying_face: There is no need to convert .ipynb notebook into a .py script manually. You can directly download the notebook from DLAI’s hosted server as a .py script. In order to do this, you can just go to “File → Download as → Python (.py)”. I hope this helps.

Cheers,
Elemento

Hi @Elemento
This is for the case when the normal download feature does not work.
It happened for several chapters in the training course “Building Systems with the ChatGPT API.”

Hey @Mattias_Hallberg,
Oh, I forgot about that issue. Thanks for sharing the work-around.

Cheers,
Elemento