ipython - nbconvert not adding custom.js -


i converted .ipynb file html using command:

ipython nbconvert notebook.ipynb --to html 

it contains custom.css link

<link href="custom.css" rel="stylesheet"> 

but no custom.js.

my custom.js , custom.css located at:

~/.ipython/profile_default/static/custom/ 

how can include custom

<script src="custom.js"></script> 

while using nbconvert.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -