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/notebook/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
Install latest version of Python 3. It comes with PIP3. For python 3.7, it will be probably be installed in the following directory:
C:\Program Files\Python37
Considering that Python is in your PATH (and consequently PIP3), open a terminal as admnistrator and type:
pip3 install jupyter
/Users/<User>/git/case-notebook
Considering that Python is in your PATH (and consequently Jupyter), type the following commands to install the libraries:
pip3 install SPARQLWrapper
pip3 install ipywidgets
sudo ~/.local/bin/jupyter nbextension enable --py widgetsnbextension
pip3 install jupyter_kernel_gateway
xcopy C:\Users\<User>\git\case-notebook\notebook\nbextensions\* "C:\Program Files\Python37\share\jupyter\nbextensions" /s
jupyter nbextension install "C:\Program Files\Python37\share\jupyter\nbextensions\case-notebook"
jupyter nbextension enable "C:\Program Files\Python37\share\jupyter\nbextensions\case-notebook\main"
jupyter notebook