Tim Huegerich

Results 10 issues of Tim Huegerich

It may be helpful for open-source projects adopting nbdev to have default CONTRIBUTING guidelines to work from, something like the following (derived from https://github.com/fastai/fastcore/blob/master/CONTRIBUTING.md, https://github.com/fastai/fastai/blob/master/README.md, and https://github.com/fastai/fastai/blob/master/CONTRIBUTING.md), with appropriate substitutions...

"StataNow" adds some additional options to pystata: https://www.stata.com/python/pystata18/config.html In particular, [set_command_show](https://www.stata.com/python/pystata18/config.html#pystata.config.set_command_show) supersedes the no-command-echo functionality which accounts for the bulk of nbstata's code. This enhancement should make no-echo nbstata more...

enhancement

Use literal "default"s for pystata.config.set_graph_size for `nbstata`'s default. This will probably require a breaking change to the [API](https://hugetim.github.io/nbstata/user_guide.html#configuration-optional), but it's worth it. ### Discussed in https://github.com/hugetim/nbstata/discussions/24 Originally posted by **friosavila**...

enhancement

Quarto is blowing my mind. It seemed impenetrable as I browsed randomly through the reference docs to find answers to particular questions. But then I finally broke down and...worked through...

documentation

Add something about this to the User Guide, and maybe also about other 'nbstata` utilities that may be helpful when working in a Python notebook: When you want to use...

documentation

> Now if we could get the option of inline Stata… _Originally posted by @friosavila in https://github.com/hugetim/nbstata/issues/37#issuecomment-2394444814_ The [Quarto docs](https://quarto.org/docs/computations/inline-code.html#overview) state "This syntax works for any Jupyter kernel..." so I...

## What does this PR do? Add a Translator for Stata

**Describe the issue:** The automatic weekly updates to project quality scores seem broken. The last update release is dated June 6, 2024.

question

[Echo kernel](https://github.com/quarto-dev/quarto_echo_kernel/tree/main) uses Hatch to install the kernel when 'pip install' is run rather than requiring a separate "install.py" to be run after 'pip install'. It shouldn't be too hard...

enhancement

h/t #57 Python 3.9 is almost to end-of-life: https://devguide.python.org/versions/

maintenance