Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

This page covers some accessibility best practices when sharing code snippets and Jupyter Notebooks.

Code Snippets

When sharing code snippets in documents or on the web, share them in text format. Avoid screenshots of code because screen readers cannot read text inside images.

Include comments in the code to explain what the code does and why and to provide context. This is a good practice not just for accessibility as it helps students understand the code better.

Jupyter Notebooks

Jupyter Notebooks are a popular format for coding and data analysis. To make them accessible:

MATLAB Notebooks