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

Cleanup: terminate the pixie dust_node background process when the notebook server shuts down #23

Closed ptitzler closed 6 years ago

ptitzler commented 6 years ago

If one opens a notebook and imports the pixie dust_node package, a Node.js background process (pixiedustNodeRel.js) is launched. This process currently remains running after the notebook server is shut down. If possible, we should terminate the process since it doesn't serve a purpose anymore at that point.

glynnbird commented 6 years ago

Fixed in 0.2.3