JuliaDebug / Cthulhu.jl

The slow descent into madness
MIT License
650 stars 41 forks source link

Run in Jupyter labs as well as REPL #502

Open leerosenthalj opened 1 year ago

leerosenthalj commented 1 year ago

Would it be straightforward to enable Cthulhu to run in Jupyter lab/notebook environments as well as the REPL? It would be great to be able to use Cthulhu in Jupyter as a testing environment.

vchuravy commented 1 year ago

As said on slack, someone would need to write a html widget that works in Pluto or Jupyter.

Alternativly we could improve the non-interactive functions to expose the new typed source view.