My colleague John Coady found a way to reference the location of nbextensions:
from IPython.display import Image from jupyter_core.paths import jupyter_data_dir Image(filename=jupyter_data_dir()+"/nbextensions/images.png") -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/194644c8-45af-4072-921f-a8360e48f602%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
