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.

Daniel Ebbert
Daniel Ebbert
PhD candidate at the University of South Australia

Daniel is a PhD candidate at the University of South Australia. After having worked in the field of providing educational technology to lecturers at universities in Germany, he joined the University of South Australia to start his PhD. His research focuses on improving educational videos provided to students at higher education institutions, with a specific emphasis on exploring mind wandering and self-regulated learning. By delving into these aspects, Daniel aims to develop insights and techniques that can enhance the effectiveness and engagement of educational materials in a university setting.