Open donovaly opened 1 month ago
Hey Uwe! Did Pluto exit? What happens when you press Ctrl+C again?
Ctrl+C is a bit difficult to handle Julia, but it is being worked on (eg https://github.com/JuliaLang/julia/issues/25790).
For the C:/workdir
issue, you could make an issue in https://github.com/JuliaLang/julia/issues
Did Pluto exit?
I don't know. The browser tab (Firefox) is still open and does not accept inputs. So the server was shut down but it can be because of the crash.
What happens when you press Ctrl+C again?
Julia outputs just:
^C
For the C:/workdir issue, you could make an issue in https://github.com/JuliaLang/julia/issues
Done: https://github.com/JuliaLang/julia/issues/55957
It seems the problem is that I use the JULIA_DEPOT_PATH
environment variable.
In Julia's REPL I started Pluto, and there I read:
Info: │ Press Ctrl+C in this terminal to stop Pluto
But when I do this, I get this error
This is strange as I am on Windows. There is no such directory
C:/workdir
and it can also not be created as one would need admin permissions to do so. So also the error message is wrong.I use Julia 1.11RC4 under Windows 10 RC4.
I tried to close Pluto also directly after I started, so no notebook was ever loaded or run but the bug persists.