sisl / D3Trees.jl

Flexible interactive visualization for large trees in Julia using D3.js
Other
39 stars 7 forks source link

Support for Microsoft's Code editing environment (vscode) #31

Open nsajko opened 1 year ago

nsajko commented 1 year ago

It seems there's currently no way to have the tree displayed graphically in the Code editor?

BoZenKhaa commented 1 year ago

I just use it in Jupyter. But principaly it should be possible to make it display to VS code as well since it can render webpages.

Look into 'src/show.jl' for the different display methods.