I still can’t install JupyterQ on my PC. Is it possible that it could be a reason: Anaconda behind a company proxy https://docs.anaconda.com/anaconda/user-guide/tasks/proxy/.
It might be important that I can run these commands in Anaconda Prompt:
conda info
conda update --all
conda install pandas
but these both end up with HTTP error:
conda install -c kx jupyterq
conda create -n jupyterqenv -c kx jupyterq