<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 15 December 2015 at 10:29, Francesc Alted <span dir="ltr"><<a href="mailto:faltet@gmail.com" target="_blank">faltet@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Just for the record, I noticed that qgrid does install the .js and .css files in:<br><br>






<div>
<span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">$ ls ~/.local/share/jupyter/nbextensions/qgridjs/
</span><br>__init__.py   <span style="font-weight:bold;color:rgb(84,84,255);background-color:rgb(255,255,255)">lib</span><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">        qgrid.datefilter.js  qgrid.filterbase.js  qgrid.securityfilter.js  qgrid.textfilter.js
</span><br>__init__.pyc  qgrid.css  qgrid.editors.js     qgrid.js             qgrid.sliderfilter.js    qgrid.widget.js<br></span></div>


<br></div><div>and not in<span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)"> ~/.ipython/profile_default/static/custom</span></span> .  I suppose this change of configuration paths in newer IPython/Jupyter is responsible for my previous attempts with the handsontable and the recipe in <a href="https://gist.github.com/rossant/9463955" target="_blank">https://gist.github.com/rossant/9463955</a> to fail in my setup.</div></blockquote></div><br></div><div class="gmail_extra">You suppose correctly. :-) The notebook, along with all the other language independent parts, comes under the Jupyter name. You can see where it looks for different kinds of files on your system by running:<br><br></div><div class="gmail_extra">jupyter --paths<br><br></div><div class="gmail_extra">Notebook extensions are looked up in the set of paths marked 'data'.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Best wishes,<br></div><div class="gmail_extra">Thomas<br></div></div>