Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 3.36 KB

FROZEN.md

File metadata and controls

30 lines (19 loc) · 3.36 KB

Table of frozen Binder releases

Latest releases

Title Description
Demo 7-4 latest Demo 7-4 (latest): Simulates the value of a single Carbon strategy, or a portfolio thereof, under various market and generated scenarios. It uses a streamlined user interface based on ipywidgets rather than scriptable inputs like Demo7-3. [github]
Demo 7-3 latest Demo 7-3 (latest): Simulates the value of a single Carbon strategy, or a portfolio thereof, under various market and generated scenarios. It uses a python-only user interface suitable for scripting. For a more interactive interface and more explanations, please view Demo 7-4. [github]

All releases

Title Link
Demo 7-4 20230128 Demo7-4 notebook on Binder and github
Demo 7-3 20230128 Demo7-3 notebook on Binder and github
Demo 7-4 20230127 Demo7-4 notebook on Binder and github
Demo 7-4 20230124 Demo7-4 notebook on Binder

Instructions

Follow the links above to run those notebooks directly on Binder. If you prefer to run them locally you have the following options:

  1. Install carbon-simulator from pypi using pip install or conda install. Download the notebook from the github link provided and run it locally from any location.

  2. Download carbon-simulator from github. Download the notebook from the github link provided, and place it into the root folder of the simulator. Run it from there.

  3. Download carbon-simulator from github. Download carbon-simulator-binder from github. Place a symbolic link to the carbon directory in the simulator root directory into the directory that contains the notebook you want to run. Run it from there.