File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ print("JupyterLab with code_snippet is ready to run with:\n")
4747print ("\t jupyter lab\n " )
4848
4949# remove unnecessary directories when using the binder
50+ _ ('rm' , '-rf' , './lib' )
5051_ ('rm' , '-rf' , './src' )
5152_ ('rm' , '-rf' , './style' )
5253_ ('rm' , '-rf' , './_temp_extension' )
@@ -66,25 +67,3 @@ _('rm', './tsconfig.json')
6667_ ('rm' , './tsconfig.tsbuildinfo' )
6768_ ('rm' , './yarn.lock' )
6869_ ('rm' , './MANIFEST.in' )
69-
70-
71-
72-
73- # rm -rf ./style
74- # rm -rf ./_temp_extension
75- # rm -rf ./Design
76- # rm -rf ./binder
77- # rm -rf ./docs
78- # rm -rf ./code_snippet
79- # rm -rf ./code_snippet.egg-info
80- # rm -rf ./schema
81- # rm -rf ./node_modules
82- # rm ./install.json
83- # rm ./package.json
84- # rm ./PROGRESS.md
85- # rm ./setup.py
86- # rm ./pyproject.toml
87- # rm ./tsconfig.json
88- # rm ./tsconfig.tsbuildinfo
89- # rm ./yarn.lock
90- # rm ./MANIFEST.in
You can’t perform that action at this time.
0 commit comments