jtpio / ipylab

Control JupyterLab from Python Notebooks with Jupyter Widgets 🧪 ☢️ 🐍
BSD 3-Clause "New" or "Revised" License
192 stars 13 forks source link

Using in Production Code #94

Open asaboor-gh opened 2 years ago

asaboor-gh commented 2 years ago

This is not an issue. I just want to know that how stable is this API to use as a dependency in other python packages? I want to use it in ipyslides for creating useful layouts based on the device resolution.

jtpio commented 2 years ago

Thanks @massgh for opening this issue.

ipylab tries to follow semver which means API breaking changes should happen in major versions.

For example there is a pending PR which is changing a couple of things and enabling ipywidgets 8, which will likely be released in a 0.6.0 version.