Skip to content

Graphical interactive netlist tools compatible with GDSFactory

Notifications You must be signed in to change notification settings

daquintero/gine

Repository files navigation

gine

PyPI Version Build Status Documentation Status Updates

Interactive netlist visualisation tools compatible with GDSFactory

Installation

To install use pip:

$ pip install gine

For a development installation (requires Node.js and Yarn version 1),

$ git clone https://github.com/daquintero/gine.git
$ cd gine
$ pip install -e .
$ jupyter nbextension install --py --symlink --overwrite --sys-prefix gine
$ jupyter nbextension enable --py --sys-prefix gine

When actively developing your extension for JupyterLab, run the command:

$ jupyter labextension develop --overwrite gine

Then you need to rebuild the JS when you make a code change:

$ cd js
$ yarn run build

You then need to refresh the JupyterLab page when your javascript changes.

About

Graphical interactive netlist tools compatible with GDSFactory

Resources

Stars

Watchers

Forks

Packages

No packages published