Error When Evaluating Cells

Hi, I’m new to Elixir and Livebook.
Recently I have installed Elixir on my Windows 11 PC, and have installed Livebook as well. However, when I launch Livebook and evaluate a cell, I receive the following error:

“Connecting runtime failed - standalone runtime node (:"livebook_nwdkmo2c--jraekkec@127.0.0.1”) terminated unexpectedly on startup, please check your logs for errors. Reason: :noproc"

I’m not seeing any logs at \AppData\Local\livebook.

My Elixir/Erlang installation is as follows:
Erlang/OTP 27 [erts-15.2.7] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit:ns]
Elixir 1.18.3 (compiled with Erlang/OTP 27)

Livebook v0.16.1 was installed using escript as detailed in the official installation guide.

Appreciate any support. Thanks!