Skip to content

Commit

Permalink
chore: format code block
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Oct 17, 2024
1 parent 8bf0117 commit c10b55c
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions notebooks/Python_HH_version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,21 @@ This notebook was developed as part of [Google Summer of Code 2022 by Rahul Sonk
- 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:


from google.colab import output
output.enable_custom_widget_manager()

from google.colab import drive
drive.mount("/content/gdrive")

%cd /content/gdrive/MyDrive
!ls
!rm -rf hodgkin_huxley_tutorial # remove this line if you do not want to remove your existing copy to create a new one
!git clone --depth 1 https://github.com/openworm/hodgkin_huxley_tutorial/
%cd hodgkin_huxley_tutorial/
!pip install -r requirements.txt
%cd notebooks/Python_HH_version/
```
from google.colab import output
output.enable_custom_widget_manager()
from google.colab import drive
drive.mount("/content/gdrive")
%cd /content/gdrive/MyDrive
!ls
!rm -rf hodgkin_huxley_tutorial # remove this line if you do not want to remove your existing copy to create a new one
!git clone --depth 1 https://github.com/openworm/hodgkin_huxley_tutorial/
%cd hodgkin_huxley_tutorial/
!pip install -r requirements.txt
%cd notebooks/Python_HH_version/
```


This does the following:
Expand Down

0 comments on commit c10b55c

Please sign in to comment.