Sebastian Goeldi

Results 40 comments of Sebastian Goeldi

It's still valid. But I fully understand the limitations. I have found ways around it to make it work with the current API. I think we can close the issue.

Can very easily be done in the jupyterbook cobfig in `html: favicon:` https://jupyterbook.org/en/stable/customize/config.html

I think Thomas's request is reasonable. There should be a place where you can store info why is not kfactory/klayout serializable. I just haven't come across a use case for...

https://stackoverflow.com/questions/74070505/how-to-run-fastapi-application-inside-jupyter

Hmm, I see. My goal was to make a dumb script to take two reports, and take over flags on item1 from report1 to item2 report2 if calculated hashes of...

@klayoutmatthias I have found something interesting in the rdb API ^^: The `each_category()` of the database returns const categories, categories retrieved by id also return const categories. But `parent()` on...

Hi Matthias, No problem at all. I found a way to make it work. I was able to write a regex which can split category paths. So no rush about...

Hi @lukasc-ubc , That is (not yet) possible. gdsfactory and by extension kfactory (which is the intermediate layer between gdsfactory and klayout API) are not using PCell classes. Furthermore their...

EDIT: sorry should have read the docs more carefully. ~~Afaik it is possible to run a drc script from python. This class should be able to do that for you...

Thanks Matthias. Sorry, yeah , I somehow missed that it's in lay, and makes totally sense when thinking about it :facepalm: . Regarding the brew installation: I am not entirely...