4.7. Jupyter Sandbox

Use this page to practice the concepts in the book or to try your own things! You can go to the Binder version of this page here or by clicking the rocket icon at the top and selecting “Binder”.

Like other interactive pages of this text, this sandbox comes preloaded with core scientific programming packages like numpy, scipy, matplotlib and pandas. For a full like of the packages you can import, you can run the cell below.

!conda list

Happy coding!

# Write your own code here or make new code cells below
# Make sure you are on the Binder version of the site by following the link above