Skip to content

Vibe cloud notebooks for cases 1, 3, and 6

Wiggins, Gavin requested to merge vibe-env into master

Closes issues #3 (closed) and #4 (closed).

I updated the Jupyter notebooks for cases 1, 3, and 6 to address several issues when running on VIBE cloud.

The environment variable for the LD_LIBRARY_PATH is set in each notebook.

The SIM_ROOT path in the configuration file for each case is properly set for the case directory.

Error handling for configuration files is implemented with the pathlib module.

To run the notebooks on VIBE cloud, copy the following folder and file structure to your work directory:

work/
|-- case1/
|-- case3/
|-- case6/
|-- batsim.conf

@4qw and @ul2 please check these notebooks and make sure they run fine in your VIBE cloud environment. The Matplotlib cells may need to be run twice to properly render. If everything works fine, go ahead and accept the merge request.

Edited by Wiggins, Gavin

Merge request reports