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.

Blaine Heffron
Blaine Heffron
Full Stack Developer and Technical Consultant

Blaine Heffron is a recent Ph.D. graduate in physics and an experienced full-stack web developer. His expertise lies in signal processing, particle transport simulation, machine learning, and radiation detection. He is passionate about sustainable energy and finding ways to utilize data to make processes more efficient. Blaine currently serves as CTO and lead developer for Songcraft. Connect with him on Github or LinkedIn, or contact him directly at (843.452.8866) or blaine@blaineheffron.com.