How to run html code in ipynb? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

30th Oct 2020, 3:51 AM
Baran Aldemir
Baran Aldemir - avatar
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
30th Oct 2020, 5:06 AM
Alejandro Aristizabal
Alejandro Aristizabal - avatar
0
I don't know. It doesn't work properly in my local environment
30th Oct 2020, 2:27 PM
Baran Aldemir
Baran Aldemir - avatar