turokg / yappa

Serverless deploy of python web-apps @YandexCloud
MIT License
75 stars 10 forks source link

(Unrelated) Making ipywidgets work with itables #38

Open xiaobigmeow opened 1 month ago

xiaobigmeow commented 1 month ago

Sorry this is unrelated to your project but I didn't know how to contact you otherwise.

I'm interested in your solution in making ipywidgets work with itables posted here: https://github.com/mwouts/itables/issues/267

Specifically, what is the splitfunction used to extract the static/script components? static, script = split(html) # here we extract <table> and some js tags like <link> and <script>

Any help will be appreciated.