You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then create a new .qmd file in your existing project with exports, docs, and tests. Alternatively, you can convert your entire .ipynb codebase to .qmd files following the tutorial section "Convert existing .ipynb codebase to .qmd":
Run nbdev_ipynb_to_qmd nbs nbs_qmd && mv nbs nbs_ipynb && mv nbs_qmd nbs to convert your .ipynb files to .qmd files (feel free to rm -r nbs_ipynb)
Update the readme_nb in settings.ini to be the new .qmd file
Uh oh!
There was an error while loading. Please reload this page.
hello!
wanted to know if it's possible to use only .qmd files for a full nbdev project (no .ipynb, all the code on .qmd) using nbdev's directives like so:
and get a result package with a
core.py
containingfoo()
cheers,
Francis
The text was updated successfully, but these errors were encountered: