Skip to content

Jupyter widgets to visualise electronic and photonic co-system design integrated with piel, GDSFactory and OpenROAD.

Notifications You must be signed in to change notification settings

daquintero/oleo

Repository files navigation

oleo

PyPI Version Build Status Documentation Status Updates

Interactive netlist visualisation tools compatible with GDSFactory

Installation

To install use pip:

$ pip install oleo

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

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

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

$ jupyter labextension develop --overwrite oleo

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

Jupyter widgets to visualise electronic and photonic co-system design integrated with piel, GDSFactory and OpenROAD.

Resources

Stars

Watchers

Forks

Packages

No packages published