Skip to content

MetaCell/NetPyNE-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5aa8e3e · Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 19, 2018
Feb 20, 2018
Feb 20, 2018
Feb 19, 2018
Feb 19, 2018
Feb 20, 2018

Repository files navigation

Build Status Docker Automated buil

NetPyNE-UI

This repository hosts the user interface for NetPyNE.

Screenshot

Install using Docker (self-contained, the simplest)

Using Kitematic

Open Kitematic: search for netpyne-ui and create the container.

Image

Start the container and click on Web preview to launch it. No need to ever use the command line, enjoy!

Kitematic

From command line
docker pull metacell/netpyne-ui
docker run -it -p 8888:8888 metacell/netpyne-ui

Open your browser and connect to http://localhost:8888/geppetto.

Install using pip

pip install netpyne_ui
jupyter nbextension enable --py jupyter_geppetto
NetPyNE-UI

Install from sources (for developers and for using your own NetPyNE models)

git clone https://github.com/MetaCell/NetPyNE-UI.git
cd utilities
python install.py
cd ..
./NetPyNE-UI
To update sources:
python update.py

NetPyNE-UI is being developed in collaboration with the Neurosim Lab. See the Wiki for more info!