Desmos Embed


Sometimes, you may wish to embed desmos in your page. With AutoNOTE 2 this is achieved through a single command:

{% include desmos id='6veqfz3k0h' %}
Code snippet

If you don’t want the graph to be interactive, simply add static='true' as follows:

{% include desmos id='6veqfz3k0h' static='true'%}
Code snippet

Simply replace the id parameter with the ID of your desired desmos graph. This is dynamic graph:

This is the same graph but with static='true':

When using this command, the graph is a full width embedded iframe.