Hi team, I have a quick question regarding `kedro ...
# questions
z
Hi team, I have a quick question regarding
kedro viz
. When I try to re-open
kedro viz
for the second time, after using ā€œ^zā€ to terminate the 1st use, I often receive an error message like the following. Is there anything I should do differently to prevent this from happening (e.g., a different way to terminate)?
Copy code
[Errno 48] error while attempting to bind on address ('127.0.0.1', 4141):        server.py:156
                             address already in use
t
seems like the process doesn't actually stop after the first time you try and kill it? i would just press
CTRL+C
a few times to ensure it shuts down
z
Hi Tynan, I see the issue here - I was using
CTRL+Z
which only suspends but not terminate the process. šŸ„². Control+C works fine the 2nd time. Thanks!
šŸ‘ 2