1.2.1.1. OpenSeesPy in DesignSafeΒΆ
Follow steps below to run OpenSeesPy in DesignSafe.
Tip
- Register an account for free and log in

Tip
- Land on your own portal and go to workspace

Tip
- In your workspace, select
Jupyter
, launch it, and start my server

Tip
- Now you should be in the
Jupyter
Notebook - Go to
mydata
and alwasy save your data under this folder

Tip
- In the
mydata
folder, selectNew
and thenPython 3

Tip
- The OpenSeesPy version on DesignSafe is not the latest.
- To update to the latest and import:

Tip
- Now you can write OpenSeesPy script in
Jupyter
Notebook, run the script, and show results - To show figure in the Notebook, you should include
%matplotlib inline
at the beginning
