cc_staff
1,857
edits
mNo edit summary |
mNo edit summary |
||
Line 202: | Line 202: | ||
}} | }} | ||
=== Using the | === Using the virtual environment === <!--T:120--> | ||
<!--T:122--> | <!--T:122--> | ||
Python scripts can now import both Pandas and Gurobi: | Python scripts can now import both Pandas and Gurobi: | ||
import pandas as pd | |||
import pandas as pd | |||
import numpy as np | import numpy as np | ||
import gurobipy as gurobi | import gurobipy as gurobi |