This is a staging repo, and will be merged to MXNet once it is ready.
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.1.0 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.