For the Ungraded labs
instead of setting up local environments for Ungraded labs, would it be possible to download the ipynb notebooks and work on them locally ?
For the Ungraded labs
instead of setting up local environments for Ungraded labs, would it be possible to download the ipynb notebooks and work on them locally ?
hi @Helena_Ng
yes it is definitely possible to download the ipynb notebooks and work on them locally and many learners do this to keep the labs for future reference
so to do this you can open the lab and go to file then download as and choose notebook format but keep in mind a few technical points you must know
1 you need to have the same python libraries installed locally to make sure the code runs without errors
2 some labs use external data files or images so you need to download those as well and keep them in the same folder structure as the notebook
3 i recommend using a tool like anaconda or setting up a virtual environment with the required packages will make your local experience much smoother
You can use this guide to download your workspace. Both platforms (Coursera and the dl-ai learning platform) are covered.