Skip to content

Releases: mljar/mercury

v2.0.10

21 Feb 09:21
Compare
Choose a tag to compare
  • (#193) add Stop function that can stop cells execution.
  • (#216) add arrow button for cards in home view.

v2.0.9

20 Feb 08:47
Compare
Choose a tag to compare

Mercury Apps are accessed by slug. The slug is constructed from the notebook file name. Using slug instead of notebook id will guarantee the same URL for notebooks (#133). Additionally, notebooks are sorted by slug in home view (#84).

v2.0.8

17 Feb 13:29
Compare
Choose a tag to compare

Fixes

  • #178 fix issue with Japanese title

v2.0.7

17 Feb 12:45
Compare
Choose a tag to compare

Small improvements

  • #197 Add option to control notebook (app) width
  • #196 Add option to initially hide sidebar when app open
  • #152 Add option to hide download button

v2.0.4

15 Feb 13:25
Compare
Choose a tag to compare

Fix issues with numeric widgets #140 and #141

v2.0.0

13 Feb 14:11
Compare
Choose a tag to compare

Mercury V2

You can specify widgets with Python code:

  • it allows caching cell execution results,
  • you can have dynamic widgets,
  • execution speed is ~ x20 faster comparing to V1.

1.1.6

02 Sep 09:06
Compare
Choose a tag to compare

Bug fixes

1.1.5

28 Jul 16:55
Compare
Choose a tag to compare

Bug fixes

  • (#151) fix windows path in output files

1.1.4

28 Jul 11:56
Compare
Choose a tag to compare

Enhacements

  • (#149) allow colon in text input

1.1.3

12 Jul 11:50
Compare
Choose a tag to compare

Enhancements

  • (#137) don't switch to default view between notebooks runs

Bug fixes

  • (#126) remove blinking of history execution
  • (#131) remove old auth token from localStorage
  • (#135) disable execution history from watch mode