Do you want to use built-in KLayout's Python (pya module) or modules for standalone Python executable (klayout module)? Later case should be straightforward after paths setup. Former case is trickier - you could use Visual Studio Code for writing code and KLayout's built-in Python debugger for debugging. There are still no type annotations for pya module (see https://github.com/KLayout/klayout/issues/1915 for details).
Comments
Hi, Erik!
Do you want to use built-in KLayout's Python (
pyamodule) or modules for standalone Python executable (klayoutmodule)? Later case should be straightforward after paths setup. Former case is trickier - you could use Visual Studio Code for writing code and KLayout's built-in Python debugger for debugging. There are still no type annotations forpyamodule (see https://github.com/KLayout/klayout/issues/1915 for details).