Submitted by pp314159 t3_112z9y9 in MachineLearning

Hi there,

Have you ever wanted to share your results from Jupyter Notebook with a non-technical person? You need to rewrite your analysis into some web framework or copy-paste charts to PowePoint presentation - a lot of work!

I'm working on an open-source framework for converting Jupyter Notebooks into web apps. Mercury offers set of interactive widgets that can be used in the Python notebook. There is a very simple re-execution of cells after widget update. Notebooks can be served online as web apps, presentations, reports, dashboards, static websites, or REST API.

You can read more about Mercury at RunMercury.com.

Mercury GitHub repo https://github.com/mljar/mercury

94

Comments

You must log in or register to comment.

Tomatoflee t1_j8nurf2 wrote

I am very intrigued by this. Is there a way for us to get email updates?

5

DigThatData t1_j8or4jr wrote

i feel like voila is pretty hard to beat, especially considering it already ships with jupyter. just change the word "tree" in your URL to "voila" and bam: your notebook's a webapp.

16

autoraft t1_j8q25ak wrote

Right, have been using voila for last three years. Quite mature project (never had any issues), and the project is actively maintained. But of course, there are tonnes of things still possible to add as features.

3

pp314159 OP t1_j8qsdkk wrote

That's true! Voila is hard to beat.

I'm working on Mercury Cloud, so you can just upload notebook to the cloud to make it available as web app. This will help many users to deploy notebooks as apps.

We also provide commercial support for Mercury for Pro users.

Those are the pain points for Voila.

2