Download notebook and support files

I wish to download a notebook and its support files ( data and utilities files)

For this , I follow instructions given in Module 5 , [IMPORTANT] Reminder about End of Access to Lab Notebooks .If you want to keep your lesson notebooks for reference, we highly recommend that you download them. Downloading your Notebook, Downloading your Workspace and Refreshing your Workspace .

In this course , they are using JupyterLab. I’m not able to follow the instructions to download the whole workspace by “clicking Download all files" . This option is not there

An example is C1M3_Ungraded_Lab_2.ipynb and its associated files and folders.

In summary, I can download. Ideally, one would want to download the whole workspace individually .pynb and .py files but when there are folders or other types like joblib it causes problem with all the files and folders corresponding to a particular lab at once. Any ideas ?

Does this help?

1 Like

Thanks. It’s quite detailed but I think it refers to a Jupyter environment while in the course Retrieval Augmented Generation, we are in a Jupyter Lab environment.

The notebook environment doesn’t matter. It’s just shell commands.

1 Like

Thank you for your help and technical advice. I ‘m able to download the tar.gz. After extraction, I ‘m getting the home folder which contains jovyan and then home folder. I realise that it contains more sub-folders than what’s visible in the left hand side panel on Coursera ( for example .model, .models , .ipynb_checkpoints etc ) Would you think I need to install those extra folders locally as well ?

You’re welcome.

Please see how the coursera workspace is setup for configuring the local workspace. Start with the notebook code to figure out file and package dependencies. Use pip list to view python package versions.