leezu commented on pull request #19345:
URL: https://github.com/apache/incubator-mxnet/pull/19345#issuecomment-708598109


   There seems to be a syntax error in `/5-datasets.md`
   
   ```
   [2020-10-14T18:41:42.621Z] python3 scripts/md2ipynb.py 
tutorials/getting-started/crash-course/5-datasets.md 
build/./tutorials/getting-started/crash-course/5-datasets.ipynb
   
   [2020-10-14T18:41:42.876Z] Traceback (most recent call last):
   
   [2020-10-14T18:41:42.876Z]   File "scripts/md2ipynb.py", line 47, in <module>
   
   [2020-10-14T18:41:42.876Z]     md2ipynb()
   
   [2020-10-14T18:41:42.876Z]   File "scripts/md2ipynb.py", line 35, in md2ipynb
   
   [2020-10-14T18:41:42.876Z]     notebook = reader.read(f)
   
   [2020-10-14T18:41:42.876Z]   File 
"/home/jenkins_slave/.local/lib/python3.6/site-packages/nbformat/v4/rwbase.py", 
line 112, in read
   
   [2020-10-14T18:41:42.876Z]     return self.reads(nbs, **kwargs)
   
   [2020-10-14T18:41:42.876Z]   File 
"/home/jenkins_slave/.local/lib/python3.6/site-packages/notedown/notedown.py", 
line 380, in reads
   
   [2020-10-14T18:41:42.876Z]     return self.to_notebook(s, **kwargs)
   
   [2020-10-14T18:41:42.876Z]   File 
"/home/jenkins_slave/.local/lib/python3.6/site-packages/notedown/notedown.py", 
line 372, in to_notebook
   
   [2020-10-14T18:41:42.876Z]     cells = self.create_cells(blocks)
   
   [2020-10-14T18:41:42.876Z]   File 
"/home/jenkins_slave/.local/lib/python3.6/site-packages/notedown/notedown.py", 
line 351, in create_cells
   
   [2020-10-14T18:41:42.876Z]     markdown_cell = 
self.create_markdown_cell(block)
   
   [2020-10-14T18:41:42.876Z]   File 
"/home/jenkins_slave/.local/lib/python3.6/site-packages/notedown/notedown.py", 
line 326, in create_markdown_cell
   
   [2020-10-14T18:41:42.876Z]     markdown_cell = 
nbbase.new_markdown_cell(**kwargs)
   
   [2020-10-14T18:41:42.876Z]   File 
"/home/jenkins_slave/.local/lib/python3.6/site-packages/nbformat/v4/nbbase.py", 
line 136, in new_markdown_cell
   
   [2020-10-14T18:41:42.876Z]     validate(cell, 'markdown_cell')
   
   [2020-10-14T18:41:42.876Z]   File 
"/home/jenkins_slave/.local/lib/python3.6/site-packages/nbformat/v4/nbbase.py", 
line 38, in validate
   
   [2020-10-14T18:41:42.876Z]     return validate(node, ref=ref, 
version=nbformat)
   
   [2020-10-14T18:41:42.876Z]   File 
"/home/jenkins_slave/.local/lib/python3.6/site-packages/nbformat/validator.py", 
line 277, in validate
   
   [2020-10-14T18:41:42.876Z]     raise error
   
   [2020-10-14T18:41:42.876Z] nbformat.validator.NotebookValidationError: None 
is not valid under any of the given schemas
   
   [2020-10-14T18:41:42.876Z] 
   
   [2020-10-14T18:41:42.876Z] Failed validating 'oneOf' in 
notebook['properties']['source']:
   
   [2020-10-14T18:41:42.876Z] 
   
   [2020-10-14T18:41:42.876Z] On instance['source']:
   
   [2020-10-14T18:41:42.876Z] None
   
   [2020-10-14T18:41:43.130Z] Makefile:32: recipe for target 
'build/./tutorials/getting-started/crash-course/5-datasets.ipynb' failed
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to