WIP: Replace anaconda installation with vanilla Python and pip#837
WIP: Replace anaconda installation with vanilla Python and pip#837n2ygk wants to merge 1 commit intocarpentries:gh-pagesfrom
Conversation
✅ Deploy Preview for workshop-template-previews ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Hi. @n2ygk 's proposal looks fine to me. I just wanted to add that I also wrote new Python setup instructions for the SWC lesson "Plotting and programming with Python" https://swcarpentry.github.io/python-novice-gapminder/. These are not superior, but maybe worth a look for comparing. We used three setups for students to choose from: browser-based (Google Colab) and local setups (vanilla Python plus JupyterLab or VSCode). The added value of this setup, in my experience, is to offer Google Colab as fallback. I always had it that some students could not make the local setup work whatsoever, and setting up with Google Colab instead was always quick and easy.
Update. Ah, I see that by now, the miniforge solution was chosen instead as the official solution, in #839 👍 . |
|
@tobyhodges - should we close this one based on #839? |
Per discussion in this Slack #general thread this is a first crack at replacing Anaconda as the Python & Jupyter Lab installer. It instructs the student to:
Documentation is given for Windows, macOS and Linux, however the Youtube videos will need to be re-recorded as well.