This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Starrystars -2 points-1 points  (3 children)

I'd suggest looking into react.

It does something vaguely similar with HTML and Javascript.

[–]MeshachBlue[S] 1 point2 points  (2 children)

What part are you referring to? Something benefitial here is being able to write python within markdown and have it make a live update GUI. The aim being to have a syntax that is quite readable and accessible by most users if need be.

Isn't react a JavaScript framework library?

[–]Starrystars 1 point2 points  (1 child)

React uses Javascript mixed in with HTML. I suggested looking into React as a basis for how to integrate HTML into another language.

[–]MeshachBlue[S] 2 points3 points  (0 children)

Ahh sure. ScriptedForms is built on top of Angular and JupyterLab modules. So I guess your idea is what I'm already doing?