Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 636 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 636 Bytes

Master Domotica 2020

Description

For now this repository contains couple of jupyter notebooks with interactive plots for Domotica course.

IMPORTANT

Anaconda is recommended as a python distribution (https://www.anaconda.com/products/individual). Examples were created in and for jupyter-lab, make sure it is installed. For interactive plots to work in jupyter-lab, following packages are required:

  • numpy
  • matplotlib
  • ipywidgets

numpy and matplotlib could be installed using anaconda or pip.

For ipywidgets to work in jupyter-lab follow instructions from https://github.com/jupyter-widgets/ipywidgets#install.