Nexus.Demo.mp4
Blog - Nexus - Networking with Data-Driven Surveys
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open https://localhost:3000 with your browser to see the result.
cd plot-function
docker build -t nexus-numpy-sklearn .
docker tag nexus-numpy-sklearn:latest <your_ecr>/nexus-numpy-sklearn:latest
docker push <your_ecr>/nexus-numpy-sklearn:latest