No project description provided
Project description
NeuroViz Python API
Installation
pip install neuroviz
Quick Start
from time import sleep
from neuroviz import NeuroViz
# Create a NeuroViz instance (starts an HTTP server)
neuro = NeuroViz(port=9001, use_secret=False)
# Modify parameters and update visualization in real-time
neuro.set_live_parameters({
"transparency": 0.5,
"glow": 0.2,
"smoothness": 0.8,
"emission": 0.3,
"light_intensity": 1.0,
"light_temperature": 6500.0
})
sleep(100) # Keep the server running for 100 seconds
Usage Examples
- Combinations: examples/combinations.py
- Usage in jupyter notebook: examples/notebook.ipynb
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
neuroviz-0.3.0.tar.gz
(60.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neuroviz-0.3.0.tar.gz.
File metadata
- Download URL: neuroviz-0.3.0.tar.gz
- Upload date:
- Size: 60.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1dec900226ef8651bc45215f4a908d26e9f35a0e1f7c6f8a7eee6945653abc17
|
|
| MD5 |
e7ab61649a98be6d8102060bd797215d
|
|
| BLAKE2b-256 |
c8f8cf22feb11d2c3cf025c97b92542c890f4a1d29ee084063fbfca963f0e3ee
|
File details
Details for the file neuroviz-0.3.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: neuroviz-0.3.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 938.1 kB
- Tags: CPython 3.7+, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acb1bff56052feeca5d391159f78418ede47f40f24b3227155181123da11490c
|
|
| MD5 |
83ed61d58830eab2807815ecd34d8bb3
|
|
| BLAKE2b-256 |
84b7869a495993452dbb1d67290fec3f2c01956dd354292ec9f59c07c89e46e5
|