You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the examples won't run on Windows since they call the Unix utility unzip from the shell. Instead, we should use a Julia library like Zipfile: https://zipfilejl.readthedocs.io/en/latest/. We can also read directly from the zipfiles instead of unzipping the contents in this manner.
The text was updated successfully, but these errors were encountered:
Currently, the examples won't run on Windows since they call the Unix utility unzip from the shell. Instead, we should use a Julia library like Zipfile: https://zipfilejl.readthedocs.io/en/latest/. We can also read directly from the zipfiles instead of unzipping the contents in this manner.
The text was updated successfully, but these errors were encountered: