gummi
Pluto.jl
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
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.
gummi
-
LaTeX as a replacement for MS Word
Personally, I have not used Word for writing documents since about 2008. During school, I used Gummi as my LaTeX editor. It had decent support for nested snippets, so I was able to take class notes in real-time with LaTeX and see the output. My use-case these days is primarily for creating internal reference manuals, which is pretty well-suited to LaTeX:
-
Ich liiiiieeeebe Word
Teste mal Gummi
-
Best latex editor on Linux?
Try Gummi, should be in the repository. Or, git it: https://github.com/alexandervdm/gummi
Pluto.jl
-
Potential of the Julia programming language for high energy physics computing
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.
-
Ask HN: Why don't other languages have Jupyter style notebooks?
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/
-
Looking for a Julia gui framework with a demo like EGUI
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
-
IPyflow: Reactive Python Notebooks in Jupyter(Lab)
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
- For Julia is there some thing like VSCode's python interactive window?
-
What have you "washed your hands of" in Python?
I think what you want is Pluto!
-
Show HN: Out of order execution in Jupyter notebooks is a solved problem
I like how Pluto.jl handles this:
> Pluto offers an environment where changed code takes effect instantly and where deleted code leaves no trace. Unlike Jupyter or Matlab, there is no mutable workspace, but rather, an important guarantee:
> At any instant, the program state is completely described by the code you see.
-
My Journey from R to Julia
I only used Julia for a short time, but I didn't see the blazing fast speeds I was promised. I've seen the benchmarks, of course, on which the claims are founded, but the C-like speeds weren't obvious to me in everyday data science workflows. In the end, there wasn't sufficient motivation for me to switch to Julia as my weapon of choice. I do like Pluto[0], though...
-
Using Julia with Anaconda and VoilĂ
You can use https://github.com/fonsp/Pluto.jl instead of Jupyter.
What are some alternatives?
vim-slime - A vim plugin to give you some slime. (Emacs)
rmarkdown - Dynamic Documents for R
Weave.jl - Scientific reports/literate programming for Julia
Dash.jl - Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
IJulia.jl - Julia kernel for Jupyter
Tables.jl - An interface for tables in Julia
PlutoSliderServer.jl - Web server to run just the `@bind` parts of a Pluto.jl notebook
Neptune.jl - Simple (Pluto-based) non-reactive notebooks for Julia
julia - The Julia Programming Language
ThreadsX.jl - Parallelized Base functions
jupyterlab-classic - JupyterLab distribution with a retro look and feel đ
jupyter-cadquery - An extension to render cadquery objects in JupyterLab via pythreejs