Dec 6, 2018, 1:47 PM

Sorry for this issue!
It is really due to linking to particular versions of libraries we do in Python Scripting.

I will try to reproduce your case and come up with a full list of dependencies and proper versions for required packages.
In my Anaconda installation on Linux these packages have the following version:

jupyter                   1.0.0
jupyter_client            5.2.2
jupyter_console           5.2.0
jupyter_core              4.4.0
numpy                     1.14

On Windows:

jupyter                   1.0.0
jupyter_client            5.2.3
jupyter_console           5.2.0
jupyter_core              4.4.0
numpy                     1.14.3

Could you, please, try downgrading numpy to v.1.14?

If it won't work, it would be nice if you will be able to try the Anaconda3 installation written in the Tested installations section in the documentation.