From 89e2c355b18a0c4b4b3d7dace5319625bcc87fe3 Mon Sep 17 00:00:00 2001
From: Visual Python <83543209+visualpython@users.noreply.github.com>
Date: Wed, 6 Jul 2022 21:26:20 +0900
Subject: [PATCH 1/7] Update README.md
---
README.md | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 8f5976fa..8466f66b 100644
--- a/README.md
+++ b/README.md
@@ -28,31 +28,24 @@ Try Visual Python if you would like to:
### 1. Requirements
Visual Python is a Jupyter Notebook extension.
-We recommend installing Anaconda (virtual environment).
-
- Python version 3.x
- Jupyter notebook or Anaconda env
### 2. How to Install
-**1) Open Anaconda prompt**
-
-* Windows : Click Start > Search or Select 'Anaconda Prompt'
-* Mac : Open Launchpad > Select 'Terminal'
-
-**2) Install package from**
+**1) Install package from**
```
pip install visualpython
```
-**3) Enable the package**
+**2) Enable the package**
```
visualpy install
```
-**4) Activate Visual Python on Jupyter Notebook**
+**3) Activate Visual Python on Jupyter Notebook**
-Click orange square button on the right side of the Jupyter Notebook menu.
+Click orange square button on the right side of the Jupyter Notebook menu bar.
### 3. Package Control Info
* Usage: visualpy **[option]**
From 71ccbe3a5a33b6a1d73cba9605cd7c2b12cc8f5b Mon Sep 17 00:00:00 2001
From: Visual Python <83543209+visualpython@users.noreply.github.com>
Date: Wed, 6 Jul 2022 21:40:49 +0900
Subject: [PATCH 2/7] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8466f66b..54777548 100644
--- a/README.md
+++ b/README.md
@@ -27,9 +27,9 @@ Try Visual Python if you would like to:
### 1. Requirements
-Visual Python is a Jupyter Notebook extension.
+Visual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already.
- Python version 3.x
-- Jupyter notebook or Anaconda env
+- Jupyter notebook environment
### 2. How to Install
From f8999ad7992a561e1bd4f5cc08598674a2458970 Mon Sep 17 00:00:00 2001
From: gani0325
Date: Mon, 19 Sep 2022 23:41:27 +0900
Subject: [PATCH 3/7] =?UTF-8?q?=E2=9E=95[Feat]=20Added=20help=20codes?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 19 +-
Untitled.ipynb | 32 ++
css/component/popupComponent.css | 12 +-
html/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 201 bytes
html/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 199 bytes
html/component/popupComponent.html | 10 +
html/m_ml/OrderInfo.html | 67 ++++
js/board/HelpView.js | 46 +++
js/com/component/PopupComponent.js | 94 ++++-
js/m_apps/SampleApp2.js | 60 +++
js/m_ml/OrderInfo.js | 435 ++++++++++++++++++++++
js/m_ml/Regression.js | 17 +
12 files changed, 780 insertions(+), 12 deletions(-)
create mode 100644 Untitled.ipynb
create mode 100644 html/__pycache__/__init__.cpython-310.pyc
create mode 100644 html/__pycache__/__init__.cpython-39.pyc
create mode 100644 html/m_ml/OrderInfo.html
create mode 100644 js/board/HelpView.js
create mode 100644 js/m_apps/SampleApp2.js
create mode 100644 js/m_ml/OrderInfo.js
diff --git a/README.md b/README.md
index 54777548..8f5976fa 100644
--- a/README.md
+++ b/README.md
@@ -27,25 +27,32 @@ Try Visual Python if you would like to:
### 1. Requirements
-Visual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already.
+Visual Python is a Jupyter Notebook extension.
+We recommend installing Anaconda (virtual environment).
+
- Python version 3.x
-- Jupyter notebook environment
+- Jupyter notebook or Anaconda env
### 2. How to Install
-**1) Install package from**
+**1) Open Anaconda prompt**
+
+* Windows : Click Start > Search or Select 'Anaconda Prompt'
+* Mac : Open Launchpad > Select 'Terminal'
+
+**2) Install package from**
```
pip install visualpython
```
-**2) Enable the package**
+**3) Enable the package**
```
visualpy install
```
-**3) Activate Visual Python on Jupyter Notebook**
+**4) Activate Visual Python on Jupyter Notebook**
-Click orange square button on the right side of the Jupyter Notebook menu bar.
+Click orange square button on the right side of the Jupyter Notebook menu.
### 3. Package Control Info
* Usage: visualpy **[option]**
diff --git a/Untitled.ipynb b/Untitled.ipynb
new file mode 100644
index 00000000..ac84707e
--- /dev/null
+++ b/Untitled.ipynb
@@ -0,0 +1,32 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "0da90d57",
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3 (ipykernel)",
+ "language": "python",
+ "name": "python3"
+ },
+ "vp": {
+ "vp_config_version": "1.0.0",
+ "vp_menu_width": 273,
+ "vp_note_display": false,
+ "vp_note_width": 0,
+ "vp_position": {
+ "width": 278
+ },
+ "vp_section_display": true,
+ "vp_signature": "VisualPython"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/css/component/popupComponent.css b/css/component/popupComponent.css
index 962f0b82..981195cd 100644
--- a/css/component/popupComponent.css
+++ b/css/component/popupComponent.css
@@ -129,8 +129,11 @@
height: 50px;
border-top: 0.25px solid var(--border-gray-color);
}
+
+/* 220919 */
.vp-popup-codeview-box,
-.vp-popup-dataview-box {
+.vp-popup-dataview-box,
+.vp-popup-helpview-box {
display: none;
width: 100%;
height: 100px;
@@ -155,6 +158,13 @@
margin-top: 9px;
margin-left: 10px;
}
+
+/* 220919 */
+.vp-popup-button[data-type="help"] {
+ float: left;
+ margin-top: 9px;
+ margin-left: 10px;
+}
.vp-popup-button[data-type="cancel"] {
float: right;
background-color: #E4E4E4;
diff --git a/html/__pycache__/__init__.cpython-310.pyc b/html/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a77c4f8f7f83ce337517c20983ade5c1fe58966c
GIT binary patch
literal 201
zcmd1j<>g`kf}WsXN#a2IF^GcGEnfZCeF=b$bff7J-V=_u|b7JD-GxIV_;^XxSDsOSv
Tg`kf}WsXN#a2IF^GcGEnfZCeF=b$bff7J-V=_u|b7JD-GxIV_;^XxSDsOSv
S