jtpio / ipylab

Control JupyterLab from Python Notebooks with Jupyter Widgets 🧪 ☢️ 🐍

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using in Production Code

asaboor-gh opened this issue · 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.

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.