Support for npm package installation in notebook
In jupter I can install a python package within the notebook via
%pip install <packagename>
I tried the same with npm in vitale but it seem not to be supported
%npm install <packagename>
results in a syntax error
I tried both with ! and % (while % is the recommended way in jupyter)

关闭于 2024-09-26 2 条评论