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
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.
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 Distributions
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
File details
Details for the file gallavant-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: gallavant-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.1 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f703e2c14dae2088b35e42ab3bfcbe6110a822078698ae5d3029c15c73319b88
|
|
| MD5 |
8d2cc7dddbe5e0505402b2fd89140379
|
|
| BLAKE2b-256 |
cfdd0e0d5b514837814a7c214dcbe39ed3a820bb1a8bfe788f834080aa0c2310
|