0
How to run html code in ipynb?
I have the following code which is taken from Andrew Ng's deep learning course https://code.sololearn.com/cS7B0JmlnVjk/?ref=app. Do I need to import any specific library to run this kind of code lines properly?
2 Answers
0
You should be able to use html inside a markdown cell without any problem. Refer to this documentation for any doubts regarding to jupyter's markdown cells
https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Working%20With%20Markdown%20Cells.html
0
I don't know. It doesn't work properly in my local environment