Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

7. Click and open Example.ipynb notebook.



8. Run the following code blocks in individual notebook cells

...

9. Above import will throw an error because the notebook runtime does not have matplotlib installed by default. To install matplotlib, get a new cell and run the following command

pip install matplotlib

Image Added

With 3 code blocks and matplotlib installation 


10. Once the library is installed, try running code block 3 to make sure that the library is properly installed

...