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

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

Awesome Lists containing this project

README

          

# Brain-Explorer

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hdsingh/Brain-Explorer/master)

This notebook shows 3D visualization of Brain.

![Dashboard](dashboard.png)

## 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