--- title: Contribution Template keywords: fastai sidebar: home_sidebar summary: "A template notebook describing the overall format for contributed articles" description: "A template notebook describing the overall format for contributed articles" nb_path: "01_intro.template.ipynb" ---
{% raw %}
{% endraw %}

Stating your fastai version

In the first section you should denote the fastai version used. I have a cookie-cutter cell below:

{% raw %}

This article is also a Jupyter Notebook available to be run from the top down. There will be code snippets that you can then run in any environment. Below are the versions of fastai fastcore currently running at the time of writing this:

  • fastai: 2.0.14
  • fastcore: 1.0.11

{% endraw %}