Problem install nodejs and npm
Hello, I would like to use in my computer the Deep playground script for an interactive visualization of neural networks. I try to run the visualization locally, run.
I my environment is on Pyhton 3.8 with Anaconda 3.
What is the method to run the Deep Playground. I try to install the package using these command : npm i to install dependencies npm run build to compile the app and place it in the dist/ directory npm run serve to serve from the dist/ directory and open a page on your browser.
But I don't understand why it doesn't work. Do you have the method to install these package into Anaconda Environment ? Thanks, Pierre-François.
This is not a Python program, so your Python environment doesn't matter here. Did you install node on your computer? Do that, then clone this repo, go to the playground directory, and run npm i again.