ImportError: No module named ‘scikits’ – Python Fix Jupyter Notebook
If you have the above problem, to fix this, follow these guidelines as advised by Flowerowl at this link (https://github.com/muricoca/crab/issues/92): The steps are as follows: Don’t install crab in this way: pip install crab / easy_install crab You can find crab in pypi.python.org, this is not our scikits.crab source Solution: git clone https://github.com/muricoca/crab.git python setup.py…