cancel
Showing results for 
Search instead for 
Did you mean: 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results for 
Search instead for 
Did you mean: 

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
 
1 ACCEPTED SOLUTION

Accepted Solutions

Dali1
New Contributor III

Just found the issue - The installation with editable mode doesnt work you have to install it as a library I don't know why

 

View solution in original post

1 REPLY 1

Dali1
New Contributor III

Just found the issue - The installation with editable mode doesnt work you have to install it as a library I don't know why