Skip to main content

Can't use left right button in linux gurobi shell

Answered

Comments

1 comment

  • Matthias Miltenberger
    Gurobi Staff Gurobi Staff

    Hi Zhiyu,

    The Gurobi Interactive Shell is little more than a standard Python shell - it just pre-imports the gurobipy module. To get a more interactive experience, I recommend using IPython or Jupyter Notebook and then calling

    import gurobipy as gp

    I hope that helps.

    Cheers,
    Matthias

    0

Please sign in to leave a comment.