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-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ We will cover the following:
21
21
22
22
## Setup instructions
23
23
24
-
1. Install the Anaconda distribution available [here](https://www.anaconda.com/products/distribution). This comes with Python 3, JupyterLab and a large number of Python packages.
24
+
1. Install the Anaconda distribution available [here](https://www.anaconda.com/products/distribution). This comes with Python 3, JupyterLab and the Python packages *numpy* and *pandas*, which we will require for the workshop.
25
25
26
26
2. Install Python packages for *plotly* and *dash* by entering the following commands into your Terminal (Mac) or Command Prompt (PC):
27
27
@@ -34,19 +34,18 @@ We will cover the following:
34
34
35
35
4. Make a [Github](https://github.com/) account if you don't already have one.
36
36
37
-
5. Go to the workshop [repository](https://github.com/ThomasMBury/workshop_datavis_python), and create a *fork* (button on top right). This creates your own version of the repository, allowing you to make edits to the workshop notebooks.
37
+
5. Go to the workshop [repository](https://github.com/ThomasMBury/workshop_datavis_python), and create a *fork* (button on top right). This creates your own version of the repository, in which you can make edits and complete the workshop notebooks.
38
38
39
39
6. *Clone* your repository to your computer. To do this, click the green button that says 'Code', and copy the link that appears in the box. Then go to your Terminal (or Command Prompt), navigate to a folder where you would like to store the repository and enter
40
40
41
41
```
42
42
git clone paste-your-link-here
43
43
```
44
+
where you paste your link as indicated. You should now see the directory *workshop_datavis_python* saved on your computer.
44
45
45
-
You should now see the directory *workshop_datavis_python* saved on your computer.
46
+
7. Open the Anaconda Navigator and launch JupyterLab. Navigate to where you saved the workshop repository and open *test.ipynb*. Check that you can run this notebook without any errors.
46
47
47
-
7. Open the Anaconda Navigator and launch JupyterLab. Navigate to where you saved the workshop repository and open *test.ipynb*. You should be able to run this notebook without any errrors.
48
-
49
-
If you run into issues, please contact me at thomas.bury@mcgil.ca.
48
+
If you run into issues, please contact me at thomas.bury@mcgil.ca and I'll glady help out.
0 commit comments