1
1
<img src =" https://i.esdrop.com/d/7o0dj05m8rnz/JNGCMedl18.png " width =" 45% " >
2
2
3
- [ ![ PyPI version shields.io] ( https://img.shields.io/pypi/v/visualpython )] ( https://pypi.python.org/pypi/visualpython/ )
3
+ [ ![ PyPI version shields.io] ( https://img.shields.io/pypi/v/visualpython )] ( https://pypi.python.org/pypi/jupyterlab- visualpython/ )
4
4
![ Python: 3.x] ( https://img.shields.io/badge/Python-3.x-yellowgreen )
5
5
[ ![ License: GPLv3] ( https://img.shields.io/badge/License-GPLv3-brightgreen )] ( https://github.com/visualpython/visualpython/blob/main/LICENSE )
6
- [ ![ Code of Conduct: Contributor Covenant] ( https://img.shields.io/badge/Code%20of%20Conduct-Contributor%20Covenant-pink )] ( https://github.com/visualpython/visualpython/blob/main/CODE_OF_CONDUCT.md )
7
6
[ ![ Downloads] ( https://static.pepy.tech/personalized-badge/visualpython?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads )] ( https://pepy.tech/project/visualpython )
8
7
[ ![ Issues: ] ( https://img.shields.io/github/issues/visualpython/visualpython?color=%23FF6347 )] ( https://github.com/visualpython/visualpython/issues )
8
+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/visualpython/visualpython-binder/HEAD?labpath=index.ipynb )
9
9
10
10
## Introduction
11
- Visual Python is a GUI-based Python code generator, developed on the ** Jupyter Notebook** and ** Google Colab** as an extension. <br >
11
+ Visual Python is a GUI-based Python code generator, developed on the ** Jupyter Lab ** , ** Jupyter Notebook** and ** Google Colab** as an extension. <br >
12
12
Visual Python is an open source project started for students who struggle with coding during Python classes for data science.
13
13
14
14
<br >
@@ -21,6 +21,25 @@ Try Visual Python if you would like to: <br>
21
21
<br >
22
22
<img src =" https://github.com/visualpython/visualpython/blob/main/img/Visual%20Python_2.2.8.gif?raw=true " width =" 95% " >
23
23
24
+ ## Getting Started with Jupyter Lab
25
+
26
+ ### 1. Requirements
27
+
28
+ Visual Python is an extension to Jupyter Lab, so you must have Jupyter Lab installed already.<br >
29
+ - Python version 3.x
30
+ - Jupyter lab environment
31
+
32
+ ### 2. How to Install
33
+
34
+ ** 1) Install package from**
35
+ ```
36
+ pip install jupyterlab-visualpython
37
+ ```
38
+
39
+ ** 2) Activate Visual Python on Jupyter Lab**
40
+
41
+ Click orange square button on the right side of the Jupyter Lab.
42
+
24
43
## Getting Started with Jupyter Notebook
25
44
26
45
### 1. Requirements
0 commit comments