Python packages for Thursday, November 22nd

Python packages for Thursday, November 22nd

di TEA TUŠAR -
Numero di risposte: 0

On Thursday, November 22nd, we will be working on examples with Python (3.6). The following packages will be used:

  • Jupiter 1.0.0
  • Pandas 0.23.4
  • Matplotlib 3.0.1
  • Seaborn 0.9.0 
  • Plotly 3.4.1
  • Bokeh 1.0.1
  • (Numpy 1.15.4)

If you already have the packages, check that they are updated to their latest versions. 

To test whether all the packages are installed correctly, simply write in a Python console:

import pandas
import matplotlib
import seaborn
import plotly
import bokeh
import numpy

For Jupyter notebooks, write the following in a terminal:

jupyter notebook