Víctor Zabalza
Víctor Zabalza
This would be an extremely useful feature for streamlit as it would also enable many exploration and coding workflows for which notebooks are usually used now. I have an imperfect...
They are (sparsely) documented here: http://invisible-island.net/xterm/ctlseqs/ctlseqs.html The most common use of this is when you call `clear` inside of a `tmux` session with a status bar. Instead of clearin everything...
Thanks for the report, @rmminusrslash. I'll release a new version with a fix for this soon.
Hi @maximemerabet - Thanks for the report and the complete diagnosis. Definitely worthy of a PR, go ahead if you want to do it, otherwise I'll do it in a...
Yeah, bumping the version required to a minimum of 4.0 would make sense. Eventually we could also use the renderers framework, which is much nicer than the `plotly.offline` methods, but...
Initial work in `astropy.modeling`: https://github.com/astropy/astropy/pull/3852
`astropy.modeling` now supports quantities, so this issue can be implemented.
@astrolog1986 - There is a function in the `plot` module that allows you to obtain this sort of information, but currently it is only used used internally. The function is...
It might be worthwile to have a high-level function that does this and only returns the metadata blob of interest, so I'll keep the issue open and rename it to...
@tibaldo - that would be quite useful! I already have working code that implements Kelner et al. 2013, but its is quite slow at the moment. If you want to...