ipylab icon indicating copy to clipboard operation
ipylab copied to clipboard

Using in Production Code

Open asaboor-gh opened this issue 3 years ago • 1 comments

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.

asaboor-gh avatar Jun 20 '22 17:06 asaboor-gh

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.

jtpio avatar Aug 20 '22 10:08 jtpio