Skip to content

Commit

Permalink
Update nbdev nb
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Jul 29, 2024
1 parent 9ca9d34 commit 82c2ff9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions nbs/2023-07-29-nbdev.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Setting Up a Blog With NbDev\n",
"# Setting Up a Blog With nbdev\n",
"\n",
"I feel like Jupyter notebooks would be really nice for blogging or publishing \"Today I Learned\" posts. I had heard about Fastpages before via Jeremy Howard's blog or YouTube videos, but seeing that it was deprecated in favor of nbdev, I decided to try nbdev.\n",
"\n",
Expand Down Expand Up @@ -33,23 +33,23 @@
"lib_name = tilly\n",
"```\n",
"\n",
"And I tried various combinations of running the notebooks to export a new package, but the package directory generated was always `til`."
"And I tried various combinations of running the notebooks to export a new package, but the package directory generated was always `til`.\n",
"\n",
"I don't actually want to release a package named `til` or `tilly` to PyPI, or at all for that matter, but I like the name `til` for this repo.\n",
"\n",
"### What Now?\n",
"\n",
"This isn't actually my blog, but more my playground for learning. I'm keeping nbdev in order to practice creating notebooks that are exportable as Python packages.\n",
"\n",
"My main blog is at [audrey.feldroy.com](https://audrey.feldroy.com/), but I'll continue playing in notebooks here."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {},
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 82c2ff9

Please sign in to comment.