nodejs-in-notebooks icon indicating copy to clipboard operation
nodejs-in-notebooks copied to clipboard

When setup to run locally, ModuleNotFoundError: No module named 'pixiedust_node'

Open playground opened this issue 5 years ago • 1 comments

@mark.sturdevant

I'm following the instructions to set up nodejs notebook on local environment, but it kept complaining about pixiedust_node not found. Please see screenshot.
image

playground avatar Dec 02 '20 20:12 playground

Probably need to restart your kernel after pip install pixiedust_node.

The code pattern web page that goes with this repo has been marked "archived". I think this repo should also be archived and labeled as unmaintained. Regardless, this issue might help somebody. So...

It looks like pixiedust_node has not been updated in a couple of years, but it does still exist in pypi. So I don't see why you couldn't pip install, restart kernel, import.

markstur avatar Dec 02 '20 21:12 markstur