CodeNewbie Community 🌱

Logan Kilpatrick
Logan Kilpatrick

Posted on • Originally published at towardsdatascience.com on

6 Julia Frameworks to Create Desktop GUI’s and Web Apps

You could build beautiful apps purely in Julia.

Continue reading on Towards Data Science »

Top comments (0)

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);