daru-view
daru-view copied to clipboard
JS not found error while opening (not running) notebook locally
Opening (not running) the notebooks here yields no plot for me.
By looking at the browser console I saw this resource wasn't found
https://localhost/nbextensions/widgets/notebook/js/extension.js?v=20170618104550
Did you run the rake tasks that load the JS files?
No, which tasks do I need to run?
I missed the notification for this issue. @lokeshh , are you still not able to see the notebook. Can you please once update the repo in c9users and try to run it again?
No I'm not able to see the plot when I open the notebook. I updated the repo.
I tried to follow this link : https://github.com/tatwan/c9-conda for installing ipython notebook. But I am not able to install it. It shows some error when I tried to install ipython notebook using pip or conda.
You can see online examples or setting up locally.
@Shekharrajak I haven't installed those gems. I thought daru-view
should be enough. I think you should add these dependencies in the daru-view
gemspec to make this more user friendly.
@Shekharrajak After installing those gems now highcharts plots are appearing when I run the notebook but I don't understand why the plots are missing when I open the notebook but works fine in nbviewer.
I tried to follow this link : https://github.com/tatwan/c9-conda for installing ipython notebook. But I am not able to install it. It shows some error when I tried to install ipython notebook using pip or conda.
After installing conda when you do conda install jupyter
what errors did you get?