Michael Lisitsa

Results 7 comments of Michael Lisitsa

Hi Connor, I have used the brackets very often, especially when I want to mix params only and substitutions in one Jupyter cell. It is also very handy when I...

I've posted one script I've been using recently for calculating fatigue stresses in steel trusses. I had feedback from another engineer that they could follow along. Given most structural engineering...

I placed the Streamlit example posted in your Wiki onto Heroku [https://testherokulisitsa.herokuapp.com](https://testherokulisitsa.herokuapp.com) and the source code is in [https://github.com/michaellisitsa/testheroku](https://github.com/michaellisitsa/testheroku). There are some slight tweaks in the code compared to the...

In the meantime I was accepted into the Streamlit sharing beta, which makes deploying Streamlit websites literally as simple as entering the GitHub URL. You can sign up here [https://www.streamlit.io/sharing](https://www.streamlit.io/sharing)...

I like the idea of having it in Jupyter, if you can easily extract the resultant value from the `_` variable. I was thinking that for newcomers who are trying...

That's great to hear. If you figure how to decouple the rendering from a variable assignment, may it can open up the gates to comment lines `#Line only has comment`...

This is great! I've been working through creating my first structure in anastruct, and something I'd really love to see is filling out some examples of common use cases. For...