@@ -75,7 +75,7 @@ f_main() {
7575#=============================================================================
7676f_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#=============================================================================
105105f_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() {
266266f_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
0 commit comments