No project description provided
Project description
Shellviz
.
Installation
Requirements
- Node
- Supabase
- Install the app
npm install
cp .env.example .env
- Install Supabase
- Update .env with
NEXT_PUBLIC_SUPABASE_URL
andNEXT_PUBLIC_SUPABASE_KEY
connection strings - Run the server:
npm start
- Install python package
pip install shellviz
Getting Started
ipython
from shellviz import Shellviz
# Simple visualization using the default https://shellviz.com server
Shellviz().visualize('hello world')
# Customizing the domain to run locally
sv = Shellviz(domain='http://localhost:3000')
sv.visualize([1,2,3,4])
sv.visualize({'hello': 'world'}, id='data-i-will-update')
sv.visualize({'hello': 'modified world'}, id='data-i-will-update')
Additional Information
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shellviz-0.4.0.tar.gz
(411.4 kB
view details)
Built Distribution
shellviz-0.4.0-py3-none-any.whl
(414.2 kB
view details)
File details
Details for the file shellviz-0.4.0.tar.gz
.
File metadata
- Download URL: shellviz-0.4.0.tar.gz
- Upload date:
- Size: 411.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.17 Darwin/24.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 287e068c03d5555e9989685cca2dac9b57870f7b387e1e985d0f3be3b16d570f |
|
MD5 | f8ff8e75c5c4f65cd3b8df54a9e4b060 |
|
BLAKE2b-256 | dfd5c583e7b25e2b31f0e4f8aef343e21f5a189ba818e170e5cb0fe93c0dceaf |
File details
Details for the file shellviz-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: shellviz-0.4.0-py3-none-any.whl
- Upload date:
- Size: 414.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.17 Darwin/24.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 414f9c4db73a4b7613185dacc772d31f641127792303aced05c3c289ca959df9 |
|
MD5 | a3c3c834330ea694a15de7976b475fdf |
|
BLAKE2b-256 | 879efb2aca1133beeb955b2abf5dfe24c4d5483ac923f794d11cc9b458011100 |