File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ from pathlib import Path
15
15
16
16
ROOT = Path .cwd ()
17
17
18
- print (ROOT )
18
+ print ("Current Working dir:" , ROOT )
19
19
20
20
def _ (* args , ** kwargs ):
21
21
""" Run a command, echoing the args
@@ -47,22 +47,22 @@ print("JupyterLab with code_snippet is ready to run with:\n")
47
47
print ("\t jupyter lab\n " )
48
48
49
49
# remove unnecessary directories when using the binder
50
- rm - rf src
51
- rm - rf style
52
- rm - rf _temp_extension
53
- rm - rf Design
54
- rm - rf binder
55
- rm - rf docs
56
- rm - rf code_snippet
57
- rm - rf code_snippet .egg - info
58
- rm - rf schema
59
- rm - rf node_modules
60
- rm install .json
61
- rm package .json
62
- rm PROGRESS .md
63
- rm setup .py
64
- rm pyproject .toml
65
- rm tsconfig .json
66
- rm tsconfig .tsbuildinfo
67
- rm yarn .lock
68
- rm MANIFEST .in
50
+ rm - rf . / src
51
+ rm - rf . / style
52
+ rm - rf . / _temp_extension
53
+ rm - rf . / Design
54
+ rm - rf . / binder
55
+ rm - rf . / docs
56
+ rm - rf . / code_snippet
57
+ rm - rf . / code_snippet .egg - info
58
+ rm - rf . / schema
59
+ rm - rf . / node_modules
60
+ rm . / install .json
61
+ rm . / package .json
62
+ rm . / PROGRESS .md
63
+ rm . / setup .py
64
+ rm . / pyproject .toml
65
+ rm . / tsconfig .json
66
+ rm . / tsconfig .tsbuildinfo
67
+ rm . / yarn .lock
68
+ rm . / MANIFEST .in
You can’t perform that action at this time.
0 commit comments