I can not import the from mpl_toolkits.mplot3D import Axes3D
When i tried to import the mpl_toolkits I got this error:
ModuleNotFoundError Traceback (most recent call last)
Cell In [2], line 6
4 import matplotlib.pyplot as plt
5 import tensorflow as tf
----> 6 from mpl_toolkits.mplot3D import Axes3D
ModuleNotFoundError: No module named 'mpl_toolkits.mplot3D'
0 answers ( 0 marked as helpful)