A notebook for clinical cases.
Instructions to install Jupyter and Case Notebook in your machine:
sudo apt-get update
sudo apt-get install python3-pip
pip3 install jupyter
~/.local/
~/git/case-notebook/
pip3 install SPARQLWrapper
pip3 install ipywidgets
sudo ~/.local/bin/jupyter nbextension enable --py widgetsnbextension
pip3 install jupyter_kernel_gateway
cp -r ~/git/case-notebook/nbextensions/case-notebook ~/.local/share/jupyter/nbextensions
sudo ~/.local/bin/jupyter nbextension install ~/.local/share/jupyter/nbextensions/case-notebook/
sudo ~/.local/bin/jupyter nbextension enable case-notebook/main
~/.local/bin/jupyter notebook