Skip to content

Commit a15a9b9

Browse files
authored
Update README.md for Colab extension
Add description for using Google Colab extension
1 parent ffd95be commit a15a9b9

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Issues: ](https://img.shields.io/github/issues/visualpython/visualpython?color=%23FF6347)](https://github.com/visualpython/visualpython/issues)
99

1010
## Introduction
11-
Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook as an extension. <br>
11+
Visual Python is a GUI-based Python code generator, developed on the **Jupyter Notebook** and **Google Colab** as an extension. <br>
1212
Visual Python is an open source project started for students who struggle with coding during Python classes for data science.
1313

1414
<br>
@@ -21,7 +21,7 @@ Try Visual Python if you would like to: <br>
2121
<br>
2222
<img src="https://github.com/visualpython/visualpython/blob/main/img/Visual%20Python_2.2.8.gif?raw=true" width="95%">
2323

24-
## Getting Started
24+
## Getting Started with Jupyter Notebook
2525

2626
### 1. Requirements
2727

@@ -57,6 +57,22 @@ upgrade - version upgrade
5757
version - version check
5858
```
5959

60+
## Getting Started with Google Colab
61+
### 1. Requirements
62+
63+
Visual Python is an extension to Google Colab, so you must have Google Colab opened.<br>
64+
- Google Colab
65+
66+
### 2. How to Install
67+
68+
**1) Install package using Chrome Web Store**
69+
- [Link to Visual Python for Colab](https://chrome.google.com/webstore/detail/visual-python-for-colab/ccmkpknjfagaldcgidgcipbpdipfopob)
70+
71+
**2) Open Google Colab**
72+
- [Link to Google Colab](https://colab.research.google.com/)
73+
74+
**3) Activate Visual Python on Google Colab**
75+
6076
## Contributing
6177
If you are interested in contributing to the Visual Python, please see [`CONTRIBUTING.md`](CONTRIBUTING.md). <br>
6278
All skills from programmers, non-programmers, designers are welcomed.

0 commit comments

Comments
 (0)