Where can I find docs regarding lab_utils_multi? How to install this lib?
Hello @Daniel_Zhao,
There is no separate doc for a lab’s utility scripts. However, you may download them by:
-
On jupyter, click “File” > “Open”, and you will see the script files listed in a browser.
-
In the top right corner, click “Lab Files” > “Download all files”, and you will download everything of that lab.
Cheers,
Raymond
Hello.
In this post, I posted an image illustrating the download location as well.
There, you can download all the necessary files, including the one you referred to.
I hope it helps.
Thanks @bruno_ramos_martins!
Thank you so much!
You are welcome, @Daniel_Zhao!
I am also stuck on this and am struggling to figure out how to connect to the data source. The error I am getting stuck on is:
NameError: name ‘load_data’ is not defined
I am unclear on how to connect to the data set. Can anyone assist with that?
Hello,
In addition to the directions posted here by @rmwkwok , follow the below instructions.
Once the files are downloaded, copy them to the below mentioned jupyter path. Note that this path may differ, depending on Jupyter installation.
C:\Users<User name>\anaconda3\Lib
Once these files are copied in the Lib folder, it works fine.
Regards,
Saurabh
Great