I recently updated my environment and Julia version.
I am running Julia 1.8.0 and Pluto v0.19.11.
The packages I have installed in this environment are
OhMyREPL v0.5.12
Pluto v0.19.11
PlutoUI v0.7.39
Revise v3.4.0
I can start up pluto just fine by doing
using Pluto
pluto.run()
But when I try to quit even if I haven’t opened a notebook yet it does nothing. I can’t stop the process like I used to be able to with Ctrl-C in the terminal.
Any thoughts?
Edit:
Forgot to mention in case it is relevant. I am using the Windows Terminal and running Julia in Windows Subsystem for Linux 1 (WSL1) on Ubuntu.