You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In nextplot library, to plot the real life route on the map we have to install the routingkit by using GoLang language.
go install github.com/nextmv-io/go-routingkit/cmd/routingkit@latest
At the present, I am doing a project about creating a Vehicle Routing App on Deepnote platform. This app solve the VRP problem and plot the scheduled routes on a geomap. However, i have tried many methods to install GoLang on Deepnote platform and install the routingkit, it haven't worked.
Do you have any other method that we can plot the practical routes on a geomap without using Golang, a different way to install the routingkit or a process to plot the routes on Deepnote platform (Jupyter Notebook) ?