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.3.2.tar.gz
(256.4 kB
view details)
Built Distribution
shellviz-0.3.2-py3-none-any.whl
(258.3 kB
view details)
File details
Details for the file shellviz-0.3.2.tar.gz
.
File metadata
- Download URL: shellviz-0.3.2.tar.gz
- Upload date:
- Size: 256.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 | 1c91a3c66d8311c48eb57473c5ab2faa6bc07f3d6d304e696a694519abad1d29 |
|
MD5 | 6dae6b178b3ceca392ea4bcb96c9e460 |
|
BLAKE2b-256 | 1ff45ecaf95e22395894303b5971087a991133e8dee856bcf3f3ff11414db64e |
File details
Details for the file shellviz-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: shellviz-0.3.2-py3-none-any.whl
- Upload date:
- Size: 258.3 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 | d5fc7b6325831cd08f57b835b61dce36584b60e660e0d25d633c81376c6f95aa |
|
MD5 | a60c99a98ff5d0ca96440dd3ad7ceb35 |
|
BLAKE2b-256 | c63d6ea38ead64d1776fe6843164751b73d35bbbd07ca83673075a89aac42414 |