Skip to content

Releases: mljar/mercury

v2.4.3 0 - Last v2 release

20 Nov 09:31

Choose a tag to compare

We are moving Mercury to the new architecture - version 3.0.0

The new Mercury will support all ipywidgets widgets and it will have improved layout control. The philosophy behind Mercury stays unchanged - we want to provide an easy way to serve Python notebooks as web apps.

v2.4.2

10 May 13:13

Choose a tag to compare

Enhancements

  • (#406) add option to hide Share button

v2.4.1

08 May 14:11

Choose a tag to compare

Enhancements

  • (#316) add option to call notebook as REST API

v2.3.10

20 Mar 15:44

Choose a tag to compare

Fixed release packing issue

v2.3.9

20 Mar 14:31

Choose a tag to compare

Enhancements

  • (#433) Table widget added :))

v2.3.8

18 Mar 07:58

Choose a tag to compare

Changes

v2.3.7

26 Oct 12:41

Choose a tag to compare

Fix problem with NaNs in Select and MultiSelect widgets (#382).

v2.3.6

24 Oct 07:55

Choose a tag to compare

The frontend wasn't packed correctly in the previous release (2.3.5). This release fixes it.

v2.3.5

11 Oct 08:03

Choose a tag to compare

Fixes

  • (#362) change footer
  • (#373) update django to 4.2.2

2.3.1

05 Jun 11:41

Choose a tag to compare

Fixes

  • #290 adjust margins in NumberBox
  • #307 fix URL in share dialog, thanks @kapily!