https://github.com/russelljjarvis/peripheralnervoussystem
NEURON+Python code
https://github.com/russelljjarvis/peripheralnervoussystem
Last synced: 3 months ago
JSON representation
NEURON+Python code
- Host: GitHub
- URL: https://github.com/russelljjarvis/peripheralnervoussystem
- Owner: russelljjarvis
- Created: 2020-04-09T02:28:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T03:20:42.000Z (about 5 years ago)
- Last Synced: 2025-01-10T03:18:44.395Z (5 months ago)
- Language: Jupyter Notebook
- Size: 991 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Peripheral Nervous System Fiber radius
# NEURON+Python code[](https://travis-ci.com/russelljjarvis/PeripheralNervousSystem)
[](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 notebookEnter code like in this picture 