Skip to content

wmelvin/try-nbdev

Repository files navigation

try-nbdev

I was first made aware of nbdev while listening to the Python Bytes Podcast, Episode 300, where they talked about A Jupyter merge driver for git. That made reference to an article at fast.ai, The Jupyter+git problem is now solved.

This learning project is mostly following the nbdev End-To-End Walkthrough after watching the nbdev tutorial - zero to published project in 90 minutes on YouTube.

Install

Not sure you should. 😉

pip install try_nbdev

How to use

This module provides little of any use, but it will say hello.

print(say_hello("Y'all"))
Hello, Y'all.