Skip to content

hoxbro/holoviz-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

389 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information

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.

Installation

Zsh

  1. Clone this repository somewhere on your machine. This guide will assume ~/.holoviz-tools.

    git clone https://github.com/Hoxbro/holoviz-tools ~/.holoviz-tools
  2. Add the following to the end of your ~/.zshrc:

    source ~/.holoviz-tools/holoviz.zsh
  3. Optional: Run the following lines after the previous line to enable autocompletion for the holoviz command:

    autoload -U compinit
    compinit

Environment Variables

$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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors