Skip to content

hdsingh/Brain-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain-Explorer

Binder

This notebook shows 3D visualization of Brain.

Dashboard

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

Releases

No releases published

Packages

No packages published