Skip to content

Commit e2d0780

Browse files
author
minjk-bl
committed
visualpy batch file fixed
1 parent 9219717 commit e2d0780

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

bin/visualpy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ f_main() {
7575
#=============================================================================
7676
f_install() {
7777
RES=`f_check_extension`
78-
# 1 = Jupyterr Extension is not actived
78+
# 1 = Jupyter Extension is not actived
7979
# 2 = visualpython does not exist
8080
# 3 = visualpython exists
8181

@@ -104,7 +104,7 @@ f_install() {
104104
#=============================================================================
105105
f_uninstall() {
106106
RES=`f_check_extension`
107-
# 1 = Jupyterr Extension is not actived
107+
# 1 = Jupyter Extension is not actived
108108
# 2 = visualpython does not exist
109109
# 3 = visualpython exists
110110

@@ -234,7 +234,7 @@ f_remove_files() {
234234

235235
#=============================================================================
236236
# Check Visual Python files
237-
# 1 = Jupyterr Extension is not actived
237+
# 1 = Jupyter Extension is not actived
238238
# 2 = visualpython does not exist
239239
# 3 = visualpython exists
240240
#=============================================================================
@@ -266,7 +266,7 @@ f_get_string_pipshow() {
266266
f_get_extension_path() {
267267
RESULT="EMPTY"
268268
if which conda-env > /dev/null 2>&1; then
269-
RESULT=`conda-env list | grep "*" | awk -F'*' '{print $2}'|tr -d ' '`/share/jupyter/nbextension
269+
RESULT=`conda-env list | grep "*" | awk -F'*' '{print $2}'|tr -d ' '`/share/jupyter/nbextensions
270270
else
271271
RESULT=`jupyter --data-dir`/nbextensions
272272
fi

bin/visualpy.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ rem # Install Visual Python
8282
rem #=========================================================================
8383
:f_install
8484
call :f_check_extension RES
85-
rem # 1 = Jupyterr Extension is not actived
85+
rem # 1 = Jupyter Extension is not actived
8686
rem # 2 = visualpython does not exist
8787
rem # 3 = visualpython exists
8888

@@ -110,7 +110,7 @@ rem # Uninstall Visual Python
110110
rem #=========================================================================
111111
:f_uninstall
112112
call :f_check_extension RES
113-
rem # 1 = Jupyterr Extension is not actived
113+
rem # 1 = Jupyter Extension is not actived
114114
rem # 2 = visualpython does not exist
115115
rem # 3 = visualpython exists
116116

@@ -241,7 +241,7 @@ rem #=========================================================================
241241

242242
rem #=========================================================================
243243
rem # Check Visual Python files
244-
rem # 1 = Jupyterr Extension is not actived
244+
rem # 1 = Jupyter Extension is not actived
245245
rem # 2 = visualpython does not exist
246246
rem # 3 = visualpython exists
247247
rem #=========================================================================

0 commit comments

Comments
 (0)