[IPython-dev] Best way to package extension JS/CSS

Thorin Tabor tabor at broadinstitute.org
Tue May 19 16:30:29 EDT 2015


Hello,

I have a Jupyter extension that I've written that includes several 
magics and a handful of custom widgets. These widgets have a sizable 
amount of JavaScript and some CSS that they depend on.

Currently I have the code working with all the necessary JS and CSS in 
custom.js and custom.css, respectively. However, I want to be able to 
distribute my extension for other people to install in such a way that 
it plays nicely with other extensions, and without them having to 
manually merge my code into their custom.* files.

What is the recommended way to do this?

Thorin



More information about the IPython-dev mailing list