Can I use math Functions in Jupyter code example Example: how to solve trig equations with jupyter notebook import numpy as np for func in dir(np): print(func)