Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

vwxyzjn/jupyter_disqus

Repository files navigation

Jupyter_Disqus Package

https://travis-ci.org/vwxyzjn/jupyter_disqus.svg?branch=master

Introduction

You may use this package to inject and display Disqus in your jupyter notebook, which might be helpful for couple use cases. For example, if you are doing a tutorial or a demonstration, Jupyter_Disqus allows you to answer questions that other people may have. Also, you may get some helpful feedback from the audience as well.

Demo

https://github.com/vwxyzjn/jupyter_disqus/raw/master/demo.gif

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

About

Add Disqus to your Jupyter notebook.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages