I am slowly losing my mind as I try to find useful nuggets of information about plotting in the abysmal documentation of both jupyter and sympy.
Jupyter's docs be like "You can use matplotlib! 🥰"
But a notebook I received earlier this summer from my math sensei clearly uses a sympy dialect in the code cells, but there is no explicit `import sympy` and it also calls plot methods that literally do not exist by name in sympy's docs.
Holy shit I have no fscking clue what's going on here.
@dragonarchitect bad documentation at least document where the documentation is supposed to go.