Installation guide
Before installation
Please contact us via email (enot@enot.ai) or our website (enot.ai) to notify that you want to try ENOT Framework.
To configure our license servers we need to know public IP address of computer/subnet on which framework will be installed. Please send us this address and we will configure license for you.
Installation
1. Install ENOT framework
pip install enot-autodl
2. License set up
Create hasp_26970.ini
file in $HOME/.hasplm
folder with the following content:
broadcastsearch = 0
serveraddr = 65.109.162.71
disable_IPv6 = 0
This can be done using the following commands:
mkdir -p $HOME/.hasplm
echo -e 'broadcastsearch = 0\nserveraddr = 65.109.162.71\ndisable_IPv6 = 0' > $HOME/.hasplm/hasp_26970.ini
3. Setup Jupyter kernel
Install ipykernel into your virtual environment.
pip install ipykernel
ipython kernel install --user --name=my_env --display-name="MyEnv"
Now you are ready to run examples.