iKlayout This is a port of kLayout to a python notebook widget using matplotlib to enable interactive klayouts in notebooks. Installation pip install iklayout Usage %matplotlib widget import iklayout path = "/path/to/your/gds.gds" iklayout.show(path)