Skip to content

Commit c10b55c

Browse files
committed
chore: format code block
1 parent 8bf0117 commit c10b55c

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

notebooks/Python_HH_version/README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,21 @@ This notebook was developed as part of [Google Summer of Code 2022 by Rahul Sonk
3636
- The notebook can also be opened in [Google Collab](https://colab.research.google.com/github/openworm/hodgkin_huxley_tutorial/blob/master/notebooks/Python_HH_version/Python_Notebook_HH.ipynb), but you will need to add a new cell to the top of the notebook and paste the following to set it up to run properly:
3737

3838

39-
from google.colab import output
40-
output.enable_custom_widget_manager()
41-
42-
from google.colab import drive
43-
drive.mount("/content/gdrive")
44-
45-
%cd /content/gdrive/MyDrive
46-
!ls
47-
!rm -rf hodgkin_huxley_tutorial # remove this line if you do not want to remove your existing copy to create a new one
48-
!git clone --depth 1 https://github.com/openworm/hodgkin_huxley_tutorial/
49-
%cd hodgkin_huxley_tutorial/
50-
!pip install -r requirements.txt
51-
%cd notebooks/Python_HH_version/
39+
```
40+
from google.colab import output
41+
output.enable_custom_widget_manager()
42+
43+
from google.colab import drive
44+
drive.mount("/content/gdrive")
45+
46+
%cd /content/gdrive/MyDrive
47+
!ls
48+
!rm -rf hodgkin_huxley_tutorial # remove this line if you do not want to remove your existing copy to create a new one
49+
!git clone --depth 1 https://github.com/openworm/hodgkin_huxley_tutorial/
50+
%cd hodgkin_huxley_tutorial/
51+
!pip install -r requirements.txt
52+
%cd notebooks/Python_HH_version/
53+
```
5254

5355

5456
This does the following:

0 commit comments

Comments
 (0)