Tim Huegerich
Tim Huegerich
Well, kind of. I want the nbdev_new command to generate one for you as part of the project files it creates for a new repo. Basically, I want to add...
One thing that should be added to my template above: an instruction to install nbdev. It can link to: https://nbdev.fast.ai/tutorials/tutorial.html#installation Additionally, we should spell out the steps to take inside...
Seems relevant: #1103 - Deprecate nbdev-template and bring its files & functionality into nbdev
It may make more sense to do this as a notebook which generates CONTRIBUTING.md.
Also relevant: https://github.com/fastai/nbdev/issues/1021 - How to guide for developing nbdev
I also experienced this just now. p.s. Workaround is to [create your account on the desktop app](https://blog.logseq.com/how-to-setup-and-use-logseq-sync/#how-to-enable-the-sync-feature), then just login to it on mobile.
Related: https://github.com/kylebarron/jupyterlab-stata-highlight/issues/15 Instructions for a workaround meanwhile: https://github.com/hugetim/jupyterlab_stata_highlight2/issues/4#issuecomment-1895226860
This change (for version 1.0) will follow [pystata's API](https://www.stata.com/python/pystata18/config.html#pystata.config.set_graph_size) more closely, in the sense that if you only set one dimension (at a time), the other dimension is also updated,...
For now (version 0.x), there's a workaround: ``` %%set graph_width = default graph_height = default ``` Or, if you want it to not cause errors when exported to a do...
Code execution in RStudio is a known issue with RStudio. I don't think there's anything this project can do to make it work. See the discussion here: https://github.com/hugetim/nbstata/issues/42 Regarding config...