Skip to content

v0.5.7 - Fix double display in Jupyter notebooks

Choose a tag to compare

@lmeyerov lmeyerov released this 05 Aug 21:52
· 7 commits to main since this release

Fixed

  • Double display in Jupyter notebooks: Fixed issue where responses were displayed twice when calling lui("query") in notebooks
    • Modified _repr_html_ to show only session metadata instead of response content
    • Response content is now displayed only once via streaming or _display() method
    • Prevents duplicate display while maintaining useful session information