An open API service indexing awesome lists of open source software.

https://github.com/russelljjarvis/peripheralnervoussystem

NEURON+Python code
https://github.com/russelljjarvis/peripheralnervoussystem

Last synced: 3 months ago
JSON representation

NEURON+Python code

Awesome Lists containing this project

README

        

# Peripheral Nervous System Fiber radius
# NEURON+Python code

[![Build Status](https://travis-ci.com/russelljjarvis/PeripheralNervousSystem.svg?branch=master)](https://travis-ci.com/russelljjarvis/PeripheralNervousSystem)

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/russelljjarvis/PeripherlNervousSystem/master)


To install PyPNS run.
`git pull origin master`

(to get the [dockerfile](https://github.com/russelljjarvis/PeripherlNervousSystem/blob/master/Dockerfile) in this repository).

inside the repository run:

```sh
sudo docker build -t "pypns" .
```

To mount a directory (i suggest the directory for this git repository) to the running docker container use the -v for volume argument:
```sh
cd pypns; docker run -v -e USERID=$UID $pwd:work/extra_code pypns notebook --ip=0.0.0.0 --NotebookApp.disable_check_xsrf=True
```

```
alias dipy1='cd pypns; docker run -v -e USERID=$UID $pwd:work/extra_code pypns notebook --ip=0.0.0.0 --NotebookApp.disable_check_xsrf=True'
```

Evidence it works.
click my-binder make new ipython3 notebook

Enter code like in this picture ![PyPNS_build.png](PyPNS_build.png)