This repository hosts the user interface for NetPyNE.
Open Kitematic: search for netpyne-ui and create the container.
Start the container and click on Web preview to launch it. No need to ever use the command line, enjoy!
docker pull metacell/netpyne-ui
docker run -it -p 8888:8888 metacell/netpyne-ui
Open your browser and connect to http://localhost:8888/geppetto.
pip install netpyne_ui
jupyter nbextension enable --py jupyter_geppetto
NetPyNE-UI
git clone https://github.com/MetaCell/NetPyNE-UI.git
cd utilities
python install.py
cd ..
./NetPyNE-UI
python update.py
NetPyNE-UI is being developed in collaboration with the Neurosim Lab. See the Wiki for more info!