Using VISAN in a python IDE

Hello everybody,

I wonder how I can use VISAN in a python IDE, for example, Spyder or Visual Studio Code directly.
Does an API or something similar exist for this purpose?

With best regards
space_enthusiast

VISAN is a standalone application that is build on top of wxPython. This means that you can’t use the plotting routines from Spyder or Visual Studio Code directory.
What would potentially be possible is to use the plotting routines from within another wxPython application.

Be aware that the python interfaces to HARP and CODA are available as separate packages and can be used in any python environment (including Spider and VS Code).

1 Like