StephanieAlba
Databricks Employee
Databricks Employee

Turns out that detaching and reattaching the notebook from the cluster does not do it. My journey is detailed here https://stackoverflow.com/a/76923874/1290485

TLDR; With notebook-scoped libraries, use 

dbutils.library.restartPython() 

numpy==1.23 works.

View solution in original post