TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Mercury – Turn Python Notebooks to Web Apps

6 点作者 pplonski86大约 2 年前
Hi! We&#x27;re Piotr and Aleksandra, founders of Mercury (https:&#x2F;&#x2F;RunMercury.com), an open source framework for converting Jupyter Notebooks to Web Apps. You can turn Python notebook into interactive web app, static website, presentation, report or dashboard and share it online with non-technical users. You can self-host Mercury or use our hosting service (coming soon!).<p>Our GitHub: https:&#x2F;&#x2F;github.com&#x2F;mljar&#x2F;mercury<p>Sharing Python notebooks is challenging. You can&#x27;t send notebook directly to non-technical stakeholders. You need to copy-paste results&#x2F;charts into Word&#x2F;PowerPoint or rewrite notebook to web framework. Mercury converts notebook to web app. User can execute cells but can&#x27;t edit them.<p>Mercury offers set of widgets that can be added to the notebook. When serving notebook with Mercury, widget change triggers automatic re-execution of cells. Not all cells are re-executed, only cells with widget definition and below, so you can cache results from previous cells execution (loading large dataset or model).<p>Mercury comes with handy feautures to make sharing easy:<p>- decide to hide or show notebook&#x27;s code,<p>- add authentication to notebooks, so only selected users can view them,<p>- export final notebook to PDF or HTML file,<p>- all to create output files in notebook, and make them downloadable,<p>- share multiple notebooks on one Site.<p>How does Mercury differ from existing solutions?<p>- it was desinged for notebooks, it offers simple re-execution of cells after widget update,<p>- it has built-in authentication.<p>Mercury is available on AGPLv3. We would like to offer a hosting service, to make deployment very easy (just upload notebook to have website). We offer commercial license for companies looking for private forks and dedicated support.<p>We’d love to hear from the HN community about this framework!

1 comment

pplonski86大约 2 年前
Clickable links:<p>- Our website: <a href="https:&#x2F;&#x2F;RunMercury.com" rel="nofollow">https:&#x2F;&#x2F;RunMercury.com</a><p>- Our GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;mljar&#x2F;mercury">https:&#x2F;&#x2F;github.com&#x2F;mljar&#x2F;mercury</a>