Infrastructure for Hiplot native plugin system.
Install from GitHub:
remotes::install_github("hiplot/hiplotlib")
Hiplot Doker image is now available to use hisub
and hicli
to build and run hiplot plugin, It is built based on rocker/r-ver:4.3
0.2.1-1
):make docker_build
It takes 20-40 minutes to build, and then you can use docker images hiplotlib
to check it was successdocker run -itd --name hiplotlib hiplotlib:0.2.1-1
It will start a new containers named hiplotlib in the background, if you nedd to run your own code in this containers, you can use params -v /yourCode/filepath:/app/containerPath
to mapping your host file into container docker exec -it hiplotlib bash
, now you are in the interior of the container, you can try to use hicli
and hisub
commanddocker pull liang09255/hiplotlib:0.2.1-1
download our pre built image and use docker run -itd --name hiplotlib liang09255/hiplotlib:0.2.1-1
to start a new containersHiplot team
© 2020-2023 Hiplot team
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.