Keto D. Zhang

Results 41 issues of Keto D. Zhang

While Jekyll do recommend liquid code blocks `{% highlight language %} ... {% endhighlight %}`, I find it these uncommon and inconvenient. I often use Github fenced code blocks with...

Given an astropy table, how do I use `asdftool` to read the tabular data (i.e., under the key `data`). ```py from astropy.table import Table table = Table({"colname": list(range(10))}) table.write("data.asdf", format="asdf")...

I've installed `notedown` via `pip install notedown` for both Windows 10 and Ubuntu (WSL). Both have Anaconda 3 distribution installed. I've made sure to run `conda update notebook` and `conda...

### Context Currently `jb toc mynotebook -f jb-books` genenates a toc file with chapters and sections and ignores using parts. ### Proposal Add option in `jb toc` to start with...

enhancement

**Describe the bug** Black does not exclude the file`foo.py` root when asked to exclude it with `^/foo.py`. This particular example was used in the [documentation](https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html?highlight=.venv#configuration-format): > ``` > extend-exclude =...

T: bug
C: configuration
C: file collection

Currently, it is up to the user to set the magnification method on `Model` (e.g., this [tutorial](https://rpoleski.github.io/MulensModel/tutorial.html?highlight=finite#defining-a-model)), with the method `Model.set_default_magnification_method()`. This is only required sometimes (e.g., not point-source single-lens)....

A few plugins are installed by default: https://github.com/pyenv/pyenv-installer/blob/49fba599e872bc761858ea6f700271fb6dcb5a97/bin/pyenv-installer#L46-L51 Please, * Add to README, a list of the default plugin installed by the installer * Add an option to disable installing...

Here's a screenshot of the OpenGraph preview hosted on my GitHub codespaces then using https://www.opengraph.xyz to render. ![image](https://user-images.githubusercontent.com/13506487/235376575-e86cbd4e-2702-4313-9f95-49ae8f613691.png)

I do not see this in the docs, but currently when writing to ASDF file, all ASDF tags are written inline if it is not nested (i.e., all children are...