I would like to test the featuretools functionality in azure databricks notebooks. However getting the module error as below
ModuleNotFoundError: No module named 'featuretools'
Source code for featuretools as below.
Missed to run the pip install
!pip install featuretools