1.Python_InstallationBasicDataExplorationTutorial_1c056cc97ded2b09309f50ad73d3b7ae
1.Python_InstallationBasicDataExplorationTutorial_1c056cc97ded2b09309f50ad73d3b7ae
(Note that Everytime yuou have to open the jupyter session you need to go to the command prompt and type jupyter
lab)
By the next class finish installing python and jupyter lab. And try running the following codes in your jupyter notebook.
In [3]: plt.figure(figsize=(8,4))
plt.bar(df['Continents'],df['Revenue'])
plt.title('Revenue by Continents')
In [ ]:
localhost:8888/lab 1/1