swcarpentry / python-novice-gapminder

Plotting and Programming in Python
http://swcarpentry.github.io/python-novice-gapminder/
Other
163 stars 427 forks source link

Adds links for Jupyter Notebook and JupyterLab #572

Closed sborrego closed 2 years ago

sborrego commented 2 years ago

I added the website links but since there are so many instances of missing website links I wasn't sure if this was intentionally left the way it was.

alee commented 2 years ago

I think this is actually an issue with some of our local changes to https://github.com/swcarpentry/python-novice-gapminder/blob/gh-pages/_includes/links.md getting removed by the recent styles merge - we can fix these missing links by adding e.g., a [jupyterlab] entry to the links.md file instead

Thanks for catching this!

alee commented 2 years ago

45aa49de36ba2a0a3700c5fb6240a1c553e36f48 has been pushed to fix this link - thanks again @sborrego!