#!python

import subprocess
import os
import redpatch_notebooks

dir_path = os.path.dirname(os.path.realpath(redpatch_notebooks.__file__))

subprocess.run(["jupyter", "notebook", "--notebook-dir", dir_path])
