PajTraining

Training materials

View My GitHub Profile

Installation instruction for ‘Introduction to solving biological problems with Python’ course

:memo: Dependencies

This only needs to be done once. To run the course, first download and install these dependencies:

Now clone the GitHub repository to copy the course materials onto your computer:

:computer: Usage

Go to the directory where you’ve cloned this repository, activate your virtual environment and run jupyter.

Your web browser should automatically open with this url http://localhost:8888/tree where you see the directory tree of the course with all the jupyter notebooks.

cd python-basic
source venv/bin/activate
jupyter notebook

You are now setup to run the course and start your python journey! Congratulations :tada:

Click on the first notebook python_basic_1_intro.ipynb and start reading.

To shutdown jupyter, type ctrl-C into the terminal you’ve ran jupyter notebook, answer y and press enter.

You may wish to deactivate the virtual environment, by entering into the terminal:

deactivate

:house: Back to the PajTraining home page