lc-python-intro
lc-python-intro copied to clipboard
Python Intro for Libraries
### What is the problem? The [Start JupyterLab](https://librarycarpentry.org/lc-shell/02-navigating-the-filesystem.html#navigating-the-shell) instructions for Mac users do not explicitly mention that the $ indicates a command to be typed on the command prompt (but...
### How could the content be improved? Following a major lesson redesign on June 17, 2024, it would be helpful if contributors reviewed specific episodes for style issues using the...
### How could the content be improved? Outline option for instructors to teach the tidy-data episode only as a conceptual lesson and skip the live coding using df.melt() and the...
The original instructions launched jupyterlab in Windows users home directories which created issues when they start working with the data in the `lc-python` directory.
Closes #130. Converts the setup instructions to use[ tabbed callouts from the Workbench](https://carpentries.github.io/sandpaper-docs/component-guide.html#tabbed-callouts).
### How could the content be improved? In the installing python section https://librarycarpentry.org/lc-python-intro/#installing-python-using-anaconda, convert to a tabbed callout: https://carpentries.github.io/sandpaper-docs/component-guide.html#tabbed-callouts ### Which part of the content does your suggestion apply to?...
"fill in the blanks" exercise was missing closing quotes _If this pull request addresses an open issue on the repository, please add 'Closes #NN' below, where NN is the issue...
Adding `CITATION.cff`, machine readable citation, see: https://carpentries.org/blog/2024/07/lesson-cffs/. I only added authors with content commits from last 12 month, so we could need to go further back. We should also adjust...
### How could the content be improved? New `lc-python-intro` maintainer here! 👋 Would it make sense to add instructions for opening JupyterLab on Linux? I noticed that there are only...