Hi,
Should I be able to install packages in the notebook? I tried this and it worked:
!pip2.7 install hbp_neuromorphic_platform --pre
But then I couldn’t use the client:
import nmpi
Hi,
Should I be able to install packages in the notebook? I tried this and it worked:
!pip2.7 install hbp_neuromorphic_platform --pre
But then I couldn’t use the client:
import nmpi
You should use pip2
Example:
https://collab.humanbrainproject.eu/#/collab/509/nav/4510
Then try !pip2 freeze to check that expected packages are in place
Another point that we are doing some maintenance at the moment
and jupyter notebook will be down for 10-15 minutes