Iota-School / notebooks-for-all

https://iota-school.github.io/notebooks-for-all/
Other
18 stars 6 forks source link

exporting notebooks with modifications from the python library #31

Closed tonyfast closed 1 year ago

tonyfast commented 1 year ago

@Jenneh @isabela-pf i've set up the stages of publishing notebooks using the tooling we have been building.

there is now a github pages for this project @ https://iota-school.github.io/notebooks-for-all/ on this page, there is a list of content that we can modify to your liking. at the moment, we are comparing the baseline jupyterlab rendering to our accessible version of it. and, we already have good news!

improvements to readability mode

if y'all are using firefox then you'll get that little readability button in the url status bar. that shows up by a cursory measure of the content in the page. one of the things that it explicitly looks for are the main, article, section tags.

it turns out our changes activate readability mode. this is a nice outcome because the readability could provide a modern accessible alternative. the images below show the status bars for the baseline and accessible exports, respectively.

our new version with a readability icon using main article section

the standard html exports using just divs with out a readability option

you'll notice the option for readability mode avaiable for our current progress. yay.

good seeing y'all today. :zzz: :cookie:

tonyfast commented 1 year ago

i've included that automatically exports the axe results for each of the views. i haven't elevated this on the webpage yet, but the results can be found in the data folder https://github.com/Iota-School/notebooks-for-all/tree/gh-pages/data

tonyfast commented 1 year ago

i've updated this pull request to include the new notebook content in #32 from the html source @eteq provided i was able to apply remediations directly to the html content. this version contains eric's notebook content with main, article, section, aside applied to various elements.

tonyfast commented 1 year ago

i can't merge this work us we close #32

tonyfast commented 1 year ago

To dos short term (in next month)

 

To dos long term (after new year)