# Pluto

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

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

**Page:** 3

---

## [How to disable the Safe Preview of Pluto](https://discourse.julialang.org/t/how-to-disable-the-safe-preview-of-pluto/114135)

<div class="topic-metadata">

**Author:** [@guoyongzhi](https://discourse.julialang.org/u/guoyongzhi)\
**Replies:** 0\
**Last updated:** [May 11, 2024, 7:06am UTC](https://discourse.julialang.org/t/how-to-disable-the-safe-preview-of-pluto/114135 "2024-05-11T07:06:21Z")

</div>

I want to skip the safe preview, and run all cells immediately on the notebook loading, just like in the old version pluto. What should I do? I have tried the following command, but it is not working. Pluto.run(run\_note…

---

## [Is the number of threads used by Pluto capped?](https://discourse.julialang.org/t/is-the-number-of-threads-used-by-pluto-capped/73499)

<div class="topic-metadata">

**Author:** [@adannenberg](https://discourse.julialang.org/u/adannenberg)\
**Replies:** 5\
**Last updated:** [April 16, 2024, 11:40pm UTC](https://discourse.julialang.org/t/is-the-number-of-threads-used-by-pluto-capped/73499 "2024-04-16T23:40:17Z")

</div>

I’m on a Linux box and launched Julia with 16 threads, and then launched Pluto as follows: And yet Pluto only seems to have 8 threads available Am I doing something wrong or misunderstanding things? Or is multith…

---

## [Render LaTeX left aligned](https://discourse.julialang.org/t/render-latex-left-aligned/112251)

<div class="topic-metadata">

**Author:** [@co1emi11er](https://discourse.julialang.org/u/co1emi11er)\
**Replies:** 7\
**Last updated:** [April 2, 2024, 7:47am UTC](https://discourse.julialang.org/t/render-latex-left-aligned/112251 "2024-04-02T07:47:20Z")

</div>

Is there a way I can get the LaTeX to render as left aligned instead of at the center of the page in Pluto?

---

## [Displaying program generated markdown](https://discourse.julialang.org/t/displaying-program-generated-markdown/64997)

<div class="topic-metadata">

**Author:** [@grahamstark](https://discourse.julialang.org/u/grahamstark)\
**Replies:** 8\
**Last updated:** [March 12, 2024, 11:31am UTC](https://discourse.julialang.org/t/displaying-program-generated-markdown/64997 "2024-03-12T11:31:14Z")

</div>

Apologies if this is an obvious question… I have a function that generates a big chunk of markdown with embedded newline characters. A simple version would be: function makemd() md"# HELLO\\n## Some\\n \* list\\n\* list\\n…

---

## [Combined sliders with values shown](https://discourse.julialang.org/t/combined-sliders-with-values-shown/111101)

<div class="topic-metadata">

**Author:** [@KajWiik](https://discourse.julialang.org/u/KajWiik)\
**Replies:** 2\
**Last updated:** [March 3, 2024, 8:32pm UTC](https://discourse.julialang.org/t/combined-sliders-with-values-shown/111101 "2024-03-03T20:32:39Z")

</div>

I am trying to render a bunch of custom sliders that show value with the slider. This function works just fine: function slider\_value(;default = 28, min = 1, max = 100) @htl("""\<input type="range" value="$(default)" mi…

---

## [Error deserializing a remote exception from worker 2](https://discourse.julialang.org/t/error-deserializing-a-remote-exception-from-worker-2/111017)

<div class="topic-metadata">

**Author:** [@kurtspiteri](https://discourse.julialang.org/u/kurtspiteri)\
**Replies:** 2\
**Last updated:** [March 2, 2024, 10:39pm UTC](https://discourse.julialang.org/t/error-deserializing-a-remote-exception-from-worker-2/111017 "2024-03-02T22:39:39Z")

</div>

As from yesterday morning, I keep on getting the following error or something similar every time I try to run something involving some Figure on a Pluto Notebook. The notebook also takes a very long time to load. I have…

---

## [Plots and PlotlyKaleido version mismatch when using PlutoSliderServer (v0.3.28)](https://discourse.julialang.org/t/plots-and-plotlykaleido-version-mismatch-when-using-plutosliderserver-v0-3-28/111050)

<div class="topic-metadata">

**Author:** [@KajWiik](https://discourse.julialang.org/u/KajWiik)\
**Replies:** 6\
**Last updated:** [March 2, 2024, 1:45pm UTC](https://discourse.julialang.org/t/plots-and-plotlykaleido-version-mismatch-when-using-plutosliderserver-v0-3-28/111050 "2024-03-02T13:45:44Z")

</div>

I am publishing my notebooks using PlutoSliderServer with this .gitlab-ci.yml script. It is strange that locally the notebook renders just fine but the published notebook gives a warning PlotlyKaleido 2.2.2 is not compat…

---

## [How to show text only in static Pluto notebook?](https://discourse.julialang.org/t/how-to-show-text-only-in-static-pluto-notebook/110020)

<div class="topic-metadata">

**Author:** [@pzabka](https://discourse.julialang.org/u/pzabka)\
**Replies:** 3\
**Last updated:** [February 14, 2024, 11:44am UTC](https://discourse.julialang.org/t/how-to-show-text-only-in-static-pluto-notebook/110020 "2024-02-14T11:44:16Z")

</div>

I would like to have a text in a Pluto notebook that would show only if opened in the static version (something like: for interactive version visit website x). Any advice?

---

## [Math not displaying properly in static HTML Pluto Notebook](https://discourse.julialang.org/t/math-not-displaying-properly-in-static-html-pluto-notebook/109790)

<div class="topic-metadata">

**Author:** [@rgouveiamendes](https://discourse.julialang.org/u/rgouveiamendes)\
**Replies:** 12\
**Last updated:** [February 8, 2024, 7:57am UTC](https://discourse.julialang.org/t/math-not-displaying-properly-in-static-html-pluto-notebook/109790 "2024-02-08T07:57:11Z")

</div>

When I export a Pluto Notebook to HTML the math is not rendered. I am wondering why. Anyone with the same problem? An example: https://rgouveiamendes.org/teaching/iscte-iul/econometrics-i/notebooks/capitulo01

---

## [Computational Meatballs](https://discourse.julialang.org/t/computational-meatballs/109430)

<div class="topic-metadata">

**Author:** [@mthelm85](https://discourse.julialang.org/u/mthelm85)\
**Replies:** 9\
**Last updated:** [January 30, 2024, 3:42pm UTC](https://discourse.julialang.org/t/computational-meatballs/109430 "2024-01-30T15:42:26Z")

</div>

A couple of years ago, I worked through the wonderful Computational Thinking MIT course. In the spirit of that class, I put together a (quite goofy) Pluto notebook yesterday to resolve a question that I had. I was prepa…

---

## [Problem when using Pluto (UnauthorizedAccess on Windows)](https://discourse.julialang.org/t/problem-when-using-pluto-unauthorizedaccess-on-windows/109265)

<div class="topic-metadata">

**Author:** [@MHaensel](https://discourse.julialang.org/u/MHaensel)\
**Replies:** 5\
**Last updated:** [January 28, 2024, 4:44am UTC](https://discourse.julialang.org/t/problem-when-using-pluto-unauthorizedaccess-on-windows/109265 "2024-01-28T04:44:43Z")

</div>

Hi everyone I am a bit clueless about the following: I recently updated to Julia 1.10.0 which I installed via the Microsoft store. Everything seemed fine so far. Now, I wanted to use a Pluto.jl notebook. When starting …

---

## [Pluto problem with Base.load\_path() when importing locally installed packages](https://discourse.julialang.org/t/pluto-problem-with-base-load-path-when-importing-locally-installed-packages/107755)

<div class="topic-metadata">

**Author:** [@hisacro](https://discourse.julialang.org/u/hisacro)\
**Replies:** 2\
**Last updated:** [January 27, 2024, 2:35pm UTC](https://discourse.julialang.org/t/pluto-problem-with-base-load-path-when-importing-locally-installed-packages/107755 "2024-01-27T14:35:12Z")

</div>

I used to use begin import Pkg Pkg.activate() using ForwardDiff, LinearAlgebra,PlutoUI, DelimitedFiles, DynamicalSystems, GLMakie, Plots, OrdinaryDiffEq, ProgressMeter; plotly(); end to import locally installed packa…

---

## [How to start Pluto with a specified notebook?](https://discourse.julialang.org/t/how-to-start-pluto-with-a-specified-notebook/108665)

<div class="topic-metadata">

**Author:** [@ddrake](https://discourse.julialang.org/u/ddrake)\
**Replies:** 1\
**Last updated:** [January 11, 2024, 9:42am UTC](https://discourse.julialang.org/t/how-to-start-pluto-with-a-specified-notebook/108665 "2024-01-11T09:42:24Z")

</div>

I have a Pluto notebook source file – say, my\_notebook.jl and would like to start the notebook. I’d expect something like this would work: $ julia -e 'using Pluto; Pluto.run("my\_notebook.jl")' but of course it doesn’t.…

---

## [Example of index.jl for static-export-template with links to notebooks](https://discourse.julialang.org/t/example-of-index-jl-for-static-export-template-with-links-to-notebooks/108051)

<div class="topic-metadata">

**Author:** [@KajWiik](https://discourse.julialang.org/u/KajWiik)\
**Replies:** 1\
**Last updated:** [December 26, 2023, 1:39pm UTC](https://discourse.julialang.org/t/example-of-index-jl-for-static-export-template-with-links-to-notebooks/108051 "2023-12-26T13:39:24Z")

</div>

Is there a working example of index.jl for static-export-template? I am struggling to get the index links working.

---

## [Saving a figure with given dimensions from a Pluto notebook using PlotlyJS](https://discourse.julialang.org/t/saving-a-figure-with-given-dimensions-from-a-pluto-notebook-using-plotlyjs/107107)

<div class="topic-metadata">

**Author:** [@vvbond](https://discourse.julialang.org/u/vvbond)\
**Replies:** 0\
**Last updated:** [December 4, 2023, 11:24am UTC](https://discourse.julialang.org/t/saving-a-figure-with-given-dimensions-from-a-pluto-notebook-using-plotlyjs/107107 "2023-12-04T11:24:15Z")

</div>

I’m trying to save a figure as a png file from a Pluto notebook. The figure, a simple scatter plot, is rendered using the PlotlyJS backend, plotlyjs(), with a given size of, say, 800x300 px. The figure is saved automati…

---

## [PlotlyJS not working in Pluto on Windows](https://discourse.julialang.org/t/plotlyjs-not-working-in-pluto-on-windows/106325)

<div class="topic-metadata">

**Author:** [@sschmidhuber](https://discourse.julialang.org/u/sschmidhuber)\
**Replies:** 3\
**Last updated:** [November 17, 2023, 10:07pm UTC](https://discourse.julialang.org/t/plotlyjs-not-working-in-pluto-on-windows/106325 "2023-11-17T22:07:27Z")

</div>

Hello, I’m facing an issue with PlotlyJS in Pluto on Windows. The PlotlyJS chart is not displayed, there is only white space on Windows (in Firefox and Chrome): However the same Pluto notebook on my Linux machine wo…

---

## [Using WGLMakie Plots in isolated cell view](https://discourse.julialang.org/t/using-wglmakie-plots-in-isolated-cell-view/106134)

<div class="topic-metadata">

**Author:** [@Niels](https://discourse.julialang.org/u/Niels)\
**Replies:** 3\
**Last updated:** [November 14, 2023, 5:12pm UTC](https://discourse.julialang.org/t/using-wglmakie-plots-in-isolated-cell-view/106134 "2023-11-14T17:12:42Z")

</div>

Hey, I want to display WGLMakie graphs in the Pluto isolated cell view. Minimal working example: begin using WGLMakie end scatter(1:10) #create a scatter plot cells = \["scatter cell id"\] #get by PlutoRunner.current…

---

## ["else" in try-catch breaks cell-editor?](https://discourse.julialang.org/t/else-in-try-catch-breaks-cell-editor/92563)

<div class="topic-metadata">

**Author:** [@DOT](https://discourse.julialang.org/u/DOT)\
**Replies:** 3\
**Last updated:** [October 30, 2023, 8:37pm UTC](https://discourse.julialang.org/t/else-in-try-catch-breaks-cell-editor/92563 "2023-10-30T20:37:06Z")

</div>

The new Julia-1.8 else-branch in try-catch seems to break the Pluto cell editor for me. I’m on Julia 1.8.4 (macOS ARM), Pluto 0.19.19. Does anybody else have this problem? Reproducing it I start a new Julia+Pluto sess…

---

## [Integrating a long(ish) running simulation into Pluto](https://discourse.julialang.org/t/integrating-a-long-ish-running-simulation-into-pluto/105371)

<div class="topic-metadata">

**Author:** [@grahamstark](https://discourse.julialang.org/u/grahamstark)\
**Replies:** 7\
**Last updated:** [October 26, 2023, 6:46am UTC](https://discourse.julialang.org/t/integrating-a-long-ish-running-simulation-into-pluto/105371 "2023-10-26T06:46:56Z")

</div>

Hi, quick question: I have a simulation model that takes in the order of 30-60 seconds to run. (This one if you’re interested). If I wanted to embed it in a Pluto notebook, what’s the best practice? Can I detach it som…

---

## [Slider with Unitful.jl values](https://discourse.julialang.org/t/slider-with-unitful-jl-values/104986)

<div class="topic-metadata">

**Author:** [@johnh](https://discourse.julialang.org/u/johnh)\
**Replies:** 3\
**Last updated:** [October 15, 2023, 7:12pm UTC](https://discourse.julialang.org/t/slider-with-unitful-jl-values/104986 "2023-10-15T19:12:18Z")

</div>

I know I am being dumb here… If I use a Slider from PlutoUI I cannot get it to work with Unitful.jl types. @bind mass Slider(1u"kg":100u"kg", show\_value=true) DimensionError: kg and 1 are not dimensionally compatible. …

---

## [How to include local module with struct into notebook scope](https://discourse.julialang.org/t/how-to-include-local-module-with-struct-into-notebook-scope/103871)

<div class="topic-metadata">

**Author:** [@luke-pikaart](https://discourse.julialang.org/u/luke-pikaart)\
**Replies:** 0\
**Last updated:** [September 15, 2023, 1:52am UTC](https://discourse.julialang.org/t/how-to-include-local-module-with-struct-into-notebook-scope/103871 "2023-09-15T01:52:26Z")

</div>

I am trying use Pluto with a local module. I have a module like: foo.jl module foo export foobar struct foobar A:Int end end I think the recommended way to do this is: notebook1.jl include("foo.jl"…

---

## [Make Pluto notebook on Binder run again](https://discourse.julialang.org/t/make-pluto-notebook-on-binder-run-again/103611)

<div class="topic-metadata">

**Author:** [@mschauer](https://discourse.julialang.org/u/mschauer)\
**Replies:** 2\
**Last updated:** [September 7, 2023, 5:04pm UTC](https://discourse.julialang.org/t/make-pluto-notebook-on-binder-run-again/103611 "2023-09-07T17:04:22Z")

</div>

I’d like to update the instructions on GitHub - mschauer/nonparbayes: Tour through non-parametric Bayesian regression in Fourier domain using Julia https://mschauer.github.io/nonparbayes/ so that thinks work again. https…

---

## [Pluto: how to increase the width of "Live docs"](https://discourse.julialang.org/t/pluto-how-to-increase-the-width-of-live-docs/59057)

<div class="topic-metadata">

**Author:** [@maajdl](https://discourse.julialang.org/u/maajdl)\
**Replies:** 7\
**Last updated:** [August 24, 2023, 7:18pm UTC](https://discourse.julialang.org/t/pluto-how-to-increase-the-width-of-live-docs/59057 "2023-08-24T19:18:23Z")

</div>

I found here how to increase the width and the height of output cells in Pluto: \<style\>main {max-width: 1000px;}\</style\> \<style\>pluto-output.scroll\_y {max-height: 2000px;}\</style\> I tried to find out how to increase th…

---

## [Pluto can't find developmental package](https://discourse.julialang.org/t/pluto-cant-find-developmental-package/102018)

<div class="topic-metadata">

**Author:** [@Allan\_Baker](https://discourse.julialang.org/u/Allan_Baker)\
**Replies:** 6\
**Last updated:** [July 25, 2023, 1:25pm UTC](https://discourse.julialang.org/t/pluto-cant-find-developmental-package/102018 "2023-07-25T13:25:52Z")

</div>

It seems like this should be a common work flow, but I’ve been messing with this for over an hour and none of the examples seem to be what I need or I’m messing something up. I have a great new project I’m developing. …

---

## [Nbdev but for julia!](https://discourse.julialang.org/t/nbdev-but-for-julia/101951)

<div class="topic-metadata">

**Author:** [@Abdelkareem\_Elkhateb](https://discourse.julialang.org/u/Abdelkareem_Elkhateb)\
**Replies:** 2\
**Last updated:** [July 23, 2023, 10:14am UTC](https://discourse.julialang.org/t/nbdev-but-for-julia/101951 "2023-07-23T10:14:45Z")

</div>

is there any future plans to build a version of nbdev but for julia! nbdev - Getting Started

---

## [How can I force Pluto's "display" command to make better use of available screen real estate?](https://discourse.julialang.org/t/how-can-i-force-plutos-display-command-to-make-better-use-of-available-screen-real-estate/100963)

<div class="topic-metadata">

**Author:** [@adannenberg](https://discourse.julialang.org/u/adannenberg)\
**Replies:** 5\
**Last updated:** [June 30, 2023, 12:47am UTC](https://discourse.julialang.org/t/how-can-i-force-plutos-display-command-to-make-better-use-of-available-screen-real-estate/100963 "2023-06-30T00:47:40Z")

</div>

How can I direct the the terminal stream using the display command in such a way that the available width is utilized? I’ve made the Julia cells in my browser wide by using html"""\<style\> main { max-width: 1500px…

---

## [PlutoUI.jl TableOfContents update](https://discourse.julialang.org/t/plutoui-jl-tableofcontents-update/100202)

<div class="topic-metadata">

**Author:** [@rgouveiamendes](https://discourse.julialang.org/u/rgouveiamendes)\
**Replies:** 2\
**Last updated:** [June 12, 2023, 4:33pm UTC](https://discourse.julialang.org/t/plutoui-jl-tableofcontents-update/100202 "2023-06-12T16:33:58Z")

</div>

Hello. I use a lot Pluto.jl and PlutoUI.jl for teaching. Now, I am trying to have a dynamic element in the title. However, I am having trouble with the update of the TableOfContents I have defined the function: func…

---

## [Is Pluto not (yet?) supported by Julia v1.9?](https://discourse.julialang.org/t/is-pluto-not-yet-supported-by-julia-v1-9/99548)

<div class="topic-metadata">

**Author:** [@apaoluzzi](https://discourse.julialang.org/u/apaoluzzi)\
**Replies:** 13\
**Last updated:** [May 30, 2023, 10:59am UTC](https://discourse.julialang.org/t/is-pluto-not-yet-supported-by-julia-v1-9/99548 "2023-05-30T10:59:22Z")

</div>

Hi guys, for many reasons I need Julia v1.9 for my project, but I get the errors below. Any cue? Julia Version 1.9.0 (2023-05-07) Official https://julialang.org/ release julia\> using Pluto julia\> Pluto.run() Opening…

---

## [Pluto: Error: Failed to relay log // Pluto unresponsive](https://discourse.julialang.org/t/pluto-error-failed-to-relay-log-pluto-unresponsive/75584)

<div class="topic-metadata">

**Author:** [@maajdl](https://discourse.julialang.org/u/maajdl)\
**Replies:** 1\
**Last updated:** [May 29, 2023, 8:18pm UTC](https://discourse.julialang.org/t/pluto-error-failed-to-relay-log-pluto-unresponsive/75584 "2023-05-29T20:18:27Z")

</div>

Hello, I get this error message below when plotting things with Plots. Do you the know cause of this message, if it matters, and if I can do something about it? Thanks, Michel ┌ Error: Failed to relay log │ except…

---

## [How are cell IDs generated?](https://discourse.julialang.org/t/how-are-cell-ids-generated/99284)

<div class="topic-metadata">

**Author:** [@rgouveiamendes](https://discourse.julialang.org/u/rgouveiamendes)\
**Replies:** 8\
**Last updated:** [May 26, 2023, 9:03am UTC](https://discourse.julialang.org/t/how-are-cell-ids-generated/99284 "2023-05-26T09:03:12Z")

</div>

I would like to populate Pluto cells with content stored in an Excel file. Copy&Paste is of course an option, but not very sensible… Does anyone know how Pluto assigns the cell ID? It would make my life much easier. …

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

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