pip install output should be stripped:

In [1]:
%pip install pytest

Should be markdown (implicit)

Should be markdown (explicit)

Should be markdown (tags)

In [2]:
# Should be code

print("2 + 2")
2 + 2
In [3]:
# Should be code (tags)

print(2 + 2)
4