This workshop is delivered through a series of Jupyter notebooks which allow for interactive Python programming.
To run these the following instructions should be followed:
In a terminal, close the workshop repository:
git clone https://github.com/IAlibay/oxcompbio-python.gitFirst navigate within your shell to inside the repository
cd oxcompbio-pythonThen create the conda environment
conda env create --file=environment.ymlOnce it's finished, activate the environment
conda activate OxPythonThe workshop leverages the extended utility of several Jupyter nbextensions.
To install these, the followed should be run once (after having activated the conda environment):
jupyter contrib nbextension install --user
jupyter nbextension enable splitcell/splitcell
jupyter nbextension enable rubberband/main
jupyter nbextension enable exercise2/main
jupyter nbextension enable autosavetime/main
jupyter nbextension enable collapsible_headings/main
jupyter nbextension enable codefolding/main
jupyter nbextension enable limit_output/main
jupyter nbextension enable toc2/mainFinally start a jupyter notebook session by typing the following in your shell.
jupyter notebook