Skip to content

Commit

Permalink
Update docs/user/first_simulation.rst
Browse files Browse the repository at this point in the history
Co-authored-by: MateusStano <[email protected]>
  • Loading branch information
phmbressan and MateusStano authored Nov 18, 2023
1 parent 46bcf99 commit 2ddcd8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/first_simulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,10 @@ Finally, the :meth:`rocketpy.Flight.export_data` method also provides a convenie
"calisto_flight_data.csv",
)

.. jupyter-execute::
:hide-code:
:hide-output:

# Sample file cleanup
import os
os.remove("calisto_flight_data.csv")
Expand Down

0 comments on commit 2ddcd8b

Please sign in to comment.