Welcome to the Code Club Repository
Versions
Please, go to your year in the different branches. The documentation for each year is located:
Contributing
Please, open PR or issues if something doesn't work. Be polite.
Getting started
You need a functional python environment. Get started following the instructions below:
1 Have Anaconda/Miniconda/venv installed with Python 3.7:
You can find distributions here:
2 If you have a terminal application with which you are familiar: bash, oh-my-zsh, powershell, gitbash... follow instructions 2.a..., and then go to 3 (skip 2.b). If you are not familiar with the terminal and git, skip 2.a and jump to 2.b and follow up to 3:
2.a. Option for terminal users 2.a.1 You can clone the git repository:
git clone git@gitlab.fabcloud.org:barcelonaworkshops/code-club.git
2.a.2 Then setup a conda environment, using the environment.yml file in the repository folder:
cd code-club
conda env create -f environment.yml
...
source activate code_club
2.a.3 Launch jupyter in the repository folder by typing:
jupyter notebook
2.b. Option for non-terminal users
2.b.1 Download the git repository: 2.b.2 Open Anaconda Navigator 2.b.3 Go to Environments and click on Import:
2.b.4 Select the yml file in the repository and give a name to your environment. Don't use spaces!. A good name is: code-club
2.b.5 Go to Home and Launch Jupyter Notebook:
3. 🎉 If you see a browser tab open with something like this, open one of the .ipynb files. If there is no error, you are all set!