Skip to content

Release v3.0.2 #261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#=============================================================================
# Set version and replace it
#=============================================================================
VP_ORG_VER=3.0.0
VP_NEW_VER=3.0.1
VP_ORG_VER=3.0.1
VP_NEW_VER=3.0.2

# update version info
grep -REil "VP_ORG_VER=.+$" colab/build.colab.sh jupyterlab/build.jupyterlab.sh jupyternotebook/build.jupyternotebook.sh | xargs sed -i "s/VP_ORG_VER=.\+$/VP_ORG_VER=${VP_ORG_VER}/g"
Expand Down
4 changes: 2 additions & 2 deletions colab/build.colab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#=============================================================================
# Replace Version
#=============================================================================
VP_ORG_VER=3.0.0
VP_NEW_VER=3.0.1
VP_ORG_VER=3.0.1
VP_NEW_VER=3.0.2

# update version info
# update manifest version with new numbering for new version
Expand Down
2 changes: 1 addition & 1 deletion colab/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Visual Python for Colab",
"description": "GUI-based Python code generator for Google Colab as an extension",
"version": "3.0.1",
"version": "3.0.2",
"manifest_version": 3,
"icons": {
"48": "icon.png",
Expand Down
9 changes: 5 additions & 4 deletions jupyterlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pip install jupyterlab-visualpython

Click orange square button on the right side of Jupyter Lab.

## Getting Started with Jupyter Notebook(>= 7.x)
## Getting Started with Jupyter Notebook 7

### 1. Requirements

Expand All @@ -66,13 +66,13 @@ pip install jupyterlab-visualpython

Click orange square button on the toolbar of Jupyter Notebook.

## Getting Started with Jupyter Notebook(<=6.x.x)
## Getting Started with Jupyter Notebook (for 6.x.x and older version)

### 1. Requirements

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>
- Python version 3.x
- Jupyter notebook environment <=6.x
- Jupyter notebook environment <= 6.x

### 2. How to Install

Expand Down Expand Up @@ -152,6 +152,7 @@ All skills from programmers, non-programmers, designers are welcomed.
[<a href="https://github.com/llbtl" title="Hyewon Kang"><img src="https://github.com/llbtl.png" width="50px;"/></a>](https://github.com/llbtl)
[<a href="https://github.com/blacklogicdev" title="Black Logic Dev"><img src="https://github.com/blacklogicdev.png" width="50px;"/></a>](https://github.com/blacklogicdev)
[<a href="https://github.com/Minku-Koo" title="Minku Koo"><img src="https://github.com/Minku-Koo.png" width="50px;"/></a>](https://github.com/Minku-Koo)
[<a href="https://github.com/8orrin9" title="Andrew Jeong"><img src="https://github.com/8orrin9.png" width="50px;"/></a>](https://github.com/8orrin9)

Whoever wants to contribute or join our community, <br/>
You can contact us by creating issues on [Issue page](https://github.com/visualpython/visualpython/issues) or using [Discord server](https://discord.gg/PypQrBZWZv).
Expand All @@ -171,4 +172,4 @@ To create an environment where everyone can learn and use big data analytical sk
Love Visual Python? <br>
Your support will help us continue to actively develop and improve Visual Python.☕

[![donate_banner](https://user-images.githubusercontent.com/83636412/229679467-4fee93a2-d6d2-4229-a53c-80a5eb2b9240.png)](https://github.com/sponsors/visualpython?frequency=recurring)
[![donate_banner](https://user-images.githubusercontent.com/83636412/229679467-4fee93a2-d6d2-4229-a53c-80a5eb2b9240.png)](https://github.com/sponsors/visualpython?frequency=recurring)
Loading