File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 11Examples
22========
33
4+ The following examples showcase the features of ``sectionproperties `` in an
5+ instructional manner, while also highlighting several validation tests and advanced
6+ applications. The below examples are available as jupyter notebooks and can be
7+ downloaded
8+ `here <https://github.com/robbievanleeuwen/section-properties/tree/master/docs/examples >`_
9+ (click on the file you would like to download, then click the download icon at the top
10+ of the file).
11+
12+ To run these notebooks you must first install `jupyter notebook <https://jupyter.org/ >`_
13+ by running ``pip install notebook `` in the same virtual environment in which
14+ ``sectionproperties `` is installed. Next, navigate to the location of the downloaded
15+ examples and run ``jupyter notebook `` to open jupyter in the browser. Finally, double
16+ click an example file to open the notebook, and execute each cell by clicking the play
17+ button. More information on jupyter notebooks can be found
18+ `here <https://docs.jupyter.org/en/latest/ >`_. Don't be afraid to
19+ `raise an issue <https://github.com/robbievanleeuwen/section-properties/issues >`_ or
20+ `post in the discussions page <https://github.com/robbievanleeuwen/section-properties/discussions >`_
21+ if you have trouble running any of the examples!
22+
423Geometry
524--------
625
You can’t perform that action at this time.
0 commit comments