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.

Jiarui Liu
Jiarui Liu

Jiarui is a PhD student at Carnegie Mellon University advised by Prof. Mona Diab. His research aims to build inclusive and trustworthy language models with two main threads: pluralistic alignment that incorporates diverse cultural and ethical perspectives, and model faithfulness that ensures reasoning grounded in contextual evidence. He has published in *ACL and ML venues.