introduction-to-conda-for-data-scientists
introduction-to-conda-for-data-scientists copied to clipboard
conda cheatsheet
Originally discussed with @bast (please add or clarify if I forgot something)
It would be great to have some kind of cheatsheet for the workshop with short explanations, including:
- all commands used,
- possible useful options for some commands
- environment.yml sections
- other useful commands related to conda, such as
which python
(unix)/where python
(windows) - ...
This would be a great resource.
There is an official cheatsheet...
https://docs.conda.io/projects/conda/en/latest/user-guide/cheatsheet.html
...as well as many other cheatsheets available via Google.
Do we want to make our own or link to an existing cheatsheet?
I'd create an own specifically for supporting the workshop, set up similar as the material, to easily follow along during workshop. It could be a 'lesson' in the material similar to the setup page?
I'd be happy to do this, but would need some guidance on how to add a page
@samumantha I think something like a Setup page would be ideal for this. I am not sure how to add such a page to the lesson template though.
@naoe-tatara suggested to use the reference.md (similar to https://librarycarpentry.org/lc-shell/reference.html ) This looks like a good solution to me. What do you think?
Looks great to me! Do you just create a reference.md file in the repo root and the. It will be picked up by the template engine when the website is built?
Sent from my iPhone
On Jan 13, 2021, at 16:12, Samantha Wittke [email protected] wrote:
@naoe-tatara suggested to use the reference.md (similar to https://librarycarpentry.org/lc-shell/reference.html ) This looks like a good solution to me. What do you think?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
There is already a reference.md in the template. I would guess that it would need to be actively added to the timetable page as a link, but do not know. Will find out!