From 69afbfccbc049418ee98ed17ccda45c3fa42b877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Key?= Date: Mon, 24 Apr 2023 18:53:13 +0200 Subject: [PATCH 1/2] re #12 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0a0071..59da373 100644 --- a/README.md +++ b/README.md @@ -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 explorte them! + #### Contributing See [contributing](https://github.com/jerry-git/learn-python3/blob/master/CONTRIBUTING.md) guide. From bdc2e297185d9c0440ad0867cd5fbb8623e3f8d0 Mon Sep 17 00:00:00 2001 From: Jerry Pussinen Date: Tue, 25 Apr 2023 09:02:37 +0300 Subject: [PATCH 2/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59da373..ca05ac1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you can not access Python and/or Jupyter Notebook on your machine, you can st #### 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 explorte them! +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.