mitmath / computational-thinking

Course 18.S191 at MIT, Fall 2022 - Introduction to computational thinking with Julia
https://computationalthinking.mit.edu/
Other
2.57k stars 473 forks source link

InteractiveUtils in hw0 #29

Closed zmoon closed 3 years ago

zmoon commented 3 years ago

I couldn't find any usage of it. Just wondering if it is needed? (seems to run without issues without it)

fonsp commented 3 years ago

Every Pluto notebooks imports markdown and interactiveutils in the header - it is not part of the notebook.

Note that these are standard libraries, with a very minor performance impact.

zmoon commented 3 years ago

Thanks @fonsp for the explanation!