kernel dies when creating iruby notebook

前端 未结 3 989
挽巷
挽巷 2021-01-15 01:41

I am completely noob in SciRuby. For the first time I am using SciRuby. I am following this video to get an overview of how to use SciRuby and plot graphs, charts etc. When

3条回答
  •  暖寄归人
    2021-01-15 02:38

    Try to add a file named Gemfile into the folder, which you're using to run iruby, with the following contents:

    gem 'iruby'
    gem 'nyaplot'
    # any other gems you want to use should go here too
    

提交回复
热议问题