Merge pull request #37 from elbosso/master
Some checks failed
CI / checks (3.10) (push) Has been cancelled
CI / checks (3.11) (push) Has been cancelled

Mention binder in the readme
This commit is contained in:
Jerry Pussinen
2023-04-25 09:05:14 +03:00
committed by GitHub

View File

@@ -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.