https://github.com/hdsingh/brain-explorer
3D visualization of Brain
https://github.com/hdsingh/brain-explorer
holoviews panel param pyviz
Last synced: 8 months ago
JSON representation
3D visualization of Brain
- Host: GitHub
- URL: https://github.com/hdsingh/brain-explorer
- Owner: hdsingh
- Created: 2019-03-28T12:09:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T10:00:13.000Z (about 7 years ago)
- Last Synced: 2023-10-20T20:11:14.975Z (over 2 years ago)
- Topics: holoviews, panel, param, pyviz
- Language: Jupyter Notebook
- Homepage:
- Size: 4.2 MB
- Stars: 17
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brain-Explorer
[](https://mybinder.org/v2/gh/hdsingh/Brain-Explorer/master)
This notebook shows 3D visualization of Brain.

## Installation
1. git clone https://github.com/hdsingh/Brain-Explorer
2. cd Brain-Explorer
3. `conda env create -f environment.yml` or
```
conda create env -n brain_env
conda activate brain_env
conda install -c pyviz/label/dev -c bokeh/label/dev bokeh datashader holoviews hvplot param panel
```
## Deployment
Deploy this dashboard from the CLI using:
$ panel serve app.ipynb