The initial Dockerfile (Dockerfile) attempts to run a Python application that depends on modules located in a subdirectory. Because PYTHONPATH is not set, the application fails to find and import ...
After updating to the latest version of vscode and jupyter extension, the environment variable PYTHONPATH set in my shell is no longer reflected inside Jupyter notebooks. Previously, I could import my ...