Skip to content

Commit 85e30d3

Browse files
authored
Merge pull request #37 from elbosso/master
Mention binder in the readme
2 parents ddf982a + bdc2e29 commit 85e30d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ This repository contains a collection of materials for teaching/learning Python
1414

1515
If you can not access Python and/or Jupyter Notebook on your machine, you can still follow the web based materials. However, you should be able to use Jupyter Notebook in order to complete the exercises.
1616

17-
#### Usage
17+
#### Usage (locally)
1818

1919
1. Clone or download this repository.
2020
2. Run `jupyter notebook` command in your command line in the repository directory.
2121
3. Jupyter Notebook session will open in the browser and you can start navigating through the materials.
2222

23+
#### Usage (Binder in the cloud)
24+
25+
You can also just use [Binder:](https://mybinder.org/) By clicking of this [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jerry-git/learn-python3/master) badge, the project is opened in a Jupyter instance in the cloud and you can then navigate to the folders containing the notebooks and start them each and interactively explore them!
26+
2327
#### Contributing
2428
See [contributing](https://github.com/jerry-git/learn-python3/blob/master/CONTRIBUTING.md) guide.
2529

0 commit comments

Comments
 (0)