Tools I use for the development of the different Holoviz repos. They are made available here in case they are useful to others, but no support is provided.
-
Clone this repository somewhere on your machine. This guide will assume
~/.holoviz-tools.git clone https://github.com/Hoxbro/holoviz-tools ~/.holoviz-tools -
Add the following to the end of your
~/.zshrc:source ~/.holoviz-tools/holoviz.zsh
-
Optional: Run the following lines after the previous line to enable autocompletion for the
holovizcommand:autoload -U compinit compinit
$HOLOVIZ_DEV is the path to the directory where you have development files. Could be a synchronized folder
like Dropbox or Google Drive.
$HOLOVIZ_REP is the path to the directory where you have cloned the different repos.
The folder structure I use is:
> tree -d -L 2 $HOLOVIZ_DEV
$HOLOVIZ_DEV
├── development
│ ├── dev_datashader
│ ├── dev_geoviews
│ ├── dev_holoviews
│ ├── dev_hvplot
│ ├── dev_lumen
│ ├── dev_panel
│ ├── dev_param
│ ├── discourse
└── repos -> $HOLOVIZ_REP$GITHUB_TOKEN is the token you get from GitHub to access the API. You can get one from your GitHub account
settings
here.