From charlesreid1

This has basically been a failure, at every attempt.

Trying to get a standalone pip-install-able package to get a Jupyter extension installed and working, that can plant a custom CSS file/theme into a Juypter configuration directory.

Link roll/cleaning up:

ipython-widgetboilerplate

jupyter contrib nbextensions

  • https://github.com/ipython-contrib/jupyter_contrib_nbextensions
  • this actually WORKS - installs custom CSS - but no idea how to extricate this from all the other junk bundled in there, and also we can't do custom compilation scripts, etc.
  • not standalone enough, not independent enough, not complicated enough
  • but, we can install custom css

jupyter notebook documentation:

github searches:

examples of notebook pluginss:

more notes:

the closest we have come is getting jupyter contrib nbextensions [1] to work, it's just too limited and not meant for one-extension-one-package I guess...

"Please make sure you use the branch corresponding to your IPython/Jupyter version."

Reset

use the approach that works - the jupyter contrib nbextenstions repo - and refit it with a single package.

https://github.com/charlesreid1/copperfield-octo-py/