Blog with Jupyter Notebooks!

from IPython.core.display import Image
Image('https://www.python.org/static/community_logos/python-logo-master-v3-TM-flattened.png')

png

print("Welcome to Academic!")
Welcome to Academic!

Organize your notebooks

Place the notebooks that you would like to publish in a notebooks folder at the root of your website.

Import the notebooks into your site

pipx install academic
academic import 'notebooks/**.ipynb' content/post/ --verbose

The notebooks will be published to the folder you specify above. In this case, they will be published to your content/post/ folder.

Kevin Li
Kevin Li
PhD Student Statistical Science

Hello! I’m a 3rd Year Statistical Science PhD student at Duke University. I work on computational and statistical methods for modeling complex phenomenon and quantifying uncertainty under limited information. I’m particularly interested in applying these models for downstream decisionmaking tasks such as causal inference and adaptive experimentation. My research applications have included retail forecasting, emulation of engineering and physics experiments, neuro-computation, and genetic sequencing. Before my PhD I developed credit authorization systems with the Risk and Decision Sciences team at American Express.