Eight ways to debug in fastai

Thank you @Antoine.C for sharing the blog post.

As a best practice, it’s good to install the editable version of both fastai2 and fastcore, and update them at the same time in order to have both packages aligned.

@slawekbiel, Thank you for sharing your videos. I’m a heavy user of VS Code in both windows and Linux, I find it super useful despite the fact that its Jupyter notebook version is not on par with the official one. As a matter of fact, I wrote the entire timeseries package (see description here) using VS Code and the Python extension. I find it more practical to both be able working on a Jupyter notebook and easily navigate the source code. I have a fastai2 workspace that I always keep open so I can easily jump from my package to the fastai2 one.