Skip to content

Commit

Permalink
volume example draft
Browse files Browse the repository at this point in the history
  • Loading branch information
droumis committed Nov 22, 2024
1 parent 9265acf commit c8d275f
Show file tree
Hide file tree
Showing 2 changed files with 496 additions and 0 deletions.
50 changes: 50 additions & 0 deletions volumetric_imaging/anaconda-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: volumetric_imaging
description: Display 3D image and segmentation data in a Jupyter notebook.

examples_config:
created: 2024-11-22
maintainers:
- "droumis"
labels:
- "panel"
categories:
- Neuroscience
title: "Volumetric Imaging"
deployments:
- command: notebook
# - command: dashboard

user_fields: [examples_config]

channels:
- conda-forge
- nodefaults

packages: &pkgs
- notebook>=6.5.2,<7 # required
- python=3.11
- panel
- jupyterlab
- pip
- pip:
- neuroglancer

dependencies: *pkgs

commands:
lab:
unix: jupyter lab volumetric_imaging.ipynb
windows: jupyter lab volumetric_imaging.ipynb
notebook:
notebook: volumetric_imaging.ipynb
dashboard:
unix: panel serve --rest-session-info --session-history -1 volumetric_imaging.ipynb --show
supports_http_options: true

variables: {}

platforms:
- linux-64
- osx-64
- win-64
- osx-arm64
Loading

0 comments on commit c8d275f

Please sign in to comment.