Zachary Moon

Results 92 comments of Zachary Moon

@adactio what is the popular sorting based on? Appearance in sets or bookmarks or something else?

@adactio for the individual tune page JSON, would it be possible to include the number of bookmarks each setting has?

> What would the use case be here? This isn't information that's exposed in the HTML so I'm reluctant to expose it in other formats. That's understandable. I think one...

> Colormap is only needed when mrf_compression_type is set to "PPNG" (8-bit Palette PNGs). If you set mrf_compression_type to JPEG or PNG then it should produce a one-band grayscale MRF....

This is with JB2 btw. ```markdown --- jupyter: true --- Hi. ``` ``` > jupyter book init ``` ``` ... ? Would you like to run jupyter book start now?...

Well it seems you can't currently. But the docs section I linked suggests otherwise, complete with an example. Not sure if the docs need to be updated or the functionality...

@jeflem Are you doing anything different from the below? For me, with JB2, when I try to disable for a page everything is still enabled (Binder link and power button)....

> That is, at least in the case that the ax is set to plate carrée projection, allow the edges to be presented in a (pseudo-)plate carrée way instead of...

Hi @bsipocz , I tried `nb_merge_streams = True` and got the same results (myst-nb 1.0.0 and in 1.1.1 as well). With current master branch, also same results, regardless of `nb_merge_streams`...

> f = float(1 / 2) # 0.0 > seems wrong in Python 3.11, numpy 1.26.4. It should be 0.5. Yes, it was correct in Python 2, but for Python...