datatrail-jhu / python

A bonus course for DataTrail graduates who wish to learn python
https://datatrail-jhu.github.io/python/
Creative Commons Attribution 4.0 International
0 stars 2 forks source link

Note: Putting Images in this course -- different than other OTTR courses #11

Closed cansavvy closed 4 months ago

cansavvy commented 5 months ago
          I found that using `![](https://docs.google.com/presentation/d/1k8uC1rqnGTSbKjBsWvKYgiUUxO1q_VhJCwZQHJNWozA/export/png?pageid=g29054a882fd_0_52)` also does the trick. Could be worth considering because we are then only using standard markdown syntax without relying on having an R interpreter available (e.g., if we want to open these documents on Colab as discussed in #6). The syntax is
![](https://docs.google.com/presentation/d/[presentation id here]/export/png?pageid=[page id here without the 'id.' prefix]
Example ![](https://docs.google.com/presentation/d/1k8uC1rqnGTSbKjBsWvKYgiUUxO1q_VhJCwZQHJNWozA/export/png?pageid=g29054a882fd_0_52)

_Originally posted by @tillahoffmann in https://github.com/datatrail-jhu/python/pull/10#discussion_r1488164374_