Unable to use Basemap ...Cant import in Notebook on Nucleus Jupyterlab. Custom Kernel All Packages all installed. Missing Something? Paid Subscription

Basemap…Cant import in Notebook on Nucleus Jupyterlab. Custom Kernel All Packages all installed. Missing Something?? Paid Subscription

ModuleNotFoundError Traceback (most recent call last)
Cell In [17], line 1
----> 1 from mpl_toolkits.basemap import Basemap

That sounds strange! What do you get if you run

import sys
print(sys.path)

…?