Update: This crash course is now a part of the new MXNet document site, please check it at http://beta.mxnet.io/guide/crash-course/index.html
Every .md file in this repo may be run directly in Jupyter notebook when you use the notedown plugin. Keeping the format in markdown instead of .ipynb makes it easier to collaborate and review on GitHub.
You should already have MXNet 1.2.1 or greater installed in a Python virtual environment. Start this environment and continue with Step 1.
This tarball is provided to do this for you.
pip install https://github.com/mli/notedown/tarball/master
Note: If you run into a problem with this installation at the pandoc-attributes step, run pip uninstall pypandoc, then try the installation tarball again.
jupyter notebook --NotebookApp.contents_manager_class='notedown.NotedownContentsManager'
Before committing updates to these notebooks, please make sure all outputs are cleared.