1.1.0 • Published 10 months ago

ipyniivue v1.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
10 months ago

demo

ipyNiiVue

ipyNiiVue is a Python / Niivue bridge for Jupyter Widgets. A Python API is used to interact with NiiVue.

Try it online

You can try ipyniivue online at npm.io, JupyterLite, or Binder.

Getting started

Installation

pip install ipyniivue

Development

conda create -n ipyniivue-dev -c conda-forge nodejs yarn python jupyterlab=3.6.3
conda activate ipyniivue-dev
git clone https://github.com/niivue/ipyniivue.git
cd ipyniivue
yarn install
jupyter labextension develop --overwrite .
yarn run watch

Then, in another terminal/cmd window:

cd ipyniivue
conda activate ipyniivue-dev
jupyter lab

To view changes made in the typescript, reload the jupyter page. To view changes made in the python, restart the kernel.

Usage

documentation

1.1.0

10 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.0

1 year ago