# Pluto

**URL:** https://discourse.julialang.org/c/tools/pluto/58.md?page=1

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

**Page:** 2

---

## [Adding a restart process button in Pluto](https://discourse.julialang.org/t/adding-a-restart-process-button-in-pluto/76812)

<div class="topic-metadata">

**Author:** [@rikh](https://discourse.julialang.org/u/rikh)\
**Replies:** 6\
**Last updated:** [June 27, 2025, 4:11pm UTC](https://discourse.julialang.org/t/adding-a-restart-process-button-in-pluto/76812 "2025-06-27T16:11:37Z")

</div>

I’m trying to get a SnoopCompile workflow going inside a Pluto notebook. Since SnoopCompile requires a lot of process restarts, it would be nice to have a “Restart” button. I think that this should be possible by sending…

---

## [\[ANN\] pluto.land – new simple website to share Pluto HTML notebooks](https://discourse.julialang.org/t/ann-pluto-land-new-simple-website-to-share-pluto-html-notebooks/129138)

<div class="topic-metadata">

**Author:** [@fonsp](https://discourse.julialang.org/u/fonsp)\
**Replies:** 5\
**Last updated:** [May 19, 2025, 7:05pm UTC](https://discourse.julialang.org/t/ann-pluto-land-new-simple-website-to-share-pluto-html-notebooks/129138 "2025-05-19T19:05:22Z")

</div>

Hi! :waving\_hand: The Pluto developers made a new website that we are excited to share: Check it out: pluto.land :glowing\_star: pluto.land is a simple simple web service to make it easier to share Pluto HTML exports, r…

---

## [Pluto: Move Cell Output to the side](https://discourse.julialang.org/t/pluto-move-cell-output-to-the-side/128845)

<div class="topic-metadata">

**Author:** [@habemus-papadum](https://discourse.julialang.org/u/habemus-papadum)\
**Replies:** 2\
**Last updated:** [May 8, 2025, 4:39pm UTC](https://discourse.julialang.org/t/pluto-move-cell-output-to-the-side/128845 "2025-05-08T16:39:10Z")

</div>

Hi, Is it possible to pin the output of a cell to the side of the browser window? Similar to how PlutoUI.TableOfContents works, but for a the output of a single cell (the output mime type for the cell in png). I vague…

---

## [Prevent Re-drawing the Same Plot](https://discourse.julialang.org/t/prevent-re-drawing-the-same-plot/128524)

<div class="topic-metadata">

**Author:** [@luke-pikaart](https://discourse.julialang.org/u/luke-pikaart)\
**Replies:** 1\
**Last updated:** [May 5, 2025, 10:07pm UTC](https://discourse.julialang.org/t/prevent-re-drawing-the-same-plot/128524 "2025-05-05T22:07:29Z")

</div>

I have large pluto notebooks with many plots, they are different analysis’ for engineers to re-use and update when the corresponding designs are updated. My issue is that opening one of these in pluto for the first time…

---

## [Memory limitation for large notebooks](https://discourse.julialang.org/t/memory-limitation-for-large-notebooks/128078)

<div class="topic-metadata">

**Author:** [@Kirby\_Zhang](https://discourse.julialang.org/u/Kirby_Zhang)\
**Replies:** 5\
**Last updated:** [April 17, 2025, 5:04pm UTC](https://discourse.julialang.org/t/memory-limitation-for-large-notebooks/128078 "2025-04-17T17:04:46Z")

</div>

I’ve been appreciating Pluto for its reactivity and consistency. But it’s occurring to me now that the reactive model may hit limits for large reports. I’m interested in using Pluto for large reports that may involve rep…

---

## [Modelling caffeïne effect on alertness in humans with Catalyst](https://discourse.julialang.org/t/modelling-caffeine-effect-on-alertness-in-humans-with-catalyst/127736)

<div class="topic-metadata">

**Author:** [@modeler32](https://discourse.julialang.org/u/modeler32)\
**Replies:** 4\
**Last updated:** [April 7, 2025, 5:08pm UTC](https://discourse.julialang.org/t/modelling-caffeine-effect-on-alertness-in-humans-with-catalyst/127736 "2025-04-07T17:08:03Z")

</div>

Hi everyone, I am trying to make a reaction network object in Pluto notebook, in which I have to model the effect of caffeine intake on alertness in humans. I’m trying to keep it simple, and this is what I have for now: …

---

## [Pluto notebook "Malt.TerminatedWorkerException()" error](https://discourse.julialang.org/t/pluto-notebook-malt-terminatedworkerexception-error/127006)

<div class="topic-metadata">

**Author:** [@bpsomu](https://discourse.julialang.org/u/bpsomu)\
**Replies:** 3\
**Last updated:** [March 27, 2025, 10:20am UTC](https://discourse.julialang.org/t/pluto-notebook-malt-terminatedworkerexception-error/127006 "2025-03-27T10:20:09Z")

</div>

I have installed AMDGPU.jl and have been using it in the Julia REPL. I tried using AMDGPU inside Pluto notebook and I got the error: Error message Malt.TerminatedWorkerException() What’s happening and how do I…

---

## [Automatically convert a Pluto Cell to markdown](https://discourse.julialang.org/t/automatically-convert-a-pluto-cell-to-markdown/69012)

<div class="topic-metadata">

**Author:** [@Bastien](https://discourse.julialang.org/u/Bastien)\
**Replies:** 12\
**Last updated:** [March 22, 2025, 9:03am UTC](https://discourse.julialang.org/t/automatically-convert-a-pluto-cell-to-markdown/69012 "2025-03-22T09:03:45Z")

</div>

Hi, I am thinking of using Pluto as a sort of Electronic Lab Notebook from where I could drive an experiment and do analysis on the fly. To avoid running a command (e.g. measuring the transmission of a device with a VNA…

---

## [Interpolate values inside math expression](https://discourse.julialang.org/t/interpolate-values-inside-math-expression/109742)

<div class="topic-metadata">

**Author:** [@rgouveiamendes](https://discourse.julialang.org/u/rgouveiamendes)\
**Replies:** 6\
**Last updated:** [February 22, 2025, 1:47am UTC](https://discourse.julialang.org/t/interpolate-values-inside-math-expression/109742 "2025-02-22T01:47:45Z")

</div>

I am trying to interpolate the value of an object inside a math equation in Pluto. A MWE could be: begin avg = 15 md""" The average would be given by: \`\`\\overline{X} = \\frac{\\sum\_{i=1}^N X\_i}{N…

---

## [Help with changing Pluto notebook font sizes](https://discourse.julialang.org/t/help-with-changing-pluto-notebook-font-sizes/125694)

<div class="topic-metadata">

**Author:** [@gganapat](https://discourse.julialang.org/u/gganapat)\
**Replies:** 0\
**Last updated:** [February 8, 2025, 7:28pm UTC](https://discourse.julialang.org/t/help-with-changing-pluto-notebook-font-sizes/125694 "2025-02-08T19:28:49Z")

</div>

I am able to change Pluto notebook input font size but unable to change output font. The code I used was html"“” .cm-editor .cm-scroller, .cm-editor .cm-content { font-family: "Fira Code", monospace !important; …

---

## [How to make Pluto.jl load all rows of a DataFrame](https://discourse.julialang.org/t/how-to-make-pluto-jl-load-all-rows-of-a-dataframe/125461)

<div class="topic-metadata">

**Author:** [@Abhro](https://discourse.julialang.org/u/Abhro)\
**Replies:** 5\
**Last updated:** [February 4, 2025, 11:46am UTC](https://discourse.julialang.org/t/how-to-make-pluto-jl-load-all-rows-of-a-dataframe/125461 "2025-02-04T11:46:47Z")

</div>

I have a DataFrame with ~100 rows. How do I make the DataFrame be displayed with all of its rows within Pluto.jl? The default view is this: What I’d like is this: where all elements are visible within a little sc…

---

## [Exit the safe mode without running the notebook?](https://discourse.julialang.org/t/exit-the-safe-mode-without-running-the-notebook/121842)

<div class="topic-metadata">

**Author:** [@uri](https://discourse.julialang.org/u/uri)\
**Replies:** 3\
**Last updated:** [January 17, 2025, 3:35pm UTC](https://discourse.julialang.org/t/exit-the-safe-mode-without-running-the-notebook/121842 "2025-01-17T15:35:15Z")

</div>

Hi, I want to open a saved a Pluto notebook as a .jl file but not in safe mode. Is it possible?, may I disable the mode once it is opened or somewhere inside the .jl file before open it? Do something similar to kernel…

---

## [Dark mode toggle for Pluto?](https://discourse.julialang.org/t/dark-mode-toggle-for-pluto/75305)

<div class="topic-metadata">

**Author:** [@Jon\_Norberg](https://discourse.julialang.org/u/Jon_Norberg)\
**Replies:** 5\
**Last updated:** [January 15, 2025, 4:47pm UTC](https://discourse.julialang.org/t/dark-mode-toggle-for-pluto/75305 "2025-01-15T16:47:58Z")

</div>

So Pluto suddenly turned dark-mode. Its pretty! But how do I toggle between light and dark?

---

## [Removing error message stickers in Pluto.jl](https://discourse.julialang.org/t/removing-error-message-stickers-in-pluto-jl/124338)

<div class="topic-metadata">

**Author:** [@hisacro](https://discourse.julialang.org/u/hisacro)\
**Replies:** 7\
**Last updated:** [January 2, 2025, 12:22pm UTC](https://discourse.julialang.org/t/removing-error-message-stickers-in-pluto-jl/124338 "2025-01-02T12:22:13Z")

</div>

Can some point out how to remove these stickers when pluto is throwing errors, I believe newer version started this “feature” (@v1.10) pkg\> status Status \`~/.julia/environments/v1.10/Project.toml\` \[7f904dfe\] PlutoUI…

---

## [Help debugging problem with Pluto notebook](https://discourse.julialang.org/t/help-debugging-problem-with-pluto-notebook/123848)

<div class="topic-metadata">

**Author:** [@adannenberg](https://discourse.julialang.org/u/adannenberg)\
**Replies:** 10\
**Last updated:** [December 19, 2024, 2:58am UTC](https://discourse.julialang.org/t/help-debugging-problem-with-pluto-notebook/123848 "2024-12-19T02:58:11Z")

</div>

Hi. I have a notebook that used to work without problems. I don’t know if my problems stem from my notebook or from a change in Pluto or the other loaded packages. Strangely, the notebook hangs when first launched at 1…

---

## [How to embed local images (png, pdf, svg) in Pluto notebook](https://discourse.julialang.org/t/how-to-embed-local-images-png-pdf-svg-in-pluto-notebook/123849)

<div class="topic-metadata">

**Author:** [@thudjx](https://discourse.julialang.org/u/thudjx)\
**Replies:** 8\
**Last updated:** [December 16, 2024, 3:25am UTC](https://discourse.julialang.org/t/how-to-embed-local-images-png-pdf-svg-in-pluto-notebook/123849 "2024-12-16T03:25:07Z")

</div>

The aim: I need to show images of different types in my local PC, such as svg, png, pdf in the pluto notebook. The problem: When inserting a png file, following the example from here, the markdown method !\[description…

---

## [AxisKeys diplay issue in Pluto](https://discourse.julialang.org/t/axiskeys-diplay-issue-in-pluto/123121)

<div class="topic-metadata">

**Author:** [@cdawg](https://discourse.julialang.org/u/cdawg)\
**Replies:** 1\
**Last updated:** [November 26, 2024, 7:56pm UTC](https://discourse.julialang.org/t/axiskeys-diplay-issue-in-pluto/123121 "2024-11-26T19:56:48Z")

</div>

For some reason, the beautiful display of KeyedArray in Pluto uses the fallback method and simply shows the keyedArray as a collected iterator or something. In the terminal: In Pluto Can someone help me fix or re…

---

## [How to handle dependencies with Pluto notebook as package source code?](https://discourse.julialang.org/t/how-to-handle-dependencies-with-pluto-notebook-as-package-source-code/122780)

<div class="topic-metadata">

**Author:** [@Nathan\_Boyer](https://discourse.julialang.org/u/Nathan_Boyer)\
**Replies:** 6\
**Last updated:** [November 19, 2024, 8:34am UTC](https://discourse.julialang.org/t/how-to-handle-dependencies-with-pluto-notebook-as-package-source-code/122780 "2024-11-19T08:34:40Z")

</div>

Continuing the discussion from Transforming a Pluto notebook into a Julia package: I’m having trouble figuring out what I need to do to use Pluto notebooks as source code, especially regarding the package environment an…

---

## [Order of ran cells changes output, using DifferentialEquations](https://discourse.julialang.org/t/order-of-ran-cells-changes-output-using-differentialequations/122547)

<div class="topic-metadata">

**Author:** [@cmdenis](https://discourse.julialang.org/u/cmdenis)\
**Replies:** 6\
**Last updated:** [November 14, 2024, 8:44pm UTC](https://discourse.julialang.org/t/order-of-ran-cells-changes-output-using-differentialequations/122547 "2024-11-14T20:44:22Z")

</div>

Hello, I’m running into a strange issue while using Pluto and DifferentialEquations. In a nutshell: I get a systematically different output depending on the order I run the cells in my notebook. I’ve managed to boil i…

---

## [Hit a few dead ends setting up a slider server. Easy(ish) solution possible?](https://discourse.julialang.org/t/hit-a-few-dead-ends-setting-up-a-slider-server-easy-ish-solution-possible/118907)

<div class="topic-metadata">

**Author:** [@sguis](https://discourse.julialang.org/u/sguis)\
**Replies:** 14\
**Last updated:** [October 24, 2024, 6:45am UTC](https://discourse.julialang.org/t/hit-a-few-dead-ends-setting-up-a-slider-server-easy-ish-solution-possible/118907 "2024-10-24T06:45:09Z")

</div>

Hello everybody. Huge thanks and admiration for all the wonderful things coming out of the Julia and Pluto worlds. Astonishing :slight\_smile: I’m teaching calculus this semester and have been making Pluto notebooks to h…

---

## [Running pluto notebooks sequentially](https://discourse.julialang.org/t/running-pluto-notebooks-sequentially/121068)

<div class="topic-metadata">

**Author:** [@cdawg](https://discourse.julialang.org/u/cdawg)\
**Replies:** 15\
**Last updated:** [October 14, 2024, 7:21pm UTC](https://discourse.julialang.org/t/running-pluto-notebooks-sequentially/121068 "2024-10-14T19:21:06Z")

</div>

I have several pluto notebooks as part of a larger data-processing pipeline. ‘01\_QualityControl.jl’ ‘02\_BatchCorrection.jl’ etc. I love it! Highly reccomended! However, now I want to write a script to run them all se…

---

## [Syntax highlighting for Pluto codecells](https://discourse.julialang.org/t/syntax-highlighting-for-pluto-codecells/118090)

<div class="topic-metadata">

**Author:** [@biplab37](https://discourse.julialang.org/u/biplab37)\
**Replies:** 2\
**Last updated:** [October 1, 2024, 9:05am UTC](https://discourse.julialang.org/t/syntax-highlighting-for-pluto-codecells/118090 "2024-10-01T09:05:30Z")

</div>

Is there a way to change the default syntax highlighting of the code cells in Pluto? Injecting Css might work with Stylus for a particular browser. But is there a nicer way to add CSS/JS which Pluto will read before lau…

---

## [Rendering LaTeX animations in Pluto with Javis](https://discourse.julialang.org/t/rendering-latex-animations-in-pluto-with-javis/119392)

<div class="topic-metadata">

**Author:** [@John\_Bolt](https://discourse.julialang.org/u/John_Bolt)\
**Replies:** 2\
**Last updated:** [September 17, 2024, 12:48pm UTC](https://discourse.julialang.org/t/rendering-latex-animations-in-pluto-with-javis/119392 "2024-09-17T12:48:33Z")

</div>

The Javis documentation states that it is necessary to npm install -g mathjax-node-cli in order to render LaTeX animations. I am wondering if anyone has any recommendation for how best to do this so that I can render LaT…

---

## [Pluto + REPL](https://discourse.julialang.org/t/pluto-repl/90277)

<div class="topic-metadata">

**Author:** [@filchristou](https://discourse.julialang.org/u/filchristou)\
**Replies:** 2\
**Last updated:** [August 26, 2024, 5:44pm UTC](https://discourse.julialang.org/t/pluto-repl/90277 "2024-08-26T17:44:59Z")

</div>

I love Pluto. But I also love REPL and sometimes some things still feels better off to be done there. These mostly include fast evaluations and IO operations. Do you have any setup/ideas how to synchronize a Pluto note…

---

## [Hide Pluto.jl cell in static html with CSS](https://discourse.julialang.org/t/hide-pluto-jl-cell-in-static-html-with-css/118057)

<div class="topic-metadata">

**Author:** [@rgouveiamendes](https://discourse.julialang.org/u/rgouveiamendes)\
**Replies:** 12\
**Last updated:** [August 12, 2024, 1:33pm UTC](https://discourse.julialang.org/t/hide-pluto-jl-cell-in-static-html-with-css/118057 "2024-08-12T13:33:55Z")

</div>

:wave: Hello I use Pluto notebooks to teach. In the static html versions I make available for the students, I would like to hide certain cells (for example, the one with a @htl block with my CSS tricks). I am trying t…

---

## [Possible to suppress terminal stream output in Pluto notebook?](https://discourse.julialang.org/t/possible-to-suppress-terminal-stream-output-in-pluto-notebook/92859)

<div class="topic-metadata">

**Author:** [@Igor\_Douven](https://discourse.julialang.org/u/Igor_Douven)\
**Replies:** 7\
**Last updated:** [August 11, 2024, 7:08am UTC](https://discourse.julialang.org/t/possible-to-suppress-terminal-stream-output-in-pluto-notebook/92859 "2024-08-11T07:08:35Z")

</div>

Hi all, I’m using MixedModels.jl in a Pluto notebook and I’d like to suppress the solver output, which now appears in the notebook. I had hoped that verbose = false would do the trick, but it doesn’t. Does anyone know wh…

---

## [Stop Pluto from Precompiling](https://discourse.julialang.org/t/stop-pluto-from-precompiling/117364)

<div class="topic-metadata">

**Author:** [@Fourier](https://discourse.julialang.org/u/Fourier)\
**Replies:** 5\
**Last updated:** [August 11, 2024, 7:06am UTC](https://discourse.julialang.org/t/stop-pluto-from-precompiling/117364 "2024-08-11T07:06:11Z")

</div>

I would like to stop Pluto from precompiling packages when they are added to the environment. I think normally this can be done with compiled-modules=no. Is it also possible to disable this in a pluto notebook? I think …

---

## [Pluto cells in grid arrangement?](https://discourse.julialang.org/t/pluto-cells-in-grid-arrangement/59858)

<div class="topic-metadata">

**Author:** [@mobius-eng](https://discourse.julialang.org/u/mobius-eng)\
**Replies:** 7\
**Last updated:** [June 19, 2024, 8:51pm UTC](https://discourse.julialang.org/t/pluto-cells-in-grid-arrangement/59858 "2024-06-19T20:51:29Z")

</div>

Pluto feels a bit more like a spreadsheet. Hence, is it possible to arrange the cells in a grid?

---

## [Logging from a Pluto notebook into the REPL from which it launched](https://discourse.julialang.org/t/logging-from-a-pluto-notebook-into-the-repl-from-which-it-launched/115269)

<div class="topic-metadata">

**Author:** [@gdalle](https://discourse.julialang.org/u/gdalle)\
**Replies:** 4\
**Last updated:** [June 6, 2024, 2:42pm UTC](https://discourse.julialang.org/t/logging-from-a-pluto-notebook-into-the-repl-from-which-it-launched/115269 "2024-06-06T14:42:01Z")

</div>

Is there a way for a Pluto notebook to print/log into the REPL from which I launched it? I would need that to track progress of notebook CI runs

---

## [Nbval-like tool to validate pluto notebooks?](https://discourse.julialang.org/t/nbval-like-tool-to-validate-pluto-notebooks/114379)

<div class="topic-metadata">

**Author:** [@mmesiti](https://discourse.julialang.org/u/mmesiti)\
**Replies:** 3\
**Last updated:** [May 24, 2024, 12:49pm UTC](https://discourse.julialang.org/t/nbval-like-tool-to-validate-pluto-notebooks/114379 "2024-05-24T12:49:02Z")

</div>

Hi all, for Jupyter notebooks there is a tool called “nbval”, that can re-run the notebook and check that the new output is the one that is saved in the notebook itself. Thanks to this, notebooks become useful as an in…

[Previous page](https://discourse.julialang.org/c/tools/pluto/58.md)

[Next page](https://discourse.julialang.org/c/tools/pluto/58.md?page=2)
