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_URLandNEXT_PUBLIC_SUPABASE_KEYconnection 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.1.tar.gz
(256.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
shellviz-0.3.1-py3-none-any.whl
(257.7 kB
view details)
File details
Details for the file shellviz-0.3.1.tar.gz.
File metadata
- Download URL: shellviz-0.3.1.tar.gz
- Upload date:
- Size: 256.0 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 |
bbd932c42bfe455d23a79b6daa35e2bb955f242e3be8f9cd63222e6ba8b9d2fe
|
|
| MD5 |
40b683a510a6d69c2e7612918f244752
|
|
| BLAKE2b-256 |
edab8515ff4c9602e7097f9eafccbe5963ea00ddc1ab83ff11bc2898a343baf3
|
File details
Details for the file shellviz-0.3.1-py3-none-any.whl.
File metadata
- Download URL: shellviz-0.3.1-py3-none-any.whl
- Upload date:
- Size: 257.7 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 |
7547ae78a8a74764e1ee26f24ac34c0d2ca6ff300eba07ca5d957ed48f1c366c
|
|
| MD5 |
99666fe064c58e375b682e9466e86dd4
|
|
| BLAKE2b-256 |
6dd0553638cfd2feb61535ec8a7d56a333ced4f7fc506bca3def8c719b4d069c
|