1# --- 2# jupyter: 3# kernelspec: 4# display_name: Python 3 5# language: python 6# name: python3 7# --- 8 9# %% 10print("Code first") 11 12# %% [markdown] 13# This markdown cell is not at the start of the file 14 15