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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Opinionated Web Framework for Converting Jupyter Notebooks to Web Apps

11 点作者 pplonski86将近 2 年前

2 条评论

pplonski86将近 2 年前
We are working on open-source web framework Mercury that converts Python notebooks to Web Apps.<p>It is very opinionated:<p>- it has no callbacks - we automatically re-execute cells below updated widget<p>- it has no layout widgets, all input widgets are always in the left sidebar<p>Thanks to above decisions you don&#x27;t need to change notebook&#x27;s code to have web app and fit to the framework.<p>The simplicity of the framework is very important to us. We also care about deployment simplicity. That&#x27;s why we created a shared hosting service called Mercury Cloud. You can deploy notebook by uploading a file.<p>The GitHub repository <a href="https:&#x2F;&#x2F;github.com&#x2F;mljar&#x2F;mercury">https:&#x2F;&#x2F;github.com&#x2F;mljar&#x2F;mercury</a><p>Documentation <a href="https:&#x2F;&#x2F;RunMercury.com&#x2F;docs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;RunMercury.com&#x2F;docs&#x2F;</a><p>Mercury Cloud <a href="https:&#x2F;&#x2F;cloud.runmercury.com" rel="nofollow">https:&#x2F;&#x2F;cloud.runmercury.com</a>
mhrmsn将近 2 年前
Looks very cool! I&#x27;m also a big fan of your mljar-supervised AutoML package :)<p>Haven&#x27;t done too much lately in the direction of &quot;notebook-to-web-app&quot; (probably the last time I&#x27;ve used streamlit or something like that), but will definitely keep this in mind!