Pkg.added PGFPlots and TikzPictures.
In REPL console the package generates this:
TikzPictures.TikzPicture("\\begin{axis}[view = {{0}{90}}]\\addplot+
coordinates {\n(1, 2)\n(2, 4)\n(3,
1)\n};\n\\end{axis}\n","","\\usepackage{pgfplots}\n\\pgfplotsset{compat=newest}\n\\pgfplotsset{every
axis legend/.append
style={%\ncells={anchor=west}}\n}\n\\usepgfplotslibrary{polar}\n\\usetikzlibrary{arrows}\n\\tikzset{>=stealth'}\n",true,true)
In Jupyter nb I receive the following message:
Error saving as SVG
LoadError: could not spawn `lualatex --enable-write18 --output-directory=.
figure_7_8_linear_plots`: no such file or directory (ENOENT)
while loading In[1], in expression starting on line 10
Installed basic-miktex-2.9.5872. In MPM package manager installed pgfplots
library.
But still no go. Any thoughts?