This is a port of kLayout to a python notebook widget using matplotlib to enable interactive klayouts in notebooks.
pip install iklayout
%matplotlib widget
import iklayout
path = "/path/to/your/gds.gds"
iklayout.show(path)| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a port of kLayout to a python notebook widget using matplotlib to enable interactive klayouts in notebooks.
pip install iklayout
%matplotlib widget
import iklayout
path = "/path/to/your/gds.gds"
iklayout.show(path)