This repository contains a jupyter workbook with a short introduction and assignements to familiarize with the ACT api.
You can find the solution to the assignments in the solution branch.
Clone the repository:
git clone https://github.com/mnemonic-no/act-workshop-api
cd act-workshop-api
You will need python3 and the following python libraries:
- act-api
- ipykernel
- jupyter
$ sudo pip3 install pipenv
$ pipenv install
$ pipenv install act-api ipykernel jupyter
$ sudo pip3 install act-api ipykernel jupyter
pipenv run jupyter notebook
jupyter notebook
If jupyter fails to open a browser automatically, you might need to pass the --no-browser
argument and copy the link manually to your browser.
jupyter notebook --no-browser
- Debian, using python 3.5
- Linux subsystem (Ubuntu) on windows. (Requires installation of python3-pip -
sudo apt install python3-pip
)