Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Custom visualizations - CLI

Code for the custom visualizations (CLI) tutorial. The following community app is used:

You will find two directories:

  • original: the original example without any modifications.

  • visualization: the example modified to include visuals.

  • Run the scripts individually.

    • app1.sh: Clones the python-highs-knapsack community app twice, once in the original directory and once in the visualization directory.

      bash app1.sh
    • app2.sh: Creates a local run. Use this command in both the original and visualization dirs.

      bash app2.sh
    • app3.sh: Visualizes the local run. Use this command in the visualization dir.

      bash app3.sh
    • app4.sh: Creates a Nextmv Cloud application. This command must be run from the visualization directory.

      bash app4.sh
    • app5.sh: Push the app to Nextmv Cloud. This command must be run from the visualization directory.

      bash app5.sh
    • app6.sh: Creates a remote run in Nextmv Cloud. This command must be run from the visualization directory.

      bash app6.sh