Skip to main content

A Custom Jupyter Widget Library

Project description

Gallavant

A jupyter widget for analysis of geospatial video data

Installation

You can install using pip:

pip install gallavant

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

jupyter nbextension enable --py [--sys-prefix|--user|--system] gallavant

Usage

Initialization

init

The first load may be a bit slow but will create a .peaks.json file in the same directory as your source video. Subsequent loads will be significantly faster.

Optional:

for more screen real estate run

from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))

Navigation

Navigate a video by clicking the timeline, a transcript line, or a point on the map. navigation

Tag Selection

Data Formats and Structure

Development Installation

Create a dev environment:

conda create -n gallavant-dev -c conda-forge nodejs yarn python jupyterlab
conda activate gallavant-dev

Install the python. This will also build the TS package.

pip install -e .

When developing your extensions, you need to manually enable your extensions with the notebook frontend.

You need to run:

jupyter nbextension install --sys-prefix --symlink --overwrite --py gallavant
jupyter nbextension enable --sys-prefix --py gallavant

Note that the --symlink flag doesn't work on Windows, so you will here have to run the install command every time that you rebuild your extension. For certain installations you might also need another flag instead of --sys-prefix, but we won't cover the meaning of those flags here.

How to see your changes

Jupyter Notebook:

For Jupyter Notebook you can just watch for JS changes:

yarn watch

Python:

If you make a change to the python code then you will need to restart the notebook kernel to have it take effect.

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

gallavant-0.2.1.tar.gz (4.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gallavant-0.2.1-py2.py3-none-any.whl (7.7 MB view details)

Uploaded Python 2Python 3

File details

Details for the file gallavant-0.2.1.tar.gz.

File metadata

  • Download URL: gallavant-0.2.1.tar.gz
  • Upload date:
  • Size: 4.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.6

File hashes

Hashes for gallavant-0.2.1.tar.gz
Algorithm Hash digest
SHA256 210fc003987cdb05998b259fe459bbdc22bda8c18235645585deb464427576b7
MD5 b885a83b8e073ebc9cbd49b30e371d77
BLAKE2b-256 0fa95c12acf898b98489092e0c152efaa7997c098b3cc93a690bc74075a62da6

See more details on using hashes here.

File details

Details for the file gallavant-0.2.1-py2.py3-none-any.whl.

File metadata

  • Download URL: gallavant-0.2.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.6

File hashes

Hashes for gallavant-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1845cad69eff5c770bf100b7f452949e03c9dd787fa348103c713370fe9a3aff
MD5 e9aedb9971660c77c5dc373fb23760bf
BLAKE2b-256 969bfc31ee60278e3aa526723bd95d5a2fd069563b73105d0431e00c4311cefd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page