You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visual Python is a GUI-based Python code generator, developed on the **Jupyter Lab**, **Jupyter Notebook** and **Google Colab** as an extension. <br>
14
+
Visual Python is a GUI-based Python code generator, developed on the **[Jupyter Lab](#getting-started-with-jupyter-lab)**, **[Jupyter Notebook](#getting-started-with-jupyter-notebook-7x)** and **[Google Colab](#getting-started-with-google-colab)** as an extension. You can also simply use Visual Python using **[Visual Python Desktop](#getting-started-with-visual-python-desktop)**.<br>
15
15
Visual Python is an open source project started for students who struggle with coding during Python classes for data science.
16
16
17
17
<br>
@@ -30,26 +30,49 @@ Try Visual Python if you would like to: <br>
30
30
31
31
Visual Python is an extension to Jupyter Lab, so you must have Jupyter Lab installed already.<br>
32
32
- Python version 3.x
33
-
- Jupyter lab environment(<= 3.6.3)
33
+
- Jupyter lab environment
34
34
35
35
### 2. How to Install
36
36
37
37
**1) Install package from PyPI**
38
38
```
39
39
pip install jupyterlab-visualpython
40
40
```
41
+
- If you are using **Jupyter Lab version <= 3.x.x**, please install `jupyterlab-visualpython==2.5.0`
42
+
```
43
+
pip install jupyterlab-visualpython==2.5.0
44
+
```
41
45
42
46
**2) Activate Visual Python on Jupyter Lab**
43
47
44
-
Click orange square button on the right side of the Jupyter Lab.
48
+
Click orange square button on the right side of Jupyter Lab.
45
49
46
-
## Getting Started with Jupyter Notebook
50
+
## Getting Started with Jupyter Notebook(>= 7.x)
47
51
48
52
### 1. Requirements
49
53
50
-
Visual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already.<br>
54
+
Visual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already. You need latest version of Jupyter Notebook over version 7.x.x.<br>
51
55
- Python version 3.x
52
-
- Jupyter notebook environment
56
+
- Jupyter notebook environment >= 7.x
57
+
58
+
### 2. How to Install
59
+
60
+
**1) Install package from PyPI**
61
+
```
62
+
pip install jupyterlab-visualpython
63
+
```
64
+
65
+
**2) Activate Visual Python on Jupyter Notebook**
66
+
67
+
Click orange square button on the toolbar of Jupyter Notebook.
68
+
69
+
## Getting Started with Jupyter Notebook(<=6.x.x)
70
+
71
+
### 1. Requirements
72
+
73
+
Visual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already. You need old version of Jupyter Notebook under version 6.x.x.<br>
74
+
- Python version 3.x
75
+
- Jupyter notebook environment <=6.x
53
76
54
77
### 2. How to Install
55
78
@@ -65,7 +88,7 @@ visualpy install
65
88
66
89
**3) Activate Visual Python on Jupyter Notebook**
67
90
68
-
Click orange square button on the right side of the Jupyter Notebook menu bar.
91
+
Click orange square button on the toolbar of Jupyter Notebook.
69
92
70
93
### 3. Package Control Info
71
94
* Usage: visualpy **[option]** <br>
@@ -108,8 +131,8 @@ It simplifies the process of configuring an independent Python environment, inst
108
131
- Minimum 10GB of disk space
109
132
110
133
### 3. How to Install
111
-
1) Download the Visual Python Desktop installer.
112
-
-[Link to Visual Python Desktop installer page](https://visualpython.ai/visualpython-desktop)
134
+
1) Download Visual Python Desktop installer from homepage.
135
+
- [Link to Visual Python Desktop installer page](https://visualpython.ai/visualpython-desktop)
113
136
114
137
2) Run the installer and follow the provided instructions for the installation process.
115
138
@@ -122,6 +145,18 @@ All skills from programmers, non-programmers, designers are welcomed.
Whoever wants to contribute or join our community, <br/>
157
+
You can contact us by creating issues on [Issue page](https://github.com/visualpython/visualpython/issues) or using [Discord server](https://discord.gg/PypQrBZWZv).
158
+
159
+
125
160
## License
126
161
GNU GPLv3 with Visual Python special exception (See LICENSE file).
Visual Python is a GUI-based Python code generator, developed on the **Jupyter Lab**, **Jupyter Notebook** and **Google Colab** as an extension. <br>
14
+
Visual Python is a GUI-based Python code generator, developed on the **[Jupyter Lab](#getting-started-with-jupyter-lab)**, **[Jupyter Notebook](#getting-started-with-jupyter-notebook-7x)** and **[Google Colab](#getting-started-with-google-colab)** as an extension. You can also simply use Visual Python using **[Visual Python Desktop](#getting-started-with-visual-python-desktop)**.<br>
15
15
Visual Python is an open source project started for students who struggle with coding during Python classes for data science.
16
16
17
17
<br>
@@ -30,26 +30,49 @@ Try Visual Python if you would like to: <br>
30
30
31
31
Visual Python is an extension to Jupyter Lab, so you must have Jupyter Lab installed already.<br>
32
32
- Python version 3.x
33
-
- Jupyter lab environment(<= 3.6.3)
33
+
- Jupyter lab environment
34
34
35
35
### 2. How to Install
36
36
37
37
**1) Install package from PyPI**
38
38
```
39
39
pip install jupyterlab-visualpython
40
40
```
41
+
- If you are using **Jupyter Lab version <= 3.x.x**, please install `jupyterlab-visualpython==2.5.0`
42
+
```
43
+
pip install jupyterlab-visualpython==2.5.0
44
+
```
41
45
42
46
**2) Activate Visual Python on Jupyter Lab**
43
47
44
-
Click orange square button on the right side of the Jupyter Lab.
48
+
Click orange square button on the right side of Jupyter Lab.
45
49
46
-
## Getting Started with Jupyter Notebook
50
+
## Getting Started with Jupyter Notebook(>= 7.x)
47
51
48
52
### 1. Requirements
49
53
50
-
Visual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already.<br>
54
+
Visual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already. You need latest version of Jupyter Notebook over version 7.x.x.<br>
51
55
- Python version 3.x
52
-
- Jupyter notebook environment
56
+
- Jupyter notebook environment >= 7.x
57
+
58
+
### 2. How to Install
59
+
60
+
**1) Install package from PyPI**
61
+
```
62
+
pip install jupyterlab-visualpython
63
+
```
64
+
65
+
**2) Activate Visual Python on Jupyter Notebook**
66
+
67
+
Click orange square button on the toolbar of Jupyter Notebook.
68
+
69
+
## Getting Started with Jupyter Notebook(<=6.x.x)
70
+
71
+
### 1. Requirements
72
+
73
+
Visual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already. You need old version of Jupyter Notebook under version 6.x.x.<br>
74
+
- Python version 3.x
75
+
- Jupyter notebook environment <=6.x
53
76
54
77
### 2. How to Install
55
78
@@ -65,7 +88,7 @@ visualpy install
65
88
66
89
**3) Activate Visual Python on Jupyter Notebook**
67
90
68
-
Click orange square button on the right side of the Jupyter Notebook menu bar.
91
+
Click orange square button on the toolbar of Jupyter Notebook.
69
92
70
93
### 3. Package Control Info
71
94
* Usage: visualpy **[option]** <br>
@@ -108,8 +131,8 @@ It simplifies the process of configuring an independent Python environment, inst
108
131
- Minimum 10GB of disk space
109
132
110
133
### 3. How to Install
111
-
1) Download the Visual Python Desktop installer.
112
-
-[Link to Visual Python Desktop installer page](https://visualpython.ai/visualpython-desktop)
134
+
1) Download Visual Python Desktop installer from homepage.
135
+
- [Link to Visual Python Desktop installer page](https://visualpython.ai/visualpython-desktop)
113
136
114
137
2) Run the installer and follow the provided instructions for the installation process.
115
138
@@ -122,6 +145,18 @@ All skills from programmers, non-programmers, designers are welcomed.
Whoever wants to contribute or join our community, <br/>
157
+
You can contact us by creating issues on [Issue page](https://github.com/visualpython/visualpython/issues) or using [Discord server](https://discord.gg/PypQrBZWZv).
158
+
159
+
125
160
## License
126
161
GNU GPLv3 with Visual Python special exception (See LICENSE file).
0 commit comments