New
v0.11.2, 2025/10.24 Support for various OSes; Fixed logging; Increased gopls timeout and improved error handling.
- Support Jupyter for more OSSes (thanks @yuce!)
- Updated dependencies
- Increased
goplstimeout. - Package
plotly:- Added
DisplayFigAsJSONandAppendFigAsJSONto display Plotly figures directly from their JSON rendering. This allows one to do arbitrary editions.
- Added
- Installation:
- Fixed the handling of the installation flags forwarded to the kernel execution.
- Make a copy of the binary if the gonb binary is under a .cache directory. Same as is already done if the binary is in a temporary directory.
- Fixed duplicate error logging issues.
- Added internal
utilpackage. Improved error logging.