wiki:software:gnuplot
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:software:gnuplot [2023/09/25 13:49] – created keistc | wiki:software:gnuplot [2023/09/25 15:04] (current) – keistc | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Installation to set up a new gnuplot icon on the Jupyter Notebook launch page. | Installation to set up a new gnuplot icon on the Jupyter Notebook launch page. | ||
| - | First, install | + | First, install |
| hubpip install gnuplot_kernel | hubpip install gnuplot_kernel | ||
| Line 8: | Line 8: | ||
| python -m gnuplot_kernel install --user | python -m gnuplot_kernel install --user | ||
| The last command installs a kernel spec file for the current Python installation. This is the file that allows you to choose a Jupyter kernel in a notebook. | The last command installs a kernel spec file for the current Python installation. This is the file that allows you to choose a Jupyter kernel in a notebook. | ||
| + | Next need to download the gnuplot source code [[https:// | ||
| + | To compile: | ||
| + | ./configure --without-qt --prefix=/ | ||
| + | make | ||
| + | make install | ||
| + | Not sure how leaving qt out will affect it. Otherwise will need to build a new image with qt-dev installed. | ||
| + | |||
wiki/software/gnuplot.1695674956.txt.gz · Last modified: 2023/09/25 13:49 by keistc
