Skip to content

Commit

Permalink
Merge pull request jerry-git#37 from elbosso/master
Browse files Browse the repository at this point in the history
Mention binder in the readme
  • Loading branch information
jerry-git committed Apr 25, 2023
2 parents ddf982a + bdc2e29 commit 85e30d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ This repository contains a collection of materials for teaching/learning Python

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.

#### Usage
#### Usage (locally)

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

#### Usage (Binder in the cloud)

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!

#### Contributing
See [contributing](https://github.com/jerry-git/learn-python3/blob/master/CONTRIBUTING.md) guide.

Expand Down

0 comments on commit 85e30d3

Please sign in to comment.