#jupyter-notebook
Read more stories on Hashnode
Articles with this tag
In python for every object you create there is a __repr__ method in it which is used to display it wherever you print that variable. class Student: ...
Main focus of this blog is the youtube video - Jupyter: Kernels, Protocols, and the IPython Reference Implementation. REPL (Read Evaluate Print...