pixiedust / pixiedust_node

Jupyter magic to allow Node.js code to run in a notebook
https://medium.com/ibm-watson-data-lab/running-node-js-notebooks-in-watson-studio-a8f6545d8299
Apache License 2.0
213 stars 24 forks source link

npm.uninstall() does not work (though npm.remove() does) #14

Closed bradnoble closed 6 years ago

bradnoble commented 6 years ago

The README suggests they both work.

glynnbird commented 6 years ago
npm.install('packagename')

and

npm.remove('packagename')

are synonyms of each other. Tested on pixiedust_node 0.1.5 & pixiedust 1.1.4