Last answered:

12 Nov 2023

Posted on:

15 Nov 2022

0

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'
1 answers ( 0 marked as helpful)
Posted on:

12 Nov 2023

0

I have the same problem. Were you able to fix the issue?

Submit an answer