mercury

Convert Jupyter Notebooks to Web Apps (by mljar)

Mercury Alternatives

Similar projects and alternatives to mercury

  1. Pandas

    425 mercury VS Pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. streamlit

    310 mercury VS streamlit

    Streamlit — A faster way to build and share data apps.

  4. cheatsheets

    Official Matplotlib cheat sheets (by matplotlib)

  5. xonsh

    123 mercury VS xonsh

    :shell: Python-powered shell. Full-featured and cross-platform.

  6. ploomber

    121 mercury VS ploomber

    The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️

  7. pytudes

    104 mercury VS pytudes

    Python programs, usually short, of considerable difficulty, to perfect particular skills.

  8. mljar-supervised

    Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. nbdev

    47 mercury VS nbdev

    Create delightful software with Jupyter Notebooks

  11. ipython

    35 mercury VS ipython

    Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.

  12. nivo

    40 mercury VS nivo

    nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries

  13. papermill

    30 mercury VS papermill

    📚 Parameterize, execute, and analyze notebooks

  14. voila

    24 mercury VS voila

    Voilà turns Jupyter notebooks into standalone web applications

  15. keygen-api

    31 mercury VS keygen-api

    Keygen is a fair source software licensing and distribution API built with Ruby on Rails. For developers, by developers.

  16. datapane

    30 mercury VS datapane

    Build and share data reports in 100% Python

  17. jupytext

    22 mercury VS jupytext

    Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts

  18. django-react-boilerplate

    DIY Django + React Boilerplate for starting your SaaS (by saasitive)

  19. awesome-streamlit

    The purpose of this project is to share knowledge on how awesome Streamlit is and can be

  20. awesome-jupyter

    A curated list of awesome Jupyter projects, libraries and resources

  21. data-science-portfolio

    Data Science Portfolio website created with Jupyter notebooks and Mercury

  22. voila-gridstack

    1 mercury VS voila-gridstack

    Dashboard template for Voilà based on GridStackJS

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better mercury alternative or higher similarity.

mercury discussion

Log in or Post with

mercury reviews and mentions

Posts with mentions or reviews of mercury. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-13.
  • Ask HN: Founders who offer free/OS and paid SaaS, how do you manage your code?
    17 projects | news.ycombinator.com | 13 May 2024
    I'm running a SaaS for serving Python notebooks as web apps [0]. We offer widgets for notebooks and server, both as open source [1]. In open source you are managing the server instance with default Django Admin Panel. In the SaaS version, we have a dashboard for managing site (adding users, setting visibility, usage analytics), the dashboard is closed source. The open source version by default is single site, but can be switched to multi-tenant (multiple domains and subdomains) just by adding instances in the database. In case of update, sometimes it is required to update both code bases. Employees have access to both code bases.

    We started with open-source first, and added SaaS offering after ~2 years. The code base split was a natural choice. At first, I didn't want to add SaaS, because managing servers is a lot of work. But, we have a lot of requests for such service, and it makes really easy to deploy notebook online (with few clicks you have unique domain and notebook running). I'm happy with this code base split.

    [0]: https://runmercury.com

    [1]: https://github.com/mljar/mercury

  • Ask HN: What's the best charting library for customer-facing dashboards?
    17 projects | news.ycombinator.com | 29 Apr 2024
    I'm build dashboards in Jupyter Lab. My plotting libraries are Altair, matplotlib, seaborn, Plotly - all work well in notebook.

    My favorite is Altair. It provides interactivity for charts, so you can move/zoom your plots and have tooltips. It is much lighter than Plotly after saving the notebook to ipynb file. Altair charts looks much better than in matplotlib. One drawback, that exporting to PDF doesn't work. To serve notebook as dashboard with code hidden, I use Mercury framework, you can check example https://runmercury.com/tutorials/vega-altair-dashboard/

    disclaimer: I'm author of Mercury framework https://github.com/mljar/mercury

  • mercury VS solara - a user suggested alternative
    2 projects | 13 Oct 2023
  • Show HN: Web App with GUI for AutoML on Tabular Data
    4 projects | news.ycombinator.com | 24 Aug 2023
    Web App is using two open-source packages that I've created:

    - MLJAR AutoML - Python package for AutoML on tabular data https://github.com/mljar/mljar-supervised

    - Mercury - framework for converting Jupyter Notebooks into Web App https://github.com/mljar/mercury

    You can run Web App locally. What is more, you can adjust notebook's code for your needs. For example, you can set different validation strategies or evalutaion metrics or longer training times. The notebooks in the repo are good starting point for you to develop more advanced apps.

  • streamlit VS mercury - a user suggested alternative
    2 projects | 8 Jul 2023
  • GitHub - mljar/mercury: Convert Jupyter Notebooks to Web Apps
    1 project | /r/coolgithubprojects | 20 Jun 2023
  • [P] Opinionated Web Framework for Converting Jupyter Notebooks to Web Apps
    1 project | /r/MachineLearning | 30 May 2023
    The GitHub repository https://github.com/mljar/mercury
  • Show HN: Opinionated Web Framework for Converting Jupyter Notebooks to Web Apps
    1 project | news.ycombinator.com | 30 May 2023
    We are working on open-source web framework Mercury that converts Python notebooks to Web Apps.

    It is very opinionated:

    - it has no callbacks - we automatically re-execute cells below updated widget

    - it has no layout widgets, all input widgets are always in the left sidebar

    Thanks to above decisions you don't need to change notebook's code to have web app and fit to the framework.

    The simplicity of the framework is very important to us. We also care about deployment simplicity. That's why we created a shared hosting service called Mercury Cloud. You can deploy notebook by uploading a file.

    The GitHub repository https://github.com/mljar/mercury

    Documentation https://RunMercury.com/docs/

    Mercury Cloud https://cloud.runmercury.com

  • Show HN: Build Web Apps in Jupyter Notebook with Python Only
    1 project | news.ycombinator.com | 5 May 2023
  • [OC] Analyzing 15,963 Job Listings to Uncover the Top Skills for Data Analysts (update)
    3 projects | /r/dataisbeautiful | 5 May 2023
    Analysis was done in Jupyter Notebook with Python 3.10, Pandas, Matplotlib, wordcloud and Mercury framework.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 24 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic mercury repo stats
78
4,182
7.2
6 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?