Recent Releases of mercury

mercury - v2.4.2

Enhancements

  • (#406) add option to hide Share button

- Python
Published by pplonski almost 2 years ago

mercury - v2.4.1

Enhancements

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

- Python
Published by pplonski almost 2 years ago

mercury - v2.3.10

Fixed release packing issue

- Python
Published by pplonski almost 2 years ago

mercury -

Enhancements

  • (#433) Table widget added :))

- Python
Published by pplonski almost 2 years ago

mercury - v2.3.8

Changes

- Python
Published by pplonski almost 2 years ago

mercury - v2.3.7

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

- Python
Published by pplonski over 2 years ago

mercury - v2.3.6

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

- Python
Published by pplonski over 2 years ago

mercury - v2.3.5

Fixes

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

- Python
Published by pplonski over 2 years ago

mercury - 2.3.1

Fixes

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

- Python
Published by pplonski over 2 years ago

mercury - 2.3.0

Enhancements

  • #263 better error message if notebook not found
  • #273 display Mercury version on local server start
  • #274 set custom domain for Site in database
  • #276 nicer display of output files for download
  • #278 allow widgets in the loop
  • #290 add NumberBox widget

Bug fixes

  • #246 fix share button on Safari web browser
  • #265 set allowed Python versions 3.8-3.11
  • #277 fix show prompt in Safari
  • #275 fix private notebook display when stored on S3
  • #282 fix output files for download

- Python
Published by pplonski almost 3 years ago

mercury - 2.2.9

Fixes

  • #252 fix problem with slides navigation after widget update

- Python
Published by pplonski almost 3 years ago

mercury - 2.2.8

Fixes

  • #253 Django update to version 4.2
  • #255, #237 fixes port and server address forwarding issues

- Python
Published by pplonski almost 3 years ago

mercury - 2.2.7

Fixes

  • #254 fixes local links navigation

- Python
Published by pplonski almost 3 years ago

mercury - 2.2.6

Fixes

  • #248, #249, #250

- Python
Published by pplonski almost 3 years ago

mercury - v2.2.1

Fixes

  • fix cell update index when recomputing notebook in #247 - thank you @fryanpan for steps to reproduce

- Python
Published by pplonski almost 3 years ago

mercury - 2.2.0

Enhancements

  • #195 - add url_key to widgets
  • #234 automatically detect static notebooks
  • #237 add disabled and hidden arguments
  • #166 add a share button
  • #242 add chat widget
  • #227 add confetti widget

Bug fixes

  • #228, #235, #232, #236, #241

- Python
Published by pplonski almost 3 years ago

mercury - v2.1.2

Fixes

  • (#224) fixed problem with exporting slides to PDF

- Python
Published by pplonski almost 3 years ago

mercury - v2.1.1

Fixes

Small fixes in auth (#219): - added Membership in Admin Panel - load welcome message with access rights check

- Python
Published by pplonski almost 3 years ago

mercury - v2.1.0

Authentication!

Yes, you can put your notebooks behind the login wall. Please check #219 for details. Documentation is under preparation :)

- Python
Published by pplonski almost 3 years ago

mercury - v2.0.12

Fixes

  • (#220, #221) fix windows paths problem for file upload and output directory
  • (#222) softer requirement for celery

Thank you @Wazzledi and @haoch!

- Python
Published by pplonski about 3 years ago

mercury - v2.0.10

  • (#193) add Stop function that can stop cells execution.
  • (#216) add arrow button for cards in home view.

- Python
Published by pplonski about 3 years ago

mercury - v2.0.9

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).

- Python
Published by pplonski about 3 years ago

mercury - v2.0.8

Fixes

  • #178 fix issue with Japanese title

- Python
Published by pplonski about 3 years ago

mercury - v2.0.7

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

- Python
Published by pplonski about 3 years ago

mercury - v2.0.4

Fix issues with numeric widgets #140 and #141

- Python
Published by pplonski about 3 years ago

mercury - v2.0.0

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.

- Python
Published by pplonski about 3 years ago

mercury - 1.1.6

Bug fixes

  • #140, #141 fix numeric input

- Python
Published by pplonski over 3 years ago

mercury - 1.1.5

Bug fixes

  • (#151) fix windows path in output files

- Python
Published by pplonski over 3 years ago

mercury - 1.1.4

Enhacements

  • (#149) allow colon in text input

- Python
Published by pplonski over 3 years ago

mercury - 1.1.3

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

- Python
Published by pplonski over 3 years ago

mercury - 1.1.2

Enhancements

  • (#75) use PostreSQL database in docker-compose deployments

Bug fixes

  • (#122) improve validation for numeric input
  • (#125) add padding-bottom for change password button

- Python
Published by pplonski over 3 years ago

mercury - 1.1.1

Bug fixes

  • (#123) fix static files versions
  • (#124) add redirects for login and account addresses

- Python
Published by pplonski over 3 years ago

mercury - 1.1.0

Enhancements

  • (#87) add markdown text to the sidebar
  • (#115) show execution history

Bug fixes

  • (#116) execute with empty list in multi select
  • (#109) fix URL in HuggingFace deployments
  • (#95) fix typo in ClearTaskView

Docs

  • (#108, #55) improve docs :)

Execution history demo

execution-history-short

- Python
Published by pplonski over 3 years ago

mercury - 1.0.1

Bug fixes

  • #113 fix typo in email settings

- Python
Published by pplonski over 3 years ago

mercury - 1.0.0

Enhancements

  • #97 - schedule notebooks
  • #99 - send email notifications about scheduled notebooks status
  • #98 - export notebook to PDF
  • #86 - move output files to sidebar
  • #105 - add information about presentation shortcuts in the sidebar

- Python
Published by pplonski over 3 years ago

mercury - 0.8.6

Enhancements

  • #98 export notebook as PDF

- Python
Published by pplonski almost 4 years ago

mercury - 0.8.0

Enhancements

  • #97 Schedule notebooks

- Python
Published by pplonski almost 4 years ago

mercury - 0.7.0

Enhancements

  • (#8) Notebook as REST API. You can easily execute the notebook as REST API and return JSON response. Please see the docs.

- Python
Published by pplonski almost 4 years ago

mercury - 0.6.10

Enhancements

  • (#85) add option to deploy Mercury based app made from Python notebook to the HuggingFace Spaces

- Python
Published by pplonski almost 4 years ago

mercury - 0.6.8

Fixes

  • Update nbconvert version to >=6.5.0

- Python
Published by pplonski almost 4 years ago

mercury - 0.6.0

Enhancements

  • #56 #57 added authentication, user can select with who to share the notebook
  • #67 allow embedding
  • #62 add house icon
  • #63 add a message about private notebooks in case of the pro version
  • #64 #65 add certbot for SSL certificate issue and renewal to docker-compose

Bug fixes

  • #58 fix problem with notebook reading (thank you @doubianimehdi)
  • #66 add missing package ipython_genutils (thank you @MarvinKweyu)

- Python
Published by pplonski almost 4 years ago

mercury - 0.5.1

Realease 0.5.1

Enhancements

  • (#47) Add run command - it greatly simplify the process of deployment on Heroku
  • (#48) Add demo option in run command
  • (#39) Add anaconda recipe

- Python
Published by pplonski about 4 years ago

mercury - 0.4.1

Release 0.4.1

Bug fixes

  • (#45) Fixed: Mercury doesn't show the executed notebook if error occurred

- Python
Published by pplonski about 4 years ago

mercury - 0.4.0

Release 0.4.0

Enhancements

  • (#37) Add option to create output files for download
  • (#18) Add delete and list commands
  • (#36) Add with the same notebook path will update existing notebook
  • (#3) Add Clear tasks button to remove previous runs

Bug fixes

  • (#35) Add exe extension to mercury binary on Windows

- Python
Published by pplonski about 4 years ago

mercury - 0.2.0

Added file and text input widgets.

- Python
Published by pplonski about 4 years ago