Skip to content

Releases: salah3x/notebook-ui

v0.2.0

11 Oct 23:16
Compare
Choose a tag to compare

Features:

  • Add support for multiple cells.

Bug fixes:

  • Hide chart when code execution fails (#1)

v0.1.0

10 Oct 18:12
Compare
Choose a tag to compare

Features:

  • Execute code on a remote server.
  • Show execution output.
  • Preserve the execution context.
  • Validate the input code.
  • Show proper error messages.
  • Visualize output data if it's parseable, i.e. follow this format SeriesA\tSeriesB\tSeriesC\n1\t2\t3\n4\t5\t6....
  • Change the visualization type on the fly.