Dominik Bousquet
Dominik Bousquet
I already answered to you about that on Slack :) The issue is that your IDE/your dev environment prepends `http://localhost:8080/myApp/=%22` to the URL of the script. Just make sure the...
Hi @skwidy. I don't think our webchat handles videos. A lot of channels supporting videos will just handle direct links to raw video files, not to websites such as youtube,...
So you mean you write some small piece of code to display an embedded youtube player ? What you could do as well would be to implement an implementation for...
I guess so yes, maybe @OlivierNguyen or @jhoudan have more information about this ? Good luck with your client !
Hi @XVilka , you can certainly already use `trace` with lymp, since you can execute any arbitrary Python code using it, unless I'm missing something ? :)
Hi @mattiasw2, I don't have much experience with the toplevel. I wasn't able to do most of what I wanted to do with it in the past, and this time...
Hi @vog, we most likely could use the stand-alone library with no costs. I was also thinking about switching to JSON. The gains associated with a slightly smaller package to...
I there, I will look into it, it would be great to be able to interact with ipython, thanks for suggesting. I will let you know how it goes.
Hi @LucasMembrane. You could write a small wrapper around it I guess, do you have a specific use case in mind ?
There would be ugly ways to do it using `lymp`, but I don't think this package would be appropriate for what you have in mind I'm afraid. One ugly way...