ThomasDelteil commented on a change in pull request #13099: [MXNET-1194] Reenable nightly tutorials tests for Python2 and Python3 URL: https://github.com/apache/incubator-mxnet/pull/13099#discussion_r230838529
########## File path: docs/tutorials/onnx/export_mxnet_to_onnx.md ########## @@ -45,11 +45,11 @@ Now, we have downloaded ResNet-18 symbol, params and synset file on the disk. Let us describe the MXNet's `export_model` API. -```python +``` Review comment: When putting some code inside a ` ```python` block, this will automatically get converted into a cell in the notebook. Currently this tutorial cannot be executed when downloaded from the website, because the help instructions for this function are treated as python code. I also un-pythoned this code block to avoid printing twice the same content when downloading the notebook. edit: I will re-enable the `help` block, in case the help is updated, but either way the UX is not great. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
