To reproduce the package, run ./Repack.ps1
in powershell. It will clean your cache in ~/.nuget/packages
and pack the library to Plotly.NET/pkg
folder, which you should specify below (absolute paths only) in #i
line.
The version of the package is always 0.0.0-dev
.
// be advised, that you always should set absolute paths for local nuget packages - change this to reflect your own setup
#i "nuget: C:/Users/schne/source/repos/plotly/Plotly.NET/pkg"
#r "nuget: Plotly.NET, 0.0.1-dev"
#r "nuget: Plotly.NET.Interactive, 0.0.1-dev"
Loading extensions from `C:\Users\schne\.nuget\packages\plotly.net.interactive\0.0.1-dev\interactive-extensions\dotnet\Plotly.NET.Interactive.dll`
open Plotly.NET
open Giraffe.ViewEngine
Chart.Point([1,2; 3,4])
|> Chart.withDescription [
h1 [] [str "lel!"]
]