My First Blog Post from Jupyter Notebook

jupyter
fastpages
Trying to check if everything is working as intended
Published

February 9, 2022

Well, this is my first post using Jupyter notebook as a publishing medium. Besides this notebook, I am also using ‘nbdev’ library from FastAI as tooling to convert notebooks into static HTML pages. Once pushed to GitHub they will become new posts on my blog. I need to learn more about this setup, but it is looking very interesting.

Code
# I can also include some code directly into the blog post. No need for GitHub snippets.
print("nbdev and fastpages from Fast.AI are so cool! ")
nbdev and fastpages from Fast.AI are so cool!