Skip to content

Tag: jupyter-notebook

Jupyter – Split Classes in multiple Cells

I wonder if there is a possibility to split jupyter classes into different cells? Lets say: For more complex classes its really annoying to write them into one cell. I would like to put each method in a different cell. Someone made this this last year but i wonder if there is something build in so i dont need…

ImportError: No module named xgboost

When I tried import from python terminal I get this error, although I followed all the steps to install xgboost, somehow python is unable to get the package details.I am relatively new to python, I could easily install numpy and pandas packages,I used this link for installation on MACOSX http://xgboost.readth…