domitry / nyaplot

interactive plots generator for Ruby
MIT License
219 stars 27 forks source link

Nyaplot doesn't work in jupyter notebooks for rails projects #86

Closed mb52089 closed 4 years ago

mb52089 commented 4 years ago

When I require "../config/environment" to add the rails environment, my nyaplot charts are all empty, with only an X for the x lable and Y for the Y label. When I remove the require statement everything works fine.