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: notebooks/Python_HH_version/README.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,19 +36,21 @@ This notebook was developed as part of [Google Summer of Code 2022 by Rahul Sonk
36
36
- 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:
37
37
38
38
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
0 commit comments