79393495

Date: 2025-01-28 10:52:05
Score: 1
Natty:
Report link

You can just add the environment variable to the kernel.json file of the used kernel (virtual env):

 ,"env": {
    "PYTHONPATH": "/path/to/folder:$PYTHONPATH"
  }

The kernel.json could be found somewhere in the .local folder (~/.local/share/jupyter/kernels/your_venv/kernel.json)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: explorer