Brian Klahn
Brian Klahn
This is exactly what I was looking for. I love what Pluto does, and where Pluto is going. I work in a group where many data scientists, at different experience/skill...
Ah. Thanks for the reply. Good to know. So maybe, if that other developer is motivated/able, it could be a good time to do a little bit of a modern...
Hi @bittner, Such efforts/proposals do seem like things appropriate/useful for the foundation to fund. Personally, I would just like it if Turtle was usable in a Jupyter Lab/Notebook. It doesn't...
Yes, I know that these templates are nbconvert-based, and (should) leverage that standard. But I didn't think that nbconvert maintained the graphical interfaces for manipulating and rendering these, nor was...
@totaam I don't know . . . Is this the latest beta? [Xpra_Setup.exe](https://xpra.org/beta/windows/Xpra_Setup.exe) 2022-04-17 12:59 105M 
I just tried again with 4.4 https://xpra.org/beta/windows/Xpra-x86_64_Setup.exe 2022-05-03 12:41 110M  

Yes, it is "already possible" to recreate what Jupyter Lab already does when you click the "Open with Voila Gridstack in New Browser Tab", from the Gridstack editor tab/pane, by...
output of 2to3-3.5: ``` --- blast.py (original) +++ blast.py (refactored) @@ -1,5 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function + import click as ck import pandas as pd import...
> I implemented the [idea from my previous comment](https://github.com/fonsp/Pluto.jl/issues/448#issuecomment-703796838) in #1126 . You can use CSS flex and CSS grid to create cool layouts, for example https://fonsp-disorganised-mess.netlify.app/layout . @pankgeorg is...