title |
---|
Parallel Python Training Content |
This course is aimed at researchers, students, and industry professionals who want to learn intermediate python skills applied to scientific computing and data science.
To view the content from this repository, either head to SIH Training or generate the documentation with:
-
Clone this repository and
cd ParallelPython
. -
Download [Quarto](https://quarto.org/. VSCode also has an extension Quarto Extension to render the training.
-
On the command line after Quarto is installed, type
quarto render
. Afterwhich,open -a "firefox" docs/index.html
can be run to view the rendered training.
To run code used in the training,the jupytern notebook files are housed in the /notebooks
folder. Either create the conda environment and run locally or use google colab.