Life & fun · February 15, 2023
Turn Jupyter Notebook to Web App
Does the same job
all alternatives →- TJTurn Jupyter Notebooks to Web App with Mercury Widgets and Python Only2023 · runmercury.com · ▲5
- JRJupystar – Run any Jupyter notebook in the browser2020 · starboard.gg · ▲79
- RJRendering Jupyter notebooks in the browser2016 · github.com · ▲22
- MPMercury – Publish Jupyter Notebook as web app by adding YAML header2022 · github.com · ▲61
Mercury is a perfect tool to share your Python notebooks with non-programmers. - You can turn your notebook into web app. - You can add interactive widgets to your notebook by defining the YAML header. Your users can change the input and execute the notebook. - You can hide your code to not scare your (non-coding) collaborators. - Users can interact with notebook and save they results. - You can share notebook as a web app with multiple users - they don't overwrite original notebook. The demo running at Heroku (free dyno) http://mercury-demo-1.herokuapp.com, at AWS EC2 (t3a.small)…
- LCLow code Jupyter Notebook alternative with dashboards2020 · github.com · ▲37
- RJRender Jupyter notebooks as interactive articles2021 · deepnote.com · ▲217
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 26d ago · baselashraf81.github.io