The easiest way to view neurons and explanations is using the public website. This directory contains the implementation of that website as well as lightweight servers that make it possible to run an alternative version of the website locally.
Install:
npm install
Run the backend:
npm run startpy
Run the frontend:
npm start