You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for supporting my work :-)
I will be answering the three issues at once here, since they're related to one another.
If you clone the repository locally, you'll get all the files and folders, including config.py and the plots folder.
However, if you're using Google Colab, I don't expect you to clone the repo in every notebook, so I've included these try..except blocks to automatically download the config.py file which has configuration functions for each and every chapter (answering issue #57).
In the screenshot, you can see config_chapter1(), which will download the required files directly from GitHub. The downloaded files include those inside the plots folder, such as chapter1.py, from which I will import many functions (answering this issue).
The imported functions include figure1 (mentioned in issue #59). The purpose of the plotting functions is to simply isolate the matplotlib code (which is very long and verbose) so it doesn't clutter the notebook.
The text was updated successfully, but these errors were encountered: