python
Installation
pip install altgosling
or with uv:
uv add altgosling
Development
We recommend using uv for development. It will automatically manage virtual environments and dependencies for you.
uv run jupyter lab example.ipynb
Alternatively, create and manage your own virtual environment:
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
jupyter lab example.ipynb
The widget front-end code bundles it's JavaScript dependencies. After setting up Python, make sure to install these dependencies locally:
npm install
While developing, you can run the following in a separate terminal to automatically rebuild JavaScript as you make changes:
npm run dev
Open example.ipynb in JupyterLab, VS Code, or your favorite editor
to start developing. Changes made in js/ will be reflected
in the notebook.
Release files for altgosling 0.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| altgosling-0.0.0.tar.gz | 13.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| altgosling-0.0.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 26.9 MB
Release files / altgosling-0.0.0.tar.gz
| Download URL | altgosling-0.0.0.tar.gz |
|---|---|
| Size | 13.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b6754617e3e9da2dde175297e10102ba19e0542659521b4ef6b659dfbcc9171b
|
|
BLAKE2b-256 checksum How to use checksums |
6afac1e50936257cd541504f388e9cd684129683a3163a5dd4a0ceecd60270fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.2
|
Release files / altgosling-0.0.0-py2.py3-none-any.whl
| Download URL | altgosling-0.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 13.5 MB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
745de556d6a19fd2f1ef83a44d54bbb9784fd3d44e6c818e5ee927881ae49e1b
|
|
BLAKE2b-256 checksum How to use checksums |
da7b07dbda66753c6d076747e19136f7edc0ca839c203bc4e12ed56a7dd6f5ca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.2
|