this post was submitted on 12 Dec 2023
5 points (100.0% liked)

LabPlot Data Analysis and Visualization Software

107 readers
2 users here now

KDE's data visualization and analysis software. LabPlot is free, open source, works on Linux, WIndows and macOS, and is accessible to everyone.

Share here your tips, tricks and resources, request help, talk to the maintainers and devs, read LabPlot news, connect with other users.

founded 1 year ago
MODERATORS
 

Did you know that you can work with Jupyter notebooks directly in LabPlot?

@[email protected]

For example, let's open the following notebook to see how it works in #labplot

👉 https://github.com/demotu/BMC/blob/master/notebooks/Statistics-Descriptive.ipynb

#DataAnalysis #DataScience #Data #DataViz #Visualization #Plotting #Science #Statistics #FOSS #OpenSource #Python #Jupyter

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 5 months ago

@silmaril unfortunately this is more complicated… we’re not communicating with the binary like this is the case for example for Maxima and Octave but embedding the interpreter at runtime. So, our binaries are linked to python’s shared library. This is done at build step and this is the reason why we can only work with the “system version” of Python. This is an important topic that was raised to us already multiple times and we hope we can start working on it in the near future.