Top "Canopy" questions

A Python-based tool for desktop application analysis and distribution of Python.

How we can use iter_rows() in Python openpyxl package?

I'm using openpyxl package in Python(Canopy) to use excel files. We have this tutorial in this link : LINK you …

python excel canopy openpyxl
How can I send a byte array to a serial port using Python?

I am working on an application which requires the sending of a byte array to a serial port, using the …

python pyserial spyder canopy
Folium map not displaying

Running on canopy version 1.5.5.3123 With; Folium Version: 0.1.2, Build: 1 The following code; import folium import pandas as pd LDN_COORDINATES = (51.5074, 0.1278) from …

python canopy folium
How to create multiple histograms on separate graphs with matplotlib?

I have 5 data sets from which I want to create 5 separate histograms. At the moment they are all going on …

python matplotlib histogram enthought canopy
Python 3 in Enthought Canopy

How to use Python 3 in Canopy Enthought? It has the option on the bottom to select Python 3, but this does …

python-3.x enthought canopy
dateutil 2.5.0 is the minimum required version

I'm running the jupyter notebook (Enthought Canopy python distribution 2.7) on Mac OSX (v 10.13.6). When I try to import pandas (import …

python pandas jupyter-notebook canopy python-dateutil
AttributeError: 'module' object has no attribute 'cbook'

I am trying to run a simple code and I have all the dependencies for matplotlib and numpy installed in …

python matplotlib attributeerror canopy
Installing a package to Canopy

I'm really new to coding, programming, Python, and just computers in general, so I need some help with Canopy. I've …

python installation package enthought canopy
How to open an image in Python 3.7?

How do I open an Image in Python 3.7? I tried: 1.Import Image Image.open("File_name.jpg") Error received: ImportError: …

python import canopy
sklearn OMP: Error #15 when fitting models

I have recently uninstalled a nicely working copy of Enthought Canopy 32-bit and installed Canopy version 1.1.0 (64 bit). When I try …

python scikit-learn enthought canopy