Turning Repo into nbdev Project
by Mike Levin
Tuesday, April 26, 2022Let’s see how quickly you can get blogslicer in PyPi.org as an nbdev project.
Okay, I just:
- Created ~/github/blogslicer
- Created github repo
- Tied the 2 together and pushed
- Did nbdev_new
- Edited settings.ini
- Moved and renamed the notebook into repo
- Attempted nbdev_clean_nbs (didn’t appear to work)
- Added notebook to repo and pushed
Okay, what next? Make the new one which is now named 00_core.py work on files that are not in its own directory.
I added the various cells and comments that nbdev needs. nbdev_clean_nbs is now doing its thing. This stuff is only now going to be published as a result of this process working.
I should alter pythonically.com to not use index.md as the journal or the homepage. Instead, it will be journal.md and I will put another index.md in location. I will have to quit out of vim where I have all my site journals loaded and edit the all.sh file with the new filename. Don’t do this with ALL your sites yet. Just start with pythonically.com and see how it goes.