Pluto.jl Alternatives

Similar projects and alternatives to Pluto.jl

  1. Svelte

    702 Pluto.jl VS Svelte

    web development for the rest of us

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. book

    654 Pluto.jl VS book

    The Rust Programming Language

  4. RegExr

    587 Pluto.jl VS RegExr

    RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.

  5. Code-Server

    415 Pluto.jl VS Code-Server

    VS Code in the browser

  6. julia

    366 Pluto.jl VS julia

    The Julia Programming Language

  7. budibase

    347 Pluto.jl VS budibase

    Budibase is an open-source low code platform that helps you build internal tools in minutes šŸš€

  8. rockstar

    191 Pluto.jl VS rockstar

    Home of the Rockstar programming language

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. ArnoldC

    68 Pluto.jl VS ArnoldC

    Arnold Schwarzenegger based programming language

  11. rmarkdown

    Dynamic Documents for R

  12. jupyter

    32 Pluto.jl VS jupyter

    An interface to communicate with Jupyter kernels. (by emacs-jupyter)

  13. Genie.jl

    23 Pluto.jl VS Genie.jl

    šŸ§žThe highly productive Julia web framework

  14. jupytext

    22 Pluto.jl VS jupytext

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

  15. ipyflow

    21 Pluto.jl VS ipyflow

    A reactive Python kernel for Jupyter notebooks.

  16. mito

    19 Pluto.jl VS mito

    Jupyter extensions that help you write code faster: Context aware AI Chat, Autocomplete, and Spreadsheet

  17. jupyter-ai

    13 Pluto.jl VS jupyter-ai

    A generative AI extension for JupyterLab

  18. PlutoSliderServer.jl

    Web server to run just the `@bind` parts of a Pluto.jl notebook

  19. Dash.jl

    5 Pluto.jl VS Dash.jl

    Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.

  20. IJulia.jl

    3 Pluto.jl VS IJulia.jl

    Julia kernel for Jupyter

  21. ISLR

    Introduction to Statistical Learning

  22. pretzelai

    9 Pluto.jl VS pretzelai

    The modern replacement for Jupyter Notebooks

  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 Pluto.jl alternative or higher similarity.

Pluto.jl discussion

Log in or Post with

Pluto.jl reviews and mentions

Posts with mentions or reviews of Pluto.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-27.
  • A data scientist's journey building a B2B data product with Julia and Pluto
    2 projects | dev.to | 27 Feb 2025
    In this post, I’m exploring dev tools for data scientists, specifically Julia and Pluto.jl. I interviewed Mandar, a data scientist and software engineer, about his experience adopting Pluto, a reactive notebook environment similar to Jupyter notebooks. What’s different about Pluto is that it’s designed specifically for Julia, a programming language built for scientific computing and machine learning.
  • Show HN: Adding Mistral Codestral and GPT-4o to Jupyter Notebooks
    14 projects | news.ycombinator.com | 2 Jul 2024
    So we discuss this briefly on our FAQ but let me try to expand on it.

    Our goal is to make a modern literate programming tool. On a surface level, a tool like that would end up looking very similar to Jupyter, though with better features. We've mentioned some things we'd like to have in this final tool in our README and also in the post above.

    Our first thought was to make a tool from scratch. The challenge was, it's very hard to get people to switch and so, we had to go where people already are - that meant Jupyter.

    We could've made this one feature an extension with some difficulty (in-fact, our early experiments, we started by making an extension). It would have some downsides - we wouldn't have granular control over certain core Jupyter behaviours like we do right now (for eg, we wanted to allow creating hidden folders to store some files). But we probably could have made a 95% working version of Pretzel work as a jupyter extension.

    The bigger reason we chose to fork was because down the line, we want to completely change the code execution model to being DAG based to allow for reproducible notebooks (similar to https://plutojl.org/ for eg). Similarly, we want to completely remove Codemirror and replace it with Monaco (the core editor engine in VSCode) to provide a more IDE like experience in Jupyter. These things simply couldn't have been done as extensions.

  • Potential of the Julia programming language for high energy physics computing
    10 projects | news.ycombinator.com | 4 Dec 2023
    I thought that notebook based development and package based development were diametrically opposed in the past, but Pluto.jl notebooks have changed my mind about this.

    A Pluto.jl notebook is a human readable Julia source file. The Pluto.jl package is itself developed via Pluto.jl notebooks.

    https://github.com/fonsp/Pluto.jl

    Also, the VSCode Julia plugin tooling has really expanded in functionality and usability for me in the past year. The integrated debugging took some work to setup, but is fast enough to drop into a local frame.

    https://code.visualstudio.com/docs/languages/julia

    Julia is the first language I have achieved full life cycle integration between exploratory code to sharable package. It even runs quite well on my Android. 2023 is the first year I was able to solve a differential equation or render a 3D surface from a calculated mesh with the hardware in my pocket.

  • Pluto.jl: Simple, reactive programming environment for Julia
    1 project | news.ycombinator.com | 8 Nov 2023
  • Ask HN: Why don't other languages have Jupyter style notebooks?
    3 projects | news.ycombinator.com | 27 Oct 2023
    Re Julia there is also pluto.jl that is another notebook-like environment for julia. It's been a few years since I played with it but it looked cool, for example it handles state differently so you don't get into the same messes as with ipython notebooks. https://plutojl.org/
  • Pluto: Simple Reactive Notebooks for Julia
    1 project | news.ycombinator.com | 21 Sep 2023
  • Looking for a Julia gui framework with a demo like EGUI
    5 projects | /r/Julia | 3 Jul 2023
    For this, Notebooks are often used. Julia offers a uniquely nice and interactive Pluto notebook for the web https://github.com/fonsp/Pluto.jl
  • Excel Labs, a Microsoft Garage Project
    4 projects | news.ycombinator.com | 26 May 2023
  • IPyflow: Reactive Python Notebooks in Jupyter(Lab)
    5 projects | news.ycombinator.com | 10 May 2023
    I believe this is what Pluto sets out to do for Julia.

    I used it as part of the ā€œComputational Thinkingā€ with Julia course a year or two back. Even then the beta software was very good and some of the demos the Pluto dev showed were nothing short of amazing

    https://plutojl.org/

  • For Julia is there some thing like VSCode's python interactive window?
    3 projects | /r/Julia | 27 Feb 2023
  • A note from our sponsor - InfluxDB
    influxdata.com | 17 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Stats

Basic Pluto.jl repo stats
80
5,100
9.3
7 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Julia is
the 44th most popular programming language
based on number of references?