I’m testing out some plugins to do some syntax highlighting. This first one is EnlighterJS Syntax Highlighter
import numpy as np import pandas as pd
This next one will use Prismatic:
import numpy as np
import pandas as pd
for i in range(10):
print(i)