Use the statin graph as an example (there are lots of neat statin inhibitors)
from pybel.examples import statin_graph
Use pybel_jupyter to stick it all in a jupyter notebook
from pybel.examples import statin_graph
from pybel_jupyter import to_jupyter
# Enrich it here!
to_jupyter(statin_graph)
Make a notebooks/ folder in the root of this repo to hold this notebook
Use the statin graph as an example (there are lots of neat statin inhibitors)
Use
pybel_jupyterto stick it all in a jupyter notebookMake a
notebooks/folder in the root of this repo to hold this notebook