SimCenter Forum

SimCenter Training [Archived] => Educational Applications => Topic started by: Ashwini on November 01, 2020, 03:06:30 AM

Title: Suggestions for CFD Notebooks
Post by: Ashwini on November 01, 2020, 03:06:30 AM
Here are some of the suggestions to improve the Jupyter notebooks.

Title: Re: Suggestions for CFD Notebooks
Post by: Ashwini on November 01, 2020, 03:10:59 AM
Some additional suggestions include:

Title: Re: Suggestions for CFD Notebooks
Post by: ajaybh on November 05, 2020, 05:10:40 PM
Thank you very much for the suggestions. I have looked into your suggestions and addressed them. We are working on a couple of things and will get back with an update once these are done:


1. Button to download files
2. Being able to use the notebooks locally or from Google Colab is outlined for our next release
3. Background on Lectures 2 - 4 will be updated in the coming release.
Title: Re: Suggestions for CFD Notebooks
Post by: tesemebe on August 26, 2024, 09:17:45 AM
1. Use verbatim for Keywords
Implementation: When mentioning specific code, commands, or keywords in the notebook, wrap them in backticks (`) to display them in a monospaced font, making them stand out as code snippets.
Example: Instead of writing print function, use `print`.
2. Create Functions for Repetitive Tasks (e.g., Embedding Videos)
Implementation: If the notebook includes repetitive tasks like embedding videos, create a function that can be reused to keep the code DRY (Don't Repeat Yourself).