How to Solve NameError: name 'jtplot' is not defined -- jupyterthemes
Solution: Import the 'jtplot' module
To Solve the error, add the following line to the top of your code.
from jupyterthemes import jtplot
For more information:
Python jupyterthemes jtplot