kangwonlee / momisp

Mechanics of Materials in SciPy
Other
3 stars 4 forks source link

Google CoLab Compatible? #37

Closed kangwonlee closed 2 years ago

kangwonlee commented 3 years ago

https://colab.research.google.com/

Can read ipynb files directly from a public repository of the Github

Importing a local py file may not go as smoothly

Any other issues?

kangwonlee commented 3 years ago

Math : https://stackoverflow.com/questions/48856683/latex-equations-do-not-render-in-google-colaboratory-when-using-ipython-display

https://stackoverflow.com/a/50748163 this example sort of works

This works in "text" cells but possibly not in code cells using disp.display(disp.Math()) https://stackoverflow.com/a/49070276 Try with an example

A number of cells use disp.display(disp.Math()) to present results

kangwonlee commented 2 years ago