Simplify except python - #371
Open
julesvanrie wants to merge 34 commits into
Open
julesvanrie wants to merge 34 commits into
julesvanrie wants to merge 34 commits into
Conversation
We currently give students 3 options depending on if they did a bootcamp before, and on which machine. Students have to unfold one of the options. Too often they miss this step. The large majority has not done a bootcamp before, nor used dotfiles on another machine. So we take that as the base case, with a dropdown for other cases. The dropdown redirects them to a TA with some options. We can improve this in a later phase, or add a Q&A for this specific use case. Low prio at this point. This is inspired by the work already done in DE setup.
We already installed both before. Version 5.2 of xz is around since 2014. Pretty sure we won't run into a fossil.
We check it later in the notebook. Let's assume the happy scenario: - Python is installed - Jupyter is installed - We see the correct Python version in the notebook - Packages are installed, evidenced by Pandas If it's the wrong Python already in the terminal, it will surface either when we try to launch Jupyter, or when we check the version in the notebook. If the version in the notebook is correct, it will be correct in the terminal too.
Depends on lewagon/dotfiles#194
No reason to use this, if $BROWSER is properly set up, which the setup ensures. If not, we should fix the underlying problem (so that Jupyter Notebook opens properly).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Simplifying the setup - first round. This is not yet touching the python installation.
I made a
no-update-2026branch for people who want to go back to the old setup.