InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statement will install slidify from github?(a) install_github(‘slidify’, ‘ramnathv’)(b) install_github(‘slidify’, ‘r’)(c) install(‘slidify’, ‘ramnathv’)(d) all of the mentionedThe question was posed to me in exam.My query is from Slidify in division Developing Data Products and Working with NumPy of Data Science |
|
Answer» Right ANSWER is (a) install_github(‘slidify’, ‘ramnathv’) |
|