Hi,I have the following directory structure:- mypkg/
- setup.py
- mypkg/
- __init__.py
- module.py
- scripts/
- main # notebook
From the `main` notebok I have a cell that runs:%pip install -e /path/to/mypkgThis command appears to succ...
@mark_ott and @Louis_Frolio thanks for the responses.Louis -- I am using classic compute on a customer workspace. If it matters I am on DBR 15.4 ML.Matt -- It appears to be as you said, that Jupyter is using a different python environment.`sys.execu...
Hi @tomasz , I am not the original poster but as it is now 3 years later I wanted to ask: is it still the case that PYTHONPATH cannot be modified from an init script in a way that won't be overwritten?Is there a solution for putting a Workspace direc...