plotly Introduction Video Lecture Transcript This transcript was automatically generated by Zoom, so there may be discrepancies between the video and the text. 15:47:18 Hi! Everybody! Welcome back in this video we're going to introduce the plot. 15:47:23 Lee package in python. So let's go ahead and get started. 15:47:28 So what is Plotley? Plotley is another programming package within python, but in maybe more specifically, it is a series of graphic like Graphing Library. 15:47:40 So they have Plotley and Python are Julia, all of these being built upon the plot. 15:47:47 Lead, Javascript language, so Plotley is another language or package that we're going to learn how to make interactive plots with. 15:47:55 So we write the code in Python, and then it produces the Javascript code in the background. 15:48:01 So if you're interested in seeing more exams of what you can make with plot lead, I encourage you to check out their gallery, which you can see here. 15:48:11 Okay. So before we can use plenty, you need to make sure that you have plot. 15:48:17 We installed. So if you try and run these 2 code chunks after you follow the installation instructions that I've linked to here, and they work just fine. 15:48:26 Then you have it installed. These notebooks were written with potly version, 5.12. 15:48:32 Again, if you encounter issues between your version and my version, will try to run the code that I've written that works for my version always do a web search to with the error along with the version, you're using to see if there's a difference and as to why your code doesn't work. 15:48:48 But mine does so in this section, we're gonna learn about the base of Plot Lea graphs, which is another figure object. 15:48:55 We introduce Plotley Express, which is the main module within the plot. 15:49:00 Leapy python package that we're going to be using to make our plots. 15:49:05 We're also going to talk about how you can alter. 15:49:06 In addition to the graphic elements the non-graphical elements with a plot, lead plot. 15:49:12 And at the end we're going to demonstrate by building a very simple dashboard with Plotley and another package called Dash, which we'll talk about when we get to that notebook. 15:49:20 So now we've introduced Plotley. Why don't we go ahead and get started in the next video?