Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 998 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 998 Bytes

#Jupyter kepler integration

Kepler Project page | SDSC Words Group | ipython website |

This app will integrate kepler workflows with Jupyter notebooks.

#Installation

#Instructions

These functions will be standardized in future releases

  • First import KeplerMagicFunction
  • Set the location of kepler.sh : %KpConf path to kepler.sh (You need to run this command only one time!)
  • Set workFlow Path: %WpConf WorkFlowPath
  • Run workflow with any parameters: %Kepler parameters
  • Read the output to the notebook: %readoutput output file name