I use both R and Python for my work, and I often put how-to guides in Jupyter since these are both core programming languages supported by Jupyter. I recently followed these instructions to install an ...
In Python, files with relative imports need to be run as a module using python -m module.submodule instead of as a script (python module/submodule). This is especially important for executing the main ...