Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jupyter

'list' Object Has No Attribute 'predict'

I want to deploy a breast cancer detection ml model using flask. here's the error: File 'C:… Read more 'list' Object Has No Attribute 'predict'

After Installing Jupyter Locally, I Can't Run Jupyter Notebook

On linux redhat: I tried to install jupyter locally: $ pip install jupyter --user and it seems as… Read more After Installing Jupyter Locally, I Can't Run Jupyter Notebook

How To Change Python Version In Anaconda?

I am trying to get into deep learning. I installed Anaconda to use jupyter and generally not to car… Read more How To Change Python Version In Anaconda?

Remove Html Formatting From Pandas Cell

I have this DataFrame on pandas: import pandas as pd df = pd.DataFrame({'CARGO': {53944: &#… Read more Remove Html Formatting From Pandas Cell

Connect To Remote Python Kernel From Python Code

I have been using PaperMill for executing my python notebook periodically. To execute compute inten… Read more Connect To Remote Python Kernel From Python Code

Error With Ipython In Showing Plots With Pyqtgraph

i have successfully installed pyqtgraph library in python 2.7. I forked latest project from GitHub… Read more Error With Ipython In Showing Plots With Pyqtgraph