You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Python For Bioinformatics
2
2
3
-
Introduction to Python for Bioinformatics - available at https://github.com/kipkurui/Python4Bioinformatics.
3
+
Introduction to Python for Bioinformatics - available at https://github.com/kipkurui/Python4Bioinformatics2019.
4
4
5
5
<small><small><i>
6
6
7
7
## Attribution
8
8
These tutorials are an adaptation of the Introduction to Python for Maths by [Andreas Ernst](http://users.monash.edu.au/~andreas), available from https://gitlab.erc.monash.edu.au/andrease/Python4Maths.git. The original version was written by Rajath Kumar and is available at https://github.com/rajathkumarmp/Python-Lectures.
9
9
10
-
These notes have been greatly amended and updated for the EANBiT Introduction to Python for Bioinformatics course facilitated [Caleb Kibet](https://twitter.com/calkibet), Audrey Mbogho and Anthony Etuk.
10
+
hese notes have been greatly amended and updated for the MSC Bioinformatics and Molecular Biology at Pwani university, sponsored by EANBiT by Caleb Kibet[Caleb Kibet](https://twitter.com/calkibet)
11
11
</small></small></i>
12
12
13
13
# Quick Introduction to Jupyter Notebooks
@@ -62,13 +62,13 @@ or by using pip
62
62
63
63
## How to learn from this resource?
64
64
65
-
Download all the notebooks from [Python4Bioinformatics(https://github.com/kipkurui/Python4Bioinformatics). The easiest way to do that is to clone the GitHub repository to your working directory using any of the following commands:
65
+
Download all the notebooks from [Python4Bioinformatics(https://github.com/kipkurui/Python4Bioinformatics2019). The easiest way to do that is to clone the GitHub repository to your working directory using any of the following commands:
@@ -83,12 +83,6 @@ Then you can quickly launch jupyter lab using:
83
83
NB: We will use a jupyter lab for training.
84
84
A Jupyter notebook is made up of many cells. Each cell can contain Python code. You can execute a cell by clicking on it and pressing `Shift-Enter` or `Ctrl-Enter` (run without moving to the next line).
85
85
86
-
### Login into the web server
87
-
88
-
The easiest way to run this and other notebooks for the EANBiT course participants is to log into the Jupyter server (Unfortunately, this is not currently working). The steps for running notebooks are:
89
-
* Log in using the username and password assigned to you. The first time you log in an empty account will automatically be set up for you.
90
-
* Press the start button (if prompted by the system)
91
-
* Use the menu of the jupyter system to upload a .ipynb python notebook file or to start a new notebook.
0 commit comments