<#1564 Example CoLab notebook in documentation is ...
# openlane-development
g
#1564 Example CoLab notebook in documentation is missing dependency Issue created by JarrettR Description In this link, from the READMD.md: https://colab.research.google.com/github/chipsalliance/silicon-notebooks/blob/main/digital-inverter-openlane.ipynb Step number 11 fails with:
Copy code
ModuleNotFoundError                       Traceback (most recent call last)
[<ipython-input-11-f3322b103f89>](<https://localhost:8080/#>) in <module>
      1 import pathlib
----> 2 import gdstk
      3 import IPython.display
      4 
      5 gdss = sorted(pathlib.Path('runs').glob('*/results/final/gds/*.gds'))

ModuleNotFoundError: No module named 'gdstk'
Expected Behavior It runs successfully. Presumably,
gdstk
just needs to be installed in the first step Environment report
Copy code
Running on Windows 10 in Chrome
Reproduction material . Relevant log output
Copy code
.
The-OpenROAD-Project/OpenLane