Skip to content

Commit 9c6718c

Browse files
visualpythongitbook-bot
authored andcommitted
GitBook: [#12] No subject
1 parent cf15e3b commit 9c6718c

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Visual Python** is a GUI-based Python code generator for data science.
44

5-
**Visual Python** is an extension to Jupyter Notebook.
5+
**Visual Python** is an extension to **Jupyter Lab**, **Jupyter Notebook** and **Google Colab**.
66

77
**Visual Python** is an open source project started for students who struggle with coding during Python classes for data science.
88

getting-started/how-to-install.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,26 @@ description: This document will show how to install Visual Python.
77

88

99
{% hint style="info" %}
10-
**Visual Python** is an extension to [Jupyter Notebook](https://jupyter.org/), so you must have Jupyter Notebook installed already. 
10+
**Visual Python** is an extension to [Jupyter Lab](https://jupyter.org/), [Jupyter Notebook](https://jupyter.org/) and [Google Colab](https://colab.research.google.com/), so you must have one of these environments installed already. 
1111
{% endhint %}
1212

1313
{% embed url="https://www.youtube.com/watch?v=d-nR-ADpObU" %}
1414

15-
### Pip Installation
15+
### Pip Installation for Jupyter Lab
16+
17+
**1. Install package from**
18+
19+
```
20+
pip install juptyerlab-visualpython
21+
```
22+
23+
**2. Activate Visual Python on Jupyter Lab**
24+
25+
Click orange square button on the right side of the Jupyter Lab side bar.
26+
27+
28+
29+
### Pip Installation for Jupyter Notebook
1630

1731
**1. Install package from**
1832

@@ -58,3 +72,21 @@ visualpy help
5872

5973

6074

75+
### Chrome extension Installation for Google Colab
76+
77+
**1. Install package from chrome web store**
78+
79+
{% embed url="https://chrome.google.com/webstore/detail/visual-python-for-colab/ccmkpknjfagaldcgidgcipbpdipfopob" %}
80+
Visual Python for Colab on chrome web store
81+
{% endembed %}
82+
83+
**2. Open Google Colab**
84+
85+
{% embed url="https://colab.research.google.com/" %}
86+
Google Colab Environment
87+
{% endembed %}
88+
89+
**3. Activate Visual Python on Jupyter Lab**
90+
91+
Click orange square button on the top-right side of the browser.
92+

0 commit comments

Comments
 (0)