In [ ]:
import os,sys
#sys.path.append("immune")
sys.path.append("example_immune")
In [ ]:
%matplotlib notebook
import matplotlib.pyplot as plt
import numpy as np
from ipywidgets import widgets
from ipywidgets import interact, interactive, fixed
from IPython.display import display,HTML,clear_output
HTML('''<script>code_show=true;function code_toggle() {if (code_show){$('div.input').hide();} else {$('div.input').show();} code_show = !code_show} $( document ).ready(code_toggle);</script><form action="javascript:code_toggle()"><input type="submit" value="Click here to toggle on/off the raw code."></form>''')
from Immune import Add_ons_pMHC
import phievo.AnalysisTools as AT
from phievo.AnalysisTools.Notebook import Notebook
notebook = Notebook()
notebook.run_dynamics_pMHC = Add_ons_pMHC.Run_Dynamics_pMHC(notebook)
notebook.plot_pMHC = Add_ons_pMHC.Plot_pMHC(notebook)
notebook.plot_layout_immune = Add_ons_pMHC.Plot_Layout_Immune(notebook)
In [ ]:
notebook.select_project.display()
In [ ]:
notebook.select_seed.display()
In [ ]:
notebook.plot_evolution_observable.display()
In [ ]:
notebook.select_generation.display()
In [ ]:
notebook.plot_layout_immune.display()
In [ ]:
notebook.run_dynamics_pMHC.display()
In [ ]:
notebook.plot_pMHC.display()
In [ ]: