Hello,
I was trying to create a table and hyperlink in the Python for Data Science fundamentals missions. It kept showing me a syntax error, if anyone can help me with the this topic, really appreciated.
Thank you
Hello,
I was trying to create a table and hyperlink in the Python for Data Science fundamentals missions. It kept showing me a syntax error, if anyone can help me with the this topic, really appreciated.
Thank you
Hi, welcome to the community!
Are you working in Jupyter notebook and wanting to create a Markdown cell? This article gives you 2 ways to make a Markdown cell along with a cheatsheet.
If that doesn’t answer your question, it would help if you edit your post following this guide on asking questions to clarify what you need help with.
Hi @trishasinha2512,
If you are getting a SyntaxError when using markdown code in Jupyter notebook, then this is because the cell is currently in code mode, you should change it to markdown:
Best,
Sahil