Install library in notebook

Dali1
New Contributor III

Hello ,

I tried installing a custom library in my databricks notebook that is in a git folder of my worskpace.

The installation looks successful
I saw the library in the list of libraries but when I want to import it I have : 

ModuleNotFoundError: No module named 'db_value_v2'

In my ide it works