Rahul Saraf
Rahul Saraf
Solved 3 Turns out if I set ``` custom_sidebar = False ``` and then run nbdev_sidebar --force It generates a _quarto.yml and sidebar.yml with the right settings in nbs directory...
Resolved 4 Steps : 1. Set custom_sidebar = false in settings.ini 2. Generate sidebar.yml and _quarto.yml using nbdev_sidebar --force 3. Update setting.ini to set custom_quarto_yml: True 4. Update _quarto.yml to...
(6) How to forcibly clean / stripout notebooks. I keep getting the following error I have already 1. Installed nbdev_install_hooks on the repo. 2. Modified notebooks. Built the doc using...
@deven367 Setting clean_ids=True removed warnings Additionally, I have to manually do nbdev_clean-> nbdev_prepare-> commit every time to make sure CI works ( after stopping nbdev_preview) However, I don't understand why...
Additionally for (1) if notebooks are in nbs folder instead of root folder _docs folder is generated inside nbs folder instead of root. I imagine this might break the GitHub...
Update on (1) With above settings -> nbs_path = nbs and doc_path = docs 1. nbdev_preview generates _docs inside nbs folder 2. nbdev_docs generates _docs inside root folder as expected...
Finally found discord nbdev channel and upcomming version 2.3 release post. https://forums.fast.ai/t/upcoming-changes-in-v2-3/98905 . Looking forward to release . Absolutely love nbdev
> @Rahuketu86 To fix your issue with the docs, you need to update the doc_path in your settings.ini > >  > > and you need to add `_docs` in...
Version 2.3.0 **Request for enhancement** **_Why not delegate publishing completely to quarto publishing framework?_** (Can provide a cleaner resolution for (5) as described above) With the introduction of _proc in...
I stole some ideas from abhishek thakur and created a package for this purpose using ngrok. https://remoteconnect.netlify.app/ I am planning to combine some of the ideas from https://github.com/pete88b/nbdev_colab_helper to help...