nolanlab / REDSEA

Other
17 stars 10 forks source link

Linux / MacOS Compatibility for Steinbock Notebook #10

Closed BenCaiello closed 7 months ago

BenCaiello commented 7 months ago

Sorry, my original notebook file / script had file paths written for Windows -- This pull request is just an update of that notebook with '\\' characters replaced with '/' for file paths -- so this should work now for both windows and mac.

I could also consider looking into using os or Pathlib modules to make sure it is compatible with as operating systems.