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...
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...