datacarpentry / python-ecology-lesson

Data Analysis and Visualization in Python for Ecologists
https://datacarpentry.org/python-ecology-lesson
Other
160 stars 310 forks source link

Change IPython Notebook to Jupyter Notebook #495

Closed mlangseth closed 3 years ago

mlangseth commented 3 years ago
As requested by maxim-belkin in [issue 364](https://github.com/datacarpentry/python-ecology-lesson/issues/364), I changed mentions of "IPython Notebook" to "Jupyter Notebook" to maintain consistency throughout the whole lesson.
maxim-belkin commented 3 years ago

@mlangseth, Thank you for these fixes!

I noticed you tried to use Markdown syntax to link to issue #364. On GitHub, you can link to an issue or a PR within the same repository using the # followed by the issue/PR number -- GitHub creates a link automatically, e.g.: #364 becomes #364.

To link to an issue/PR in a different repository, write full repository name (e.g. datacarpentry/python-ecology-lesson, or carpentries/styles) followed by # followed by issue or PR number and GitHub will automatically create a link pointing to that issue, PR, e.g.: datacarpentry/python-ecology-lesson#495 becomes datacarpentry/python-ecology-lesson#495.

Thanks again!