O. Inha

Results 35 comments of O. Inha

Btw, my workaround was to use [import-ipynb](https://github.com/axil/import-ipynb) instead.

I'm not sure if this is directly related, but I am also having a problem with the _last column and first character_ when `tableOverflow: true`. I also have `allowInsertColumn: false`....

Actually I'm finding it difficult to replicate this myself, and this may be a false alarm. I'm not witnessing this behaviour when I setup similar jspreadsheet table in a standalone...

FYI: it was caused by custom CSS paddings in `.jexcel_content tbody tr td.editor` ✅ Works: ``` .jexcel_content tbody tr td.editor { padding-left: 2px; } ``` ❌ Breaks editor in last...

I have a functioning Colab for this also (~based on [another Colab](https://colab.research.google.com/github/camenduru/audioldm-colab/blob/main/audioldm-colab.ipynb)~ no longer based on the other colab), in case interested: https://colab.research.google.com/github/olaviinha/NeuralTextToAudio/blob/main/AudioLDM_pub.ipynb

Sure, feel free!

@haoheliu Hey, it just occurred to me that would you mind adding parameter `?force_theme=dark` to the colab link? I use some color codes in the outputs that may be too...

I do, yes, and I think it started working a little better after those updates. Now CUDA OOM is no longer default result, but still happens a lot... UPDATE: Ok...

Which notebook? Path should always be relative to your Google Drive root (My Drive). E.g. 1) If you have a directory called _images_ in your Google Drive, and you want...