cgahr

Results 25 comments of cgahr

I want this feature so much, but I don't think it is possible to do it in a sensible way. Does this ```python # This is me very long comment...

If you give me a MWE (or not working in this case), I can look into it.

Thanks. If you also send me your Helium config file, I can look into it.

A similar bug is described in https://github.com/nteract/hydrogen/issues/466. The main problem right now is that we don't handle text streams in a way that supports overwriting the previous line as is...

This problem is caused by the single `if` statement in line `505`: ![grafik](https://user-images.githubusercontent.com/26804763/112133214-bec2ee00-8bcb-11eb-986c-335416ee074c.png) I'm not sure if this behavior is intended. Afaik, if `"image/png"` is present, `"text/plain"` doesn't contain anything....

I could use a similar functionality as well. If there aren't plans on solving this, I could look into it. I have some ideas on how to solve this. I...

We could use [JupyText](https://jupytext.readthedocs.io/en/latest/index.html). I'm already using it to convert `.ipynb` to `.py` and it works quite well.

How is this coming along?

Are there any new plans regarding including KaTex into Gollum? I'm asking since I'm using Gollum to locally test my Gitlab wiki. Gitlab itself renders math formulas using KaTeX while...

This is a known bug that I could not recreate after I fixed it. If your issues persist, feel free to open this issue again and we can try to...