Issue
I'm having an issue with Jupyter Notebooks and Github. I found this issue both on Watson and VS Code. When I set my initial headers, I would like to center them. I created earlier notebooks without issue with Watson using
<h1><center>Centered text!</center></h1>
Watson will still render this, but upon upload to Github, the notebook fails to load or loads without markdown. I changed this to:
# <center>my text</center>
This still works in both VS Code and Watson but fails upon uploading to Github. If I adjust the markdown to exclude centering, the project loads.
Solution
Try this way
<h1 align="center">Centered Heading</h1>
Answered By - Amazonian_panda
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.