Pluto is the serialization library used by Mobile Lua (and many other Lua projects).
Questions tagged [pluto]
13 questions
2
votes
1 answer
Installing packages in Julia while using Pluto
I would like to use the package HDF5
In my Pluto.jl, I have the line
using HDF5
When I try to evaluate this cell, I get the error message
"ERROR: LoadError: HDF5 is not properly installed. Please run Pkg.build("HDF5") and restart Julia."
I would…

seeker_after_truth
- 385
- 3
- 20
2
votes
0 answers
How to configure haproxy to run a Pluto notebook server with reverse proxy
I have tried to use a backend configuration on haproxy.cfg as:
backend be_pluto
acl https ssl_fc
http-request set-uri http://localhost/?%[query] if https
http-request add-header X-Forwarded-For %[src]
server pluto 127.0.0.1:1234
And it…

Carlos Ruiz
- 21
- 3
2
votes
1 answer
Pluto for Julia keeps wanting to update when I already did. Is this a bug?
Pluto Notebook for Julia keeps saying to update it. I update it right from Pluto, shut it down, restart it, and it says to update it Again. Tried 3 times. Is this a bug? Also, Pluto is so Bare I can't find commands for it. Is there a command pallete…

cybervigilante
- 231
- 1
- 5
1
vote
2 answers
How do I read the build-in Project.toml from a Pluto notebook?
I would like to instantiate the project.toml that's build in in a Pluto notebook with the native package manager. How do I read it from the notebook?
Say, I have a notebook, e.g.,
nb_source =…

frankhuettner
- 13
- 3
1
vote
0 answers
Strange message when I run Pluto on my Windows
I'm running Julia 1.7.3 on Windows 11.
I'm trying to use Pluto notebooks.
I try to run Pluto using
julia
using Pluto
Pluto.run()
Pluto still runs when I do this, but I get the most bizarre message as it's firing up, basically to the effect that my…

seeker_after_truth
- 385
- 3
- 20
1
vote
2 answers
Intel MKL FATAL ERROR: Cannot load libmkl_intel_thread.dylib. in Julia Pluto Notebook in MacOS M1
I am getting Intel MKL FATAL ERROR: Cannot load libmkl_intel_thread.dylib. a message every time I run a Pluto notebook in Julia. I updated Julia to 1.6 and Pluto to a newer version but no changes. I have tried everything that comes to my mind and…
user11623586
1
vote
1 answer
Slider graphic not visible on Pluto
I've started experimenting with Pluto (had to give up on Jupyter notebook on this computer) and PlutoUI. Packages installed fine and I've been going through the sample notebooks on my Firefox browser. However, the slider doesn't seem to render…

Zack
- 181
- 1
- 11
1
vote
2 answers
python installation issue with adalm pluto - typeError
Adalm Pluto connected to laptop running Linux Mint 20.
Trying to run a very basic Python script and getting an error "TypeError: 'Context' object is not callable".
Did have an earlier error in that Python could not locate the iio.py module but this…

Wireless
- 11
- 2
0
votes
0 answers
Using ox-pluto to export org document to Pluto notebook
I am trying to export an org document to a Pluto notebook. I am using the package 'ox-pluto.el'
When I run the command M-x ox-pluto-export-as-pluto
I get the error message
Symbol's function definition is void: uuidgen-4
I do not know emacs-lisp well…

Chris
- 63
- 1
- 4
0
votes
0 answers
AttributeError: module 'adi' has no attribute 'Pluto'
I am trying to run the following code on Thonny using an SDR.
# Import library
import adi
# Create radio object
sdr = adi.Pluto()
# Configure properties
sdr.rx_rf_bandwidth = 4000000
# Get data
data = sdr.rx()
However, I get the following…

Roby
- 25
- 5
0
votes
0 answers
How can I save/delete a row in plutogrid (FLUTTER)?
I've this piece of code
Columns
class _AdminShiftsState extends State {
late final List orangeHoverMenus;
late DateTimeRange selectedDates;
String dropdownvalue = '';
/////// PLUTO TABLE
final List…

Nilroe
- 13
- 2
0
votes
1 answer
Maven build error: failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5: deploy (default-deploy) on project pluto
i am trying to deploy a portlet using pluto, But i am getting the following errors:
C:\PlutoInstallation\pluto>mvn deploy -Ddeploy=c:\PlutoInstallation\portlets\Hel
loWorldPortlet.war
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some…

Shruthi
- 325
- 7
- 27
0
votes
1 answer
Pluto portlet container
Dear pluto portlet container,
I try to extend pluto portlet container, and make my own portal (please do not ask why), and after 2 weeks, I managed to extend it.
First, I just wanna ask: Does pluto container cached its portlet instance (extended…

Bromo Programmer
- 670
- 2
- 13
- 37