Hacker News new | ask | show | jobs
Wordpress plugin for Hosted JupyterNotebooks (andrewchallis.co.uk)
18 points by ghandic 3113 days ago
1 comments

Why not build the CSS bit into the plugin? WordPress has really simple APIs for registering a new style sheet from within a plugin. If it’s really small, you can even hook into the document head and dump out a style tag.

Other than that, seems like a neat idea.