.. blogpost:: :title: Issue with raphael.js in a notebook. :keywords: :date: 2016-09-28 :categories: javascript, notebook I spent a couple of hours to understand why I could not use `morris.js `_ in a notebook which was recommended as one of the most simple javascript libraries to use. I ran into issues because it depends on `raphael.js `_ which also depends on `evejs `_. I discovered that if I did not solve that issue myself, I was able to use `raphael.js `_ in a notebook without noticing it (see `treant-js `_). You will find to do so in :ref:`nbtreantrst`.