User Tools

Site Tools


wiki:software:gnuplot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:software:gnuplot [2023/09/25 13:49] – created keistcwiki: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 python package+First, install the Python package
   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://sourceforge.net/projects/gnuplot/files/gnuplot/|here]]. 
 +To compile:
 +  ./configure --without-qt --prefix=/home/.hub_local
 +  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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki