text block in jupyter code example
Example 1: jupyter change cell to text
# press on the blank space in front of the cell, then press m
Example 2: code in markdown jupyter
```python
print "Hello World"
```
o/p
print "Hello World"
# press on the blank space in front of the cell, then press m
```python
print "Hello World"
```
o/p
print "Hello World"