{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"\n",
"Effective computation in Biomechanics\n",
"\n",
"Romain Martinez
"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"\n",
"| [Contents](index.ipynb) | [Introduction to Python](01.00-why-python.ipynb) >"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Preface"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import altair as alt\n",
"import pandas as pd\n",
"\n",
"%load_ext lab_black"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Logistic\n",
"\n",
"Today's material is available on [github.com/pyomeca/tutorials](https://github.com/pyomeca/tutorials).\n",
"\n",
"You can follow the materials:\n",
"- By running the code using the Jupyter notebooks available in this repository's notebooks directory.\n",
"- By launching executable versions of these notebooks using binder: [](https://mybinder.org/v2/gh/pyomeca/tutorials/master?filepath=notebooks%2FIndex.ipynb)\n",
"- By reading the online (non-executable) version of the notebooks using nbviewer: [](https://nbviewer.jupyter.org/github/pyomeca/tutorials/blob/master/notebooks/Index.ipynb)\n",
"\n",
"Stop me anytime if you have any questions.\n",
"\n",
"Feel free to contact me to:\n",
"- Setup up your development environment (_python, pyomeca, libraries, IDE_)\n",
"- Get help with your research projects"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Course Outline\n",
"\n",
"The main goal is to give you **practical advice** that will be useful in your projects."
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"jupyter": {
"source_hidden": true
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"