Questions tagged [kaleido]

Kaleido, the Blockchain Business Cloud, is an all-in-one enterprise SaaS that radically simplifies the creation and operation of private blockchain networks.

27 questions
0
votes
0 answers

plotly write_image() runs forever and doesn't produce any static image

Plotly fig.write_image() takes forever and doesn't produce any image I'm using python 3.10.11 Plotly 5.14.1 kaleido 0.2.1 Win 11 22H2 VSCode 1.78.2 when I try to execute a cell with fig.write_image('filename.png', format = 'png') the cell just…
Konstantin Z
  • 146
  • 7
0
votes
0 answers

Plotly to word, problems with kaleido

The code below works just fine on most laptops. But in certain apps it just doesn't get to work well. Also it didn't work on a laptop of a colleague of mine. Any idea what could cause the problem? from io import BytesIO from pathlib import…
Johan Tuls
  • 105
  • 7
0
votes
0 answers

Can kaleido be used to export Folium maps to static PNG files?

I have enjoyed using kaleido to produce static versions of Plotly charts. Is it possible to apply kaleido (or another package for creating static versions of HTML files) to create PNG versions of Folium maps as well? I have been using Selenium to…
KBurchfiel
  • 635
  • 6
  • 15
0
votes
1 answer

Plotly Python: Export image with different font styles

Problem Summary I'm trying to export a plotly figure with multiple fonts / font stylings as a .png file. Within the browser, the figure renders correctly. The y-axis has different font style that the rest of the figure. Both fonts are installed on…
nsis
  • 63
  • 6
0
votes
0 answers

Plotly-Kaleido export to static image is changing my axis labels - how can I preserve them?

Problem summary I have a Gantt chart that I generate in python using a Jupyter notebook and plotly express. I am happy with the output as an interactive .html object. However, I also need to generate a static image for a report I am compiling. When…
brosenheim
  • 172
  • 1
  • 14
0
votes
0 answers

Async static image with plotly (and kaleido)

I want to export static images for lots of plotly mapbox figures. Is it possible to run the export async? Pseudocode: await fig.write_image("images/fig1.png") Threading isn't an option because I have to export lots of images in parallel. Because of…
Hatatister
  • 962
  • 6
  • 11
0
votes
1 answer

Multi-member governance tools for resources

For a consortium with multiple enterprise parties operating a permissioned blockchain, how does governance of the shared infrastructure work with Kaleido? I assume that one party can launch the blockchain platform (with a fixed set of nodes), invite…
0
votes
1 answer

unable to send ETH with metamask using kaleido

I set up a Kaleido instance (quorum with raft) and connected my Metamask successfully using https://$username:$password@$rpcendpoint Funding the account does work via Kaleido-console, but sending ETH using Metamask from the funded wallet to some…
schuppi
  • 3
  • 2
0
votes
2 answers

Private key of Ethereum account using Kaleido

I have set up an Ethereum network an a couple of nodes using Kaleido. For each node an account is created by default. Is there a way to get the private key of that account?
0
votes
1 answer

"connection not open on send()" error when using Websocket connection for Kaleido

I get a 'connection not open on send()' error immediately after connecting to a Websocket for a Kaleido node. I am trying to use the WebsocketProvider from web3js version 1.0.0-beta.34. My code for the connection looks like this, where username,…
callmeroot
  • 552
  • 4
  • 15
0
votes
1 answer

Deploying simpleStorage contract with Kaleido

I have been following this tutorial to connect the consortium i have created using the Kaleido UI to truffle: link . When i finally do : ./truffle_migrate.sh it gets stuck in there, here is the output: $ ./truffle_migrate.sh + truffle migrate…
Sarah
  • 1
  • 1
-1
votes
1 answer

Waking up Nodes

We've created an environment on Kaleido and an API to communicate with the Private Network. If there isn't any activity for a certain duration. The nodes on Kaleido go to sleep. Our API returns an error obviously attempting to connect with the Node…
1
2