Add disqus to your jupyter notebook
Project description
You may use this package to inject and display Disqus in your jupyter notebook.
Demo
Installation
$ pip install jupyter_disqus
Usage
from jupyter_disqus import inject
# make sure to run this in a cell of your jupyter notebook
inject(
page_url="https://costahuang.me/SC2AI/",
page_identifier="1f527ae5-5a59-4dc3-9bb0-d77c2ccf5cab", # unique identifier
site_shortname="costahuang" # your disqus site shortname
)
Authors: Costa Huang
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jupyter_disqus-0.1.2.tar.gz
(2.5 kB
view hashes)