Bug: loading PCP code looks for NPM
Open
area-visualization
priority-normal
type-bug
- Dominant language
- JavaScript
- Stars
- 18
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
`%load_ext thicket.vis.visualizations`
```
41 if not os.path.isfile(pkg_lock_file):
42 if not check_npm():
---> 43 raise FileNotFoundError(_filenotfound_errmsg)
44 else:
45 npm_build(curr_dir)
FileNotFoundError:
Cannot find NPM!
This is required to use thicket.vis!
Please install NPM and try again to import thicket.vis!
```
Contributor guide
Assessment
This issue has not been assessed yet.