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.

Siddharth Gupta
Siddharth Gupta
PhD student

Hello World! I am a doctoral research student at the University of Potsdam, where I work at the intersection of Natural Language Processing and psycholinguistics. I am interested in understanding computational aspects of language and their relationship with the underlying cognitive mechanisms of how humans comprehend language. Besides, in my free time, I talk about academia on my YouTube channel. Feel free to contact me at siddharthgupta234 [at] gmail [dot] com or follow me on Twitter / LinkedIn.