From charlesreid1

No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 31: Line 31:
* https://github.com/yuvipanda/nbtimetravel
* https://github.com/yuvipanda/nbtimetravel
* https://github.com/blink1073/oct2py/blob/master/oct2py/ipython/octavemagic.py (magic plugin, precisely what we want to do eventually, but right now just trying to get basics of css installation working)
* https://github.com/blink1073/oct2py/blob/master/oct2py/ipython/octavemagic.py (magic plugin, precisely what we want to do eventually, but right now just trying to get basics of css installation working)
more notes:
the closest we have come is getting jupyter contrib nbextensions [https://github.com/ipython-contrib/jupyter_contrib_nbextensions] 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/
[[Category:Jupyter]]
[[Category:Jupyter Extensions]]

Latest revision as of 14:32, 9 December 2017

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/