playground icon indicating copy to clipboard operation
playground copied to clipboard

Problem install nodejs and npm

Open Lory1987 opened this issue 4 years ago • 1 comments

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.

Lory1987 avatar Jun 07 '21 20:06 Lory1987

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.

kwinkunks avatar Sep 03 '21 12:09 kwinkunks