Built in Python Editor- Vizard IDE

You can edit your SightLab scripts using the built- in Python editor, Vizard. To access the script you can either click the button in the GUI "Edit_Name_of_Your_Script", can right click and choose "Edit" on a SightLab python file, or search "Vizard" in the Windows Search bar and use File-Open from there. Lastly, you can simply drag and drop a SightLab file into the Vizard IDE.

For more information on the built-in Python editor (which is the Vizard IDE), see this section in the Vizard Documentation:

https://docs.worldviz.com/vizard/latest/#Old_Book/Vizard_Workbench.htm%3FTocPath%3DThe%20Vizard%20IDE%7C_____1 

SightLab can also be run docked alongside the Python Editor, where you can use the debugger or run interactive code, by running SightLab directly from the Vizard IDE and  choosing "Script- Run Docked" 

Press the semicolon key, ";" to toggle having the focus of the mouse stay on the SightLab window

Installing Additional Python Libraries

Use the Package Manager to install additional Python Libraries, more information on that here:

More information on the Vizard IDE