webr VS thebe

Compare webr vs thebe and see what are their differences.

webr

The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node. (by r-wasm)

thebe

Turn static HTML pages into live documents with Jupyter kernels. (by executablebooks)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
webr thebe
5 2
774 377
3.7% 2.4%
9.2 8.4
7 days ago 13 days ago
TypeScript Jupyter Notebook
GNU General Public License v3.0 or later BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

webr

Posts with mentions or reviews of webr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-05.
  • Fortran on WebAssembly
    2 projects | news.ycombinator.com | 5 Apr 2024
    A little context: this dive into Fortran is part of the excellent work George has been doing on WebR, to get R running in the browser. The R sources contain a fair bit of Fortran code, and I believe WebR originally used f2c to compile the Fortran to C first, before compiling that to wasm.

    With the patches to LLVM Flang, WebR can be built with a real Fortran compiler.

    I think George didn't want to say it directly in the blog post, but he has said that he's hoping that Flang would take his patches or implement better ones. That would be a win-win -- these patches wouldn't need to be maintained separately, and since unmodified Flang would be able to compile to wasm, it would benefit other projects out there that use Fortran.

    https://docs.r-wasm.org/webr/latest/

  • WebR – R in the Browser (using WASM)
    1 project | news.ycombinator.com | 14 Nov 2023
  • Shinylive for R?
    1 project | /r/RStudio | 22 Feb 2023
  • JupyterLite is a JupyterLab distribution that runs in the browser
    10 projects | news.ycombinator.com | 28 Nov 2022
  • R on android?
    1 project | /r/rstats | 5 Nov 2022
    I don't think it's close to useful - but the R in webassembly webR, that runs in the browser looks interesting.

thebe

Posts with mentions or reviews of thebe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-28.
  • JupyterLite is a JupyterLab distribution that runs in the browser
    10 projects | news.ycombinator.com | 28 Nov 2022
    There was some work (and POC) on getting pyodide to work as a thebe backend. You can check out this thread: https://github.com/executablebooks/thebe/issues/465 and other issues/PRs backlinked to it. I don't think anything like that has shipped yet, but definitely worth exploring (in the meantime the usual mybinder backend[1] for jupyter books works great, i.e. you don't have to host yourself).

    [1] https://jupyterbook.org/en/stable/interactive/launchbuttons....

  • Physics-Based Deep Learning Book
    3 projects | news.ycombinator.com | 12 Sep 2021
    https://github.com/tum-pbs/pbdl-book/blob/main/_toc.yml and all the config is in one file: https://github.com/tum-pbs/pbdl-book/blob/main/_config.yml (the build system leverages Sphinx which is the docs workhorse in the Python world)

    One of the coolest things is the "Launcher" option which gives readers the options to "run" any notebook interactively (using the rocket button in the top right). It's a one-line config https://github.com/tum-pbs/pbdl-book/blob/main/_config.yml#L... A similar config would enable the "Launch in Pybinder" option which is a free ephemeral jupyter provider, see https://mybinder.org/

    This "execute anywhere" option is nicely abstracted away as the `thiebe` library, and there is even POC work to run a pyodide kernel (https://github.com/executablebooks/thebe/issues/465) so soon all of this goodness will work offline in your browser!

    As an educator, it's hard not to get excited about the future, given the pace at which learning/teaching tooling is developing!

What are some alternatives?

When comparing webr and thebe you can also consider the following projects:

demo - JupyterLite demo deployed to GitHub Pages 🚀

pysindy - A package for the sparse identification of nonlinear dynamical systems from data

BrowserFS - BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.

pbdl-book - Welcome to the Physics-based Deep Learning Book (v0.2)

starboard-notebook - In-browser literate notebooks

jupyterlite - Wasm powered Jupyter running in the browser 💡

r-wasm - modifying R to compile with wasm

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