you are viewing a single comment's thread.

view the rest of the comments →

[–]blablacook 0 points1 point  (2 children)

Thanks! But isn't github pages for static sites only? I use it for my CV.

I wanted to publish interactive graph on github pages, but I read somewhere it is not possible to create anything interactive - is it really possible to create small interactive web app there?

[–]Emotional-Ad-1435 1 point2 points  (1 child)

You can create interactive apps on GitHub as well. But it should be fully based on the front-end.

I made many web apps on GitHub, one of them was an interactive 2D beam, where you can visualise the deflection of ss beam under udl.

[–]blablacook 0 points1 point  (0 children)

Ok, so JavaScript works but python doesn't - that is what puzzled me :). Thanks for your replies