Coderambling

Results 45 comments of Coderambling

Nice @pkumar0404 . See Perspective and example and screenshot below. Perspective is also editable. Just press the little pencil in the bottom right of the object to switch to editable....

Yes would be great! In fact, I am in discussion about it right now on Discord! Let me know if the link doesn't work Invite link: https://discord.gg/UXdtYyGVQX Channel: https://discord.com/channels/1075331058024861767/1088157184489164831

Also, you HAVE to try this: ``` import pandas as pd import panel as pn data = pd.DataFrame({ "int": np.arange(100), "float": [i * 1.5 for i in range(100)], "bool": [True...

Hey @pkumar0404 are you still around? Did you manage to find the Discord Channel? Interesting stuff in there. I think I have an update on the Panel-wrapped ipywidget issue.

Like it! But would it not need to support some form of Intellisense to be easier to use? As for code output, @ahuang11 made a great example with code-editor +...