0

我没有看到我的 SciRuby 代码的输出。我希望看到输出

预期产出

但我得到的输出如下图所示

我得到的输出

代码:

require 'nyaplot'
include Nyaplot

plot = Plot.new
bar = plot.add(:bar, [:a, :b, :c], [3,4,5])
plot

日志:

➜  Ruby iruby notebook
[TerminalIPythonApp] WARNING | Subcommand `ipython notebook` is deprecated and will be removed in future versions.
[TerminalIPythonApp] WARNING | You likely want to use `jupyter notebook`... continue in 5 sec. Press Ctrl-C to quit now.
[I 17:41:40.578 NotebookApp] Serving notebooks from local directory: /home/abhimanyuaryan/Public/RoR/Ruby
[I 17:41:40.578 NotebookApp] 0 active kernels 
[I 17:41:40.578 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/
[I 17:41:40.578 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
Gtk-Message: Failed to load module "pantheon-filechooser-module"

(firefox:19417): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(firefox:19417): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(firefox:19417): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(firefox:19417): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(firefox:19417): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
Gtk-Message: Failed to load module "canberra-gtk-module"
[I 17:41:55.360 NotebookApp] 302 GET / (127.0.0.1) 0.57ms
[I 17:42:00.302 NotebookApp] Creating new notebook in 
[I 17:42:02.225 NotebookApp] Kernel started: b4ef1b18-a8ac-40ea-a833-fb520b24d52f
[I 17:44:02.269 NotebookApp] Saving file at /Untitled1.ipynb
[I 17:46:02.257 NotebookApp] Saving file at /Untitled1.ipynb
[I 17:48:02.257 NotebookApp] Saving file at /Untitled1.ipynb
4

1 回答 1

1
$ gem install nyaplot
$ gem install gnuplotrb

为我解决了这个问题。感谢约翰伍德回复

于 2016-03-19T02:50:30.250 回答