Skip to content

Major Update

Latest
Compare
Choose a tag to compare
@JerryI JerryI released this 28 Jan 19:02
· 1 commit to main since this release
ac1ed7b

See full list of release notes at wljs website

UI Update

  • added focusable separator between the cells (similar to Mathematica)
  • unicode character support in Dataset
  • admonitions in markdown cells
  • bookmarks in markdown cells
  • more formatting options
  • failsafe WLJS makes 2 kinds of backups; prevents window from closing if saving is not yet done

WLX and WebUI framework support

WLJS Notebook is built on the WLX and WebUI technology stack. Now it is fully usable even inside the notebook. Want to build a more complex application? A fully functional sidebar? Here we go!

Release of the public API (Iframe & REST)

WLJS Notebook (both desktop app and server) does support special embedding of a notebook window to iframe. Moreover, REST
API
is provided by a core extension. All communication is done via HTTP POST request in JSON format.

Image3D

We implemented a shader version of Image3D using maximum intensity projection (MIP).

Export to Mathematica

Is is possible to convert .wln notebook to .nb with some limitations.

Desktop App

  • update option in the launcher window
  • minor bugs with filesystem, paths

Closed issues