RussTedrake / manipulation

Course notes for MIT manipulation class
BSD 3-Clause "New" or "Revised" License
411 stars 121 forks source link

Temporary Resolution to clearOutput Error #185

Closed rachelholladay closed 2 years ago

rachelholladay commented 2 years ago

This is a hack to filter out lines with "clearOutput" when parsing the notebook. Currently, "clearOutput" is not a recognized type by the notebook parser and thus fails on these lines. This hack is a particularly inelegant solution, but would work as a temporary patch for Homework 10.


This change is Reviewable