Skip to content

v0.11.2, 2025/10.24 Support for various OSes; Fixed logging; Increased gopls timeout and improved error handling.

Choose a tag to compare

@janpfeifer janpfeifer released this 24 Oct 11:52
· 46 commits to main since this release
  • Support Jupyter for more OSSes (thanks @yuce!)
  • Updated dependencies
  • Increased gopls timeout.
  • Package plotly:
    • Added DisplayFigAsJSON and AppendFigAsJSON to display Plotly figures directly from their
      JSON rendering. This allows one to do arbitrary editions.
  • 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 util package. Improved error logging.