Jupyter notebook shortcut markdown

Jupyter Lab gives you an option to change your cell into Code cell, Markdown cell or Raw Cell. ... IPython.core.interactiveshell import InteractiveShell InteractiveShell.ast_node_interactivity = "all" This won’t change the behavior permanently and we will need to run above code in every notebook. ... as part of the open source Project Jupyter ... ................
................