My jupyter notebook, return same code ! not render

{
“metadata”: {
“language_info”: {
“codemirror_mode”: {
“name”: “python”,
“version”: 3
},
“file_extension”: “.py”,
“mimetype”: “text/x-python”,
“name”: “python”,
“nbconvert_exporter”: “python”,
“pygments_lexer”: “ipython3”,
“version”: “3.8”
},
“kernelspec”: {
“name”: “python”,
“display_name”: “Pyolite”,
“language”: “python”
}
},
“nbformat_minor”: 4,
“nbformat”: 4,
“cells”: [
{
“cell_type”: “markdown”,
“source”: “# My Jupyter Notebook on IBM Watson Studio”,
“metadata”: {}
},
{
“cell_type”: “markdown”,
“source”: “Alejandro Sirit \nData Analyst”,
“metadata”: {}
},
{
“cell_type”: “markdown”,
“source”: “I am interested in data science because I enjoy collecting, analyzing and presenting data based on Facts and evidence.”,
“metadata”: {}
},
{
“cell_type”: “markdown”,
“source”: “### In Cell 5, I am going to input a code to perform a simple mathematics equation.”,
“metadata”: {}
},
{
“cell_type”: “code”,
“source”: “5 + 7”,
“metadata”: {
“trusted”: True
},
“execution_count”: 1,
“outputs”: [
{
“execution_count”: 1,
“output_type”: “execute_result”,
“data”: {
“text/plain”: “12”
},
“metadata”: {}
}
]
},
{
“cell_type”: “markdown”,
“source”: “# Here is a horizontal rule\n___\n \n| Hyperlinks | Strikethrough | Highlight |\n| :----------------------------: | :-----------: | :-------: |\n| link | Google | Hello |”,
“metadata”: {}
}
]
}
my code its up

when a try to run my code appears that , BELOW

{‘metadata’: {‘language_info’: {‘codemirror_mode’: {‘name’: ‘python’,
‘version’: 3},
‘file_extension’: ‘.py’,
‘mimetype’: ‘text/x-python’,
‘name’: ‘python’,
‘nbconvert_exporter’: ‘python’,
‘pygments_lexer’: ‘ipython3’,
‘version’: ‘3.8’},
‘kernelspec’: {‘name’: ‘python’,
‘display_name’: ‘Pyolite’,
‘language’: ‘python’}},
‘nbformat_minor’: 4,
‘nbformat’: 4,
‘cells’: [{‘cell_type’: ‘markdown’,
‘source’: ‘# My Jupyter Notebook on IBM Watson Studio’,
‘metadata’: {}},
{‘cell_type’: ‘markdown’,
‘source’: ‘Alejandro Sirit \nData Analyst’,
‘metadata’: {}},
{‘cell_type’: ‘markdown’,
‘source’: ‘I am interested in data science because I enjoy collecting, analyzing and presenting data based on Facts and evidence.’,
‘metadata’: {}},
{‘cell_type’: ‘markdown’,
‘source’: ‘### In Cell 5, I am going to input a code to perform a simple mathematics equation.’,
‘metadata’: {}},
{‘cell_type’: ‘code’,
‘source’: ‘5 + 7’,
‘metadata’: {‘trusted’: True},
‘execution_count’: 1,
‘outputs’: [{‘execution_count’: 1,
‘output_type’: ‘execute_result’,
‘data’: {‘text/plain’: ‘12’},
‘metadata’: {}}]},
{‘cell_type’: ‘markdown’,
‘source’: ‘# Here is a horizontal rule\n___\n \n| Hyperlinks | Strikethrough | Highlight |\n| :----------------------------: | :-----------: | :-------: |\n| link | Google | Hello |’,
‘metadata’: {}}]}