Skip to main content

No project description provided

Project description

ipyniivue_experimental

python3.11 -m venv .venv && source .venv/bin/activate
pip install ipyniivue_experimental
pip install jupyterlab

Example

from ipyniivue_experimental import AnyNiivue

nv = AnyNiivue()
nv
# second cell, wait for one second till the frontend code from cell1 is done loading.
my_volumes = [
           { "url": "https://niivue.github.io/niivue/images/mni152.nii.gz" }
        ]
nv.load_volumes(my_volumes)

How this project was made:

This project was made with

npm create anywidget@latest

create-anywidget version 0.4.5

┌ Welcome to anywidget! │ ◇ Where should we create your project? │ . │ ◇ Directory not empty. Continue? │ Yes │ ◇ Which framework? │ Vanilla │ ◇ Which variant? │ JavaScript │ └ Your project is ready!

3

npm install

4

npm i @niivue/niivue

python3.11 -m venv .venv && source .venv/bin/activate pip install -e ".[dev]"


npm run dev



# Changelog:

## v0.0.5 

Adding functions 
load_volumes, load_meshes, set_opacity, set_crosshair_width and set_crosshair_color.



## v0.0.4

Setting up the project

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipyniivue_experimental-0.0.6.tar.gz (1.1 MB view hashes)

Uploaded Source

Built Distribution

ipyniivue_experimental-0.0.6-py2.py3-none-any.whl (1.1 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page