Skip to content

A Python package to run GAMS scripts in Jupyter notebook

Notifications You must be signed in to change notification settings

serdar-/jupygams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jupygams

jupygams is a Python package for running GAMS scripts in Jupyter notebook. It allows user to see the logs in the output. Currenly it does not support syntax highlighting.

Usage

First, you need to have a valid GAMS installation and GAMS executable should be in your system path. To activate %%gams magic commmand you need to import jupygams first:

import jupygams

Then you can run your GAMS script as follows:

%%gams

* My GAMS script
set i /1*10/;
parameter x(i);

Currently it is under development, please report the issues.

TODO

  • Add setup.py for allowing package to be installed.

About

A Python package to run GAMS scripts in Jupyter notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages