Convert .js, .css, .svg, .png, .jpg/jpeg files into python classes
Type this command in your command line:
inliner <name for the .js, .css, .svg, .png, .jpg/jpeg resource> <path to that resource>
How to install as a globaly available command:
npm install -g
This command is useful to help make python code that needs to inject .css and .js resources into Jupyter notebooks without having to serve them on a separate http server.
Licensed under the Apache License, Version 2.0
(c) Copyright 2018, Paulo Lopes