Skip to content

A Jupyter Extension for Adding Pug Photos to Your Notebook

Notifications You must be signed in to change notification settings

mdagost/pugme-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

pugme-jupyter pug

Pugs in your jupyter notebook.

The JupyterDay Chicago Talk

To install the extension:

git clone git@github.com:mdagost/pugme-jupyter.git
cd pugme-jupyter
jupyter-nbextension install pugme-jupyter

Go into a notebook and do the following (you only need to do this setup once):

from notebook.services.config import ConfigManager
ip = get_ipython()
cm = ConfigManager(parent=ip, profile_dir=ip.profile_dir.location)
cm.update('notebook', {"load_extensions": {"pugme": True}})

Voila! You should now see the pug icon in the notebook toolbar.

Note: This has only been tested with notebook 4.0.6.

About

A Jupyter Extension for Adding Pug Photos to Your Notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published