Exercises for Python course
- Go to https://galaxy.eu and log in
- Search for
jupyterin the left menu - Click on
PyIron Interactive Jupyter Notebook - In the middle panel click
Run tool - Wait until the Job is started in the right panel (becomes orange)
- Still in the right menu, click the little eye symbol in on the job
You should be redirected to your Jupyter Instance - Open a terminal an clone the repository:
git clone https://github.com/mpc-bioinformatics/denbi_summerschool2023_py_exercises - Install the dependencies:
pip install jupyter matplotlib pandas plotly scipy sweetviz - In the left menu you should find your cloned folder.
- Go there and open the Jupyter Notebool:
exercises.ipynb
Happy coding!
- Install
conda,mambaormicromamba - Install
git - Clone the repository to your PC:
git clone https://github.com/mpc-bioinformatics/denbi_summerschool2023_py_exercises - Go into the cloned folder:
cd denbi_summerschool2023_exercises conda env create -f environment.ymlconda activatecubimed_rub_python_course`pip install -e .
Happy coding!