Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 85e52b6

Browse files
authored
Add tutorial link and login instructions to readme
1 parent b57fef7 commit 85e52b6

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

README.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,34 @@ wrangling with Pandas, and data viz
1818
## Tutorial Setup
1919
These tutorials are designed to run on [Jupyter](https://jupyter.org), a
2020
browser based interactive notebook that allows you to run the tutorial in the
21-
cloud without any additional setup. During the conference, June 20-25, you will
22-
be provided with a link and credentials to join the tutorial. After the
23-
conference the tutorials will remain available here on GitHub, and you can run
21+
cloud without any additional setup. On the day of the tutorial, you can log
22+
into the tutorial [here](http://pvsc-python-tutorial.ml/):
23+
24+
http://pvsc-python-tutorial.ml/
25+
26+
The first time you visit the tutorial, you will need to create an account. Use
27+
any username and password you like.
28+
29+
![jupyter login](https://user-images.githubusercontent.com/1385621/119911747-c9bd3600-bf0e-11eb-8f7b-c622d8890f04.png)
30+
31+
The first time you log into the tutorial, you will only see the scratch and shared-data folders.
32+
33+
![first login](https://user-images.githubusercontent.com/1385621/119912003-5cf66b80-bf0f-11eb-874d-67ba2ff1bb66.png)
34+
35+
After you log in, you need to download the tutorial from this GitHub repository by following this
36+
[link](https://pvsc-python-tutorial.ml/hub/user-redirect/git-pull?repo=https://github.com/PVSC-Python-Tutorials/PVSC48-Python-Tutorial&branch=main):
37+
38+
https://pvsc-python-tutorial.ml/hub/user-redirect/git-pull?repo=https://github.com/PVSC-Python-Tutorials/PVSC48-Python-Tutorial&branch=main
39+
40+
You can also use this link to update the tutorial. From now on you will see the PVSC48-Python-Tutorial folder in the list.
41+
42+
![download tutorial](https://user-images.githubusercontent.com/1385621/119912192-ce361e80-bf0f-11eb-8f62-36e54509fdcc.png)
43+
44+
Click the folder to open, and you'll see the full list. Click `Tutorial 0 - Overview.ipynb` to get started.
45+
46+
![full list of tutorials](https://user-images.githubusercontent.com/1385621/119912314-15241400-bf10-11eb-8a2c-1fc371e0f4e8.png)
47+
48+
After the conference the tutorials will remain available here on GitHub, and you can run
2449
the tutorial anytime in [Binder](https://mybinder.org) by clicking the
2550
following link:
2651

0 commit comments

Comments
 (0)